aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2006-08-26 16:47:36 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2006-08-26 16:47:36 +0000
commit5c15d2524aba8abdd9c9a12f2c5bc15795afa7af (patch)
tree0bb467add9b1b6e7ae1544879fc2afbaff60da5e
parent2006-08-21 Danny van Dyk <kugelfang@gentoo.org> (diff)
downloadeselect-5c15d2524aba8abdd9c9a12f2c5bc15795afa7af.tar.gz
eselect-5c15d2524aba8abdd9c9a12f2c5bc15795afa7af.tar.bz2
eselect-5c15d2524aba8abdd9c9a12f2c5bc15795afa7af.zip
Prerequisited for 1.0.5 release.eselect-1.0.5
svn path=/trunk/; revision=299
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca74a65..d681f4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
ChangeLog for eselect
+2006-08-26 Danny van Dyk <kugelfang@gentoo.org>
+
+ * Tagged 1.0.5 release.
+
2006-08-21 Danny van Dyk <kugelfang@gentoo.org>
* modules/compiler.eselect.in: Fix previous accidental commit of local
diff --git a/NEWS b/NEWS
index f323736..5129f35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
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.5:
+ Bug fixes:
+ - Fixed bug in libs/skel.bash.in regarding set action with numerical paramters.
+ - Fixed bug #141106.
+
1.0.4:
Bug fixes:
- Fixed list bug in libs/skel.bash.in.
diff --git a/configure.ac b/configure.ac
index 02e3bb1..8d6c716 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.0.4, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.0.5, eselect@gentoo.org, eselect)
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)