diff options
author | James Le Cuirot <chewi@gentoo.org> | 2015-12-31 23:34:57 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-01-01 00:00:12 +0000 |
commit | 5f70eb311cff9a86c8180951c2becc44916d77b6 (patch) | |
tree | 2353ebb7a556a3ecb9feca828485bfabeb5f8609 | |
parent | Correct some outdated URLs (diff) | |
download | eselect-java-5f70eb311cff9a86c8180951c2becc44916d77b6.tar.gz eselect-java-5f70eb311cff9a86c8180951c2becc44916d77b6.tar.bz2 eselect-java-5f70eb311cff9a86c8180951c2becc44916d77b6.zip |
Prepare 0.2.0 release0.2.0
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.am | 9 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | README | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
6 files changed, 14 insertions, 18 deletions
@@ -1 +1,2 @@ -sera:Ralph Sennhauser <sera@gentoo.org> +James Le Cuirot <chewi@gentoo.org> +Ralph Sennhauser <sera@gentoo.org> @@ -1 +1 @@ -The ChangeLog is generated using svn2cl on `make dist`, use "svn log" instead. +See https://gitweb.gentoo.org/proj/eselect-java.git/log. diff --git a/Makefile.am b/Makefile.am index 30373cf..bbfc415 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,7 @@ MAINTAINERCLEANFILES = \ INSTALL EXTRA_DIST += \ + ChangeLog \ ChangeLog.old.eselect-ecj \ ChangeLog.old.eselect-java-nsplugin \ ChangeLog.old.eselect-java-vm \ @@ -48,14 +49,6 @@ create-modules-dir: $(modules_DATA): | create-modules-dir $(SED) "s|\@VERSION\@|@PACKAGE_VERSION@|g" $(top_srcdir)/$@.in >$@ -dist-hook: - if svn info "$(srcdir)" >/dev/null 2>&1; then\ - echo "Generating ChangeLog ..." ; \ - ( cd "$(top_srcdir)" && svn2cl --authors AUTHORS -o "$(top_distdir)"/ChangeLog ) ; \ - else \ - echo "Needs a svn checkout to generate a ChangeLog" ; \ - fi - #------------------------------------------------------------------------------ # FIXME let eselect java-vm handle symlinks. tools = \ @@ -1,3 +1,10 @@ +0.2.0: + + * Make run-java-tool POSIX-compliant + * Utilise the VM's PATH variable in run-java-tool + * Treat javaws as a special case in run-java-tool + * Remove the java-nsplugin eselect module + 0.1.0: * Support ROOT and Gentoo Prefix in java-vm and java-nsplugin @@ -14,12 +14,7 @@ ecj : Manage the ecj implementations. Documentation ------------- -Please visit http://www.gentoo.org/proj/en/eselect/ - -Install -------- - -Please see the INSTALL file. +Please visit https://wiki.gentoo.org/wiki/Project:Eselect. News / Changes -------------- @@ -39,7 +34,7 @@ Please see the AUTHORS file. Copyright --------- -Copyright (c) 2005-2013 Gentoo Foundation. +Copyright (c) 2005-2016 Gentoo Foundation. eselect-java is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the diff --git a/configure.ac b/configure.ac index b38fc94..250f43a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-java],[0.1.0],[java@gentoo.org],[eselect-java],[https://bugs.gentoo.org/]) +AC_INIT([eselect-java],[0.2.0],[java@gentoo.org],[eselect-java],[https://bugs.gentoo.org/]) AC_PREREQ([2.68]) AC_CONFIG_SRCDIR([src/modules/java-vm.eselect.in]) AM_INIT_AUTOMAKE([1.11]) |