aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-12-01 16:54:12 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-12-01 16:54:12 +0000
commitcf5449e6594acce71547a91db45af84c3138a6e6 (patch)
treede46a11a812a13548bee6136e9f3eb83bae37ac0
parentAdd stuff to be used by new eselect-news. Backport: r374 (trunk/) (diff)
downloadeselect-cf5449e6594acce71547a91db45af84c3138a6e6.tar.gz
eselect-cf5449e6594acce71547a91db45af84c3138a6e6.tar.bz2
eselect-cf5449e6594acce71547a91db45af84c3138a6e6.zip
Preparation for 1.0.11.eselect-1.0.11
svn path=/branches/branch-1.0.x/; revision=381
-rw-r--r--ChangeLog8
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
3 files changed, 26 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 1678d3a..f05d2d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@ ChangeLog for eselect
2007-12-01 Piotr Jaroszyński <peper@gentoo.org>
+ * configure.ac, NEWS: Preparation for 1.0.11.
+
+ + Release: 1.0.11
+
+2007-12-01 Piotr Jaroszyński <peper@gentoo.org>
+
* libs/package-manager.bash.in, libs/paludis.bash.in,
libs/portage.bash.in: Add stuff to be used by new eselect-news.
@@ -16,7 +22,7 @@ ChangeLog for eselect
2007-12-01 Piotr Jaroszyński <peper@gentoo.org>
* libs/skel.bash.in: Allow resetting to the current implementation, so
- changes to the symlink map can propogate.
+ changes to the symlink map can propagate.
+ Fixes: bug #189942
+ Backport: r371 (trunk/)
diff --git a/NEWS b/NEWS
index b66b8b9..1720da6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
This file contains a summary of changes in released versions. Please read the
ChangeLog file for a more detailed listing of changes/bug fixes.
+1.0.11:
+ Bug fixes:
+ - Allow resetting to the current implementation, so changes to the symlink
+ map can propagate (bug #189942).
+
+ New features:
+ - Add stuff to be used by new package manager independent eselect-news.
+
1.0.10:
Bug fixes:
- Fix load_config to ignore influence of environment variables.
@@ -27,7 +35,7 @@ ChangeLog file for a more detailed listing of changes/bug fixes.
- Updated developer documentation.
Removed modules:
- - java.eselect is now superseeded by java-{vm,nsplugin}.eselect.
+ - java.eselect is now superseded by java-{vm,nsplugin}.eselect.
1.0.6:
Bug fixes:
@@ -44,7 +52,7 @@ ChangeLog file for a more detailed listing of changes/bug fixes.
1.0.5:
Bug fixes:
- - Fixed bug in libs/skel.bash.in regarding set action with numerical paramters.
+ - Fixed bug in libs/skel.bash.in regarding set action with numerical parameters.
- Fixed bug #141106.
1.0.4:
@@ -83,7 +91,7 @@ ChangeLog file for a more detailed listing of changes/bug fixes.
New features:
- binutils.eselect now features a show action.
- - Added arch-independant function to canonicalise paths.
+ - Added arch-independent function to canonicalise paths.
- eselect now supports *BSD.
1.0:
@@ -100,7 +108,7 @@ ChangeLog file for a more detailed listing of changes/bug fixes.
- Fixed behaviour of append_config to not add duplicate items.
New features:
- - blas.eselect and lapack.eselect now fully support MKL72 (yet to be commited
+ - blas.eselect and lapack.eselect now fully support MKL72 (yet to be committed
to portage tree).
1.0_rc1:
@@ -118,7 +126,7 @@ ChangeLog file for a more detailed listing of changes/bug fixes.
- Fixed unportable uses of absolute paths to binaries.
- Exit with an error if the user doesn't provide parameters to the various
rc module actions (start, stop, restart, etc).
- - Our autogen script now works on non-linux boxen.
+ - Our autogen script now works on non-linux boxes.
- Added symlinks for the manual pages of the modules we already provide
symlinks for.
- Added missing manual page for kernel module.
@@ -158,17 +166,17 @@ ChangeLog file for a more detailed listing of changes/bug fixes.
on systems whose GNU sed is 'gsed'.
- bashcomp module now properly supports using corresponding numbers
(from list action) when running enable/disable action.
- - eselect bash-completion now recogizes (and completes on) global options.
+ - eselect bash-completion now recognizes (and completes on) global options.
0.9.4:
Bug Fixes:
- fixed call to lapack config file in blas module.
-
+
New Features:
- added a testing version of binutils.eselect.
- added (start|stop|restart) subactions to rc module.
- implemented global options handling generally and a --no-colour
- option specificly.
+ option specifically.
- all modules mark currently active options with a * in list subaction.
0.9.3:
@@ -189,3 +197,5 @@ ChangeLog file for a more detailed listing of changes/bug fixes.
- mailer module now works (previously broken due to typo and
missing test in find_targets glob loop).
- bashcomp module's show sub-command no longer returns 1.
+
+/* vim: set sw=4 et sts=4 tw=80 spell spelllang=en : */
diff --git a/configure.ac b/configure.ac
index 7427246..a60e595 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.0.10, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.0.11, eselect@gentoo.org, eselect)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)