Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r772 - trunk
Date: Tue, 27 Jul 2010 14:24:00
Message-Id: 20100727142357.9F5632CF37@corvid.gentoo.org
1 Author: ulm
2 Date: 2010-07-27 14:23:57 +0000 (Tue, 27 Jul 2010)
3 New Revision: 772
4
5 Modified:
6 trunk/ChangeLog
7 trunk/NEWS
8 trunk/configure.ac
9 Log:
10 Update version to 1.2.11.
11
12 Modified: trunk/ChangeLog
13 ===================================================================
14 --- trunk/ChangeLog 2010-07-17 06:44:22 UTC (rev 771)
15 +++ trunk/ChangeLog 2010-07-27 14:23:57 UTC (rev 772)
16 @@ -1,3 +1,8 @@
17 +2010-07-27 Ulrich Mueller <ulm@g.o>
18 +
19 + * configure.ac: Update version to 1.2.11.
20 + * Tagged 1.2.11 release.
21 +
22 2010-03-21 Ulrich Mueller <ulm@g.o>
23
24 * modules/news.eselect (do_read): Add --quiet (synonym --silent)
25
26 Modified: trunk/NEWS
27 ===================================================================
28 --- trunk/NEWS 2010-07-17 06:44:22 UTC (rev 771)
29 +++ trunk/NEWS 2010-07-27 14:23:57 UTC (rev 772)
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.2.11:
35 + New features:
36 + - New --quiet option in news module.
37 +
38 1.2.10:
39 New features:
40 - The env module calls the package manager's env-update, if available.
41
42 Modified: trunk/configure.ac
43 ===================================================================
44 --- trunk/configure.ac 2010-07-17 06:44:22 UTC (rev 771)
45 +++ trunk/configure.ac 2010-07-27 14:23:57 UTC (rev 772)
46 @@ -1,4 +1,4 @@
47 -AC_INIT(eselect, 1.2.10, eselect@g.o, eselect)
48 +AC_INIT(eselect, 1.2.11, eselect@g.o, eselect)
49 AC_PREREQ(2.59)
50 AC_CONFIG_SRCDIR(bin/eselect.in)
51 AC_CONFIG_AUX_DIR(config)