Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r589 - trunk
Date: Sat, 27 Jun 2009 07:08:55
Message-Id: E1MKS1t-0000Z6-T4@stork.gentoo.org
1 Author: ulm
2 Date: 2009-06-27 07:08:53 +0000 (Sat, 27 Jun 2009)
3 New Revision: 589
4
5 Modified:
6 trunk/ChangeLog
7 trunk/NEWS
8 trunk/configure.ac
9 Log:
10 Update version to 1.1.2.
11
12 Modified: trunk/ChangeLog
13 ===================================================================
14 --- trunk/ChangeLog 2009-06-20 22:29:41 UTC (rev 588)
15 +++ trunk/ChangeLog 2009-06-27 07:08:53 UTC (rev 589)
16 @@ -1,3 +1,8 @@
17 +2009-06-27 Ulrich Mueller <ulm@g.o>
18 +
19 + * configure.ac: Update version to 1.1.2.
20 + * Tagged 1.1.2 release.
21 +
22 2009-06-20 Ulrich Mueller <ulm@g.o>
23
24 * modules/news-tng.eselect (do_read): Support mbox output format.
25
26 Modified: trunk/NEWS
27 ===================================================================
28 --- trunk/NEWS 2009-06-20 22:29:41 UTC (rev 588)
29 +++ trunk/NEWS 2009-06-27 07:08:53 UTC (rev 589)
30 @@ -1,6 +1,10 @@
31 This file contains a summary of changes in released versions. Please read the
32 ChangeLog file for a more detailed listing of changes/bug fixes.
33
34 +1.1.2:
35 + New features:
36 + - The news-tng module supports output in mbox format.
37 +
38 1.1.1:
39 Bug fixes:
40 - Fixed bug #207889: The kernel module now sorts versions properly.
41
42 Modified: trunk/configure.ac
43 ===================================================================
44 --- trunk/configure.ac 2009-06-20 22:29:41 UTC (rev 588)
45 +++ trunk/configure.ac 2009-06-27 07:08:53 UTC (rev 589)
46 @@ -1,4 +1,4 @@
47 -AC_INIT(eselect, 1.1.1, eselect@g.o, eselect)
48 +AC_INIT(eselect, 1.1.2, eselect@g.o, eselect)
49 AC_PREREQ(2.59)
50 AC_CONFIG_SRCDIR(bin/eselect.in)
51 AC_CONFIG_AUX_DIR(config)