Gentoo Archives: gentoo-commits

From: "Piotr Jaroszynski (peper)" <peper@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/eselect: index.xml
Date: Sat, 01 Dec 2007 17:20:14
Message-Id: E1IyW0f-0005Wz-Cp@stork.gentoo.org
1 peper 07/12/01 17:20:09
2
3 Modified: index.xml
4 Log:
5 Update eselect project page.
6
7 Revision Changes Path
8 1.13 xml/htdocs/proj/en/eselect/index.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/eselect/index.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/eselect/index.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/eselect/index.xml?r1=1.12&r2=1.13
13
14 Index: index.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/eselect/index.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- index.xml 13 Jul 2007 20:58:36 -0000 1.12
21 +++ index.xml 1 Dec 2007 17:20:08 -0000 1.13
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/eselect/index.xml,v 1.12 2007/07/13 20:58:36 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/eselect/index.xml,v 1.13 2007/12/01 17:20:08 peper Exp $ -->
26 <?xml-stylesheet href="/xsl/project.xsl" type="text/xsl"?>
27 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
28 <!DOCTYPE project SYSTEM "/dtd/project.dtd">
29 @@ -27,7 +27,8 @@
30 modular administration and configuration framework.
31 </p></longdescription>
32
33 -<dev role="member" description="libraries,modules,manpages">kugelfang</dev>
34 +<dev role="member" description="*">peper</dev>
35 +<dev role="member" description="modules">dberkholz</dev>
36 <dev role="member" description="documentation">fox2mike</dev>
37
38 <extrachapter>
39 @@ -104,6 +105,42 @@
40
41 <!--ChangeLog Start-->
42 <pre caption="News for eselect">
43 +1.0.11:
44 + Bug fixes:
45 + - Allow resetting to the current implementation, so changes to the symlink
46 + map can propagate (bug #189942).
47 +
48 + New features:
49 + - Add stuff to be used by new package manager independent eselect-news.
50 +
51 +1.0.10:
52 + Bug fixes:
53 + - Fix load_config to ignore influence of environment variables.
54 +
55 + New features:
56 + - Add noldconfig option.
57 +
58 +1.0.9:
59 + Bug fixes:
60 + - Really make the makefiles parallel-safe.
61 + - Fixed bug #163915: eselect doesn't fully honour DESTDIR
62 + - Fix parsing of *_SEPERATED in env.eselect
63 +
64 +1.0.8:
65 + Bug fixes:
66 + - Fixed bug #162008: make install isn't parallel-safe.
67 +
68 +1.0.7:
69 + Bug fixes:
70 + - Fixed bug in modules/opengl.eselect: Fix when ROOT != /.
71 + - Fixed bug #151701: Generate {SPACE,COLON}_SEPERATED vars in update.
72 + - Fixed bug #152318: Fix env.eselect for envvar values containing '='.
73 + - Fixed bug #152662: Fixed new die() function on *BSD.
74 + - Updated developer documentation.
75 +
76 + Removed modules:
77 + - java.eselect is now superseded by java-{vm,nsplugin}.eselect.
78 +
79 1.0.6:
80 Bug fixes:
81 - Fixed bug #144152: Added reload action to rc module.
82 @@ -116,9 +153,10 @@
83
84 New Features:
85 - Enhance die function to work in deep subshells.
86 +
87 1.0.5:
88 Bug fixes:
89 - - Fixed bug in libs/skel.bash.in regarding set action with numerical paramters.
90 + - Fixed bug in libs/skel.bash.in regarding set action with numerical parameters.
91 - Fixed bug #141106.
92
93 1.0.4:
94 @@ -127,6 +165,7 @@
95
96 New Features:
97 - eselect is now independent of the used package-manager.
98 +
99 1.0.3:
100 Bug fixes:
101 - Fix env.eselect by white-listing allowed mime-types for files in
102 @@ -156,7 +195,7 @@
103
104 New features:
105 - binutils.eselect now features a show action.
106 - - Added arch-independant function to canonicalise paths.
107 + - Added arch-independent function to canonicalise paths.
108 - eselect now supports *BSD.
109
110 1.0:
111 @@ -173,7 +212,7 @@
112 - Fixed behaviour of append_config to not add duplicate items.
113
114 New features:
115 - - blas.eselect and lapack.eselect now fully support MKL72 (yet to be commited
116 + - blas.eselect and lapack.eselect now fully support MKL72 (yet to be committed
117 to portage tree).
118
119 1.0_rc1:
120 @@ -191,7 +230,7 @@
121 - Fixed unportable uses of absolute paths to binaries.
122 - Exit with an error if the user doesn't provide parameters to the various
123 rc module actions (start, stop, restart, etc).
124 - - Our autogen script now works on non-linux boxen.
125 + - Our autogen script now works on non-linux boxes.
126 - Added symlinks for the manual pages of the modules we already provide
127 symlinks for.
128 - Added missing manual page for kernel module.
129 @@ -231,17 +270,17 @@
130 on systems whose GNU sed is 'gsed'.
131 - bashcomp module now properly supports using corresponding numbers
132 (from list action) when running enable/disable action.
133 - - eselect bash-completion now recogizes (and completes on) global options.
134 + - eselect bash-completion now recognizes (and completes on) global options.
135
136 0.9.4:
137 Bug Fixes:
138 - fixed call to lapack config file in blas module.
139 -
140 +
141 New Features:
142 - added a testing version of binutils.eselect.
143 - added (start|stop|restart) subactions to rc module.
144 - implemented global options handling generally and a --no-colour
145 - option specificly.
146 + option specifically.
147 - all modules mark currently active options with a * in list subaction.
148
149 0.9.3:
150
151
152
153 --
154 gentoo-commits@g.o mailing list