summaryrefslogtreecommitdiff
path: root/trunk/ChangeLog
blob: f067f5e05a20a642eb8228ac6b24e4024019ac2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
2005-04-26 Marius Mauch <genone@gentoo.org>
	* gentoolkit: fix broken Makefile
	* gentoolkit: add some sticky tape to get the stupid thing working again
	* equery: fix a few minor problems

2005-04-25 Marius Mauch <genone@gentoo.org>
	* qpkg: moving to /usr/share/doc/gentoolkit-*/deprecated
	* etcat: moving to /usr/share/doc/gentoolkit-*/deprecated
	* revdep-rebuild: replacing qpkg call with equivalent grep/sed call

2005-04-07 Marius Mauch <genone@gentoo.org>
	* euse: fixed bugs 74344, 75525 and 84521
	* euse: add better support for cascaded profiles
	* glsa-check: use --oneshot (bug 79819)
	* glsa.py: fix stupid revision comparison bug (bug 75233)
	
2005-03-12 Aron Griffis <agriffis@gentoo.org>
	* Added eviewcvs to -dev, utility for generating viewcvs URLs

2005-03-01 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Dropped epkgmove from the -dev
	* Released gentoolkit-dev-0.2.3

2005-03-01 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Released gentookit-dev-0.2.2

2004-12-09 Marius Mauch <genone@gentoo.org>
	* glsa.py: Another stupid bug, this time revisionMatch() broke as ~foobar-rN isn't valid anymore

2004-12-08 Marius Mauch <genone@gentoo.org>
	* equery: implemented the --category option
	* glsa-check: fixed the bug where it wanted to unnecessary merge masked packages
	* glsa-check: added a check to verify that all non-option arguments are valid GLSAs
	* glsa.py: changed the outfile parameter in Glsa.dump() to outstream so we don't
	           have to open/close a file which breaks pipes
	* glsa.py: checks now for python versions below 2.3 and throws an exception

2004-11-29 Karl Trygve Kalleberg <karltk@gentoo.org>
	* branched v0-3-0: major rework in equery is in progess. the main
	branch is reserved for minor and incremental fixups.

2004-10-20 Karl Trygve Kalleberg <karltk@gentoo.org>
	* release.sh: New script that automates the relase of a new
		gentoolkit relase. Only works for gentoolkit-dev at the
		moment.
	* src/echangelog/Makefile: Fixed spurious '}'
	* Released gentoolkit-dev-0.2.1

2004-10-31 Marius Mauch <genone@gentoo.org>
	* qpkg: security fix for bug #68846

2004-10-20 Karl Trygve Kalleberg <karltk@gentoo.org>
	* etcat: fixed get_use_vars to get_use_flags, fixes #67349.

2004-10-18 Karl Trygve Kalleberg <karltk@gentoo.org>
	* gentoolkit: collapsed ChangeLog into base ChangeLog
	* gentoolkit: reverted indenting back to tabs, due to loud protests from Marius;)
	* equery: collapsed ChangeLog into base ChangeLog
	* equery: reverted indenting back to tabs, due to loud protests from Marius;)
	* equery: minor syntactical cleanups.
	* equery: minor documentation improvements
	* equery: added errors module that will hold various types of internal errors raised.
	* equery: added try block around on md5sum check, which fails on various conditions like
				insufficient permission or stale temporary checksum files.

2004-10-17 Marius Mauch <genone@gentoo.org>
	* equery: fix for bug #67473 (checking md5sums of prelinked binaries)
	* equery: fix for bug #67275 (--nocolor didn't work as configure was 
				called before parsing the arguments
	* equery: changed defaults for `equery depends` as making a depgraph
				for the full portage tree isn't a good idea and find_all_packages()
				uses way to much memory currently
	* euse: replaced the old perl version with a newly written bash version.

2004-10-12 Marius Mauch <genone@gentoo.org>
	* equery: fix for bug #67210

2004-10-10 Marius Mauch <genone@gentoo.org>
	* Removed old-scripts directory from gentoolkit
	* euse: added a errormessage that it doesn't support cascading profiles
	* equery: small bugfixes
	* equery: performance speedup for `equery belongs` by using portage directly
	* equery: added MD5 verification to `equery check`
	* equery: renamed 'hasuses' to 'hasuse'
	* equery: added filter patch for `equery files` from bug 43422, thanks to degrenier@easyconnect.fr
	* Released gentoolkit-0.2.0_pre10

2004-10-10 Karl Trygve Kalleberg <karltk@gentoo.org>
	* equery: Added unit tests for all supported commands
	* equery: Fixed printing order and recognition of overlay, #53432.

2004-10-11 Karl Trygve Kalleberg <karltk@gentoo.org>
	* gentoolkit: Split gentoolkit.py into helpers.py and package.py

2004-10-10 Karl Trygve Kalleberg <karltk@gentoo.org>
	* gentoolkit: Fixed Makefiles to work with posix-compatible shells
	* gentoolkit: Fixed is_overlay() to report properly, #53432.

2004-10-06 Marius Mauch <genone@gentoo.org>
	* glsa.py: Convert Unicode strings to ascii before passing them to portage
	* glsa.py: Some formatting fixes for dump()
	* glsa.py: changed the matching routines so the reports are hopefully 
				more accurate
	* glsa-check: added color support 
	* glsa-check: added a --verbose option to show the warnings about invalid GLSAs

2004-09-30 Karl Trygve Kalleberg <karltk@gentoo.org>
	* equery: Added unit tests for --help
	* equery: Added unit tests for 'files'

2004-09-27 Karl Trygve Kalleberg <karltk@gentoo.org>
	* gentoolkit: Added find_installed_packages
	* equery: Added short commands
	* equery: Fixed copyright dates
	* equery: Fixed belongs to search only installed packages
	* equery: Fixed reporting bug in uses command
	* equery: Fixed reference to cppv
	* equery: Added import of die
	* equery: Added searching header to uses
	* equery: Fixed hasuses to report properly
	* Released gentoolkit-0.2.0_pre9
	* Released gentoolkit-dev-0.2.0_pre4

2004-09-08 Karl Trygve Kalleberg <karltk@gentoo.org>
	* equery: Added man page rewrites by Katerina Barone-Adesi <katerinab@gmail.com>,
				fixes #63045
	* equery: Fixed spacing issues with files, fixes #63036.
	* equery: Added depends command by Olivier Crete <tester@gentoo.org>, fixes
				#40830.
	* equery: Reworked output yet again.
	* equery: Belongs handles multiple files on the command line, partially 
				fixes #62361.
	* gentoolkit: Reworked printing functions

2004-08-29 Karl Trygve Kalleberg <karltk@gentoo.org>
	* gentoolkit: Added printing functions
	* equery: Added check for bad regexp in belongs, fixes #58494
	* equery: Added proper error reporting to stderr, fixes #57580

2004-08-22 Karl Trygve Kalleberg <karltk@gentoo.org>
	* gentoolkit: Fixed Package.get_env_var to use the correct tree db.
	* gentoolkit: Renamed Package.get_use_vars to Package.get_use_flags
	* equery: Searches now include masked packages, when installed.
	* equery: Fixed output to be piping-friendly
	* equery: Added -N option to force non-piping output
	* equery: Added hasuses command

2004-08-01 Marius Mauch <genone@gentoo.org>
	* Fixed grep expression for `qpkg -f`

2004-05-04 Karl Trygve Kalleberg <karltk@gentoo.org>
	* equery: Added a -f/--full-regex option to belongs and some logic
				so users can do belongs ant, belongs /usr/bin/ant and belongs -f 
				".*ant.*" while getting sensible results. Fixes #37637.

2004-04-14 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Released gentoolkit-dev-0.2.0_pre3

2004-03-31 Marius Mauch <genone@gentoo.org>
	* glsa-check updates, fixing #45528 and #45522, adding support for
		rXX operators and passing filenames as arguments to Glsa()

2004-03-13 Marius Mauch <genone@gentoo.org>
	* Added glsa-check and glsa.py, please note:
		- they are only temporary for testing, so no manpage/ChangeLog
		- their CVS home is in gentoo-projects
	* fixed bugs #42160, #40935, #43389
	* equery: fixing descriptions for local USE flags
	* equery: more checking on exceptions

2004-02-08 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Added ebump
	* Added gensync
	* Added epkgmove, closes #36663.

2004-02-06 Marius Mauch <genone@gentoo.org>
	* fixed bugs #40159, #39798, #39652, #39596, #39293
	* changed etcat and equery behavior for ambigous package names,
		they now return values for all matching packages rather
		than erroring out
	* added "will be phased out" messages to etcat and qpkg

2004-01-23 Marius Mauch <genone@gentoo.org>
	* lots of bugfixes
	* equery: now catches Exceptions thrown by portage
	* equery: minor bugfixes

2004-01-14 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Added src/ego to gentoolkit-dev

2004-01-12 Marius Mauch <genone@gentoo.org>
	* equery: added mask, keyword and slot information to list command
	* equery: fixed traceback in equery
	* equery: added more information on "equery list"

2004-01-10 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Added src/ego

2004-01-07 Karl Trygve Kalleberg <karltk@gentoo.org>
	* equery: Added Makefile
	* Added new build system
	* Added src/old-scripts, the scripts from app-portage/gentoolkit
	* Renamed gentool to equery
	* Released 0.2.0_pre1

2003-12-31 Karl Trygve Kalleberg <karltk@gentoo.org>
	* equery: Added which command
	* equery: Added check command (not finished)

2003-12-12 Karl Trygve Kalleberg <karltk@gentoo.org>
	* equery: Added size command
	* equery: Added depgraph command

2003-12-11 Karl Trygve Kalleberg <karltk@gentoo.org>
	* equery: Added list command
	* equery: Added uses command

2003-12-08 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Removed emerge-rsync, emerge-webrsync
	* Added moo
	* Added skeleton man pages to all packages
	* Added Makefile

2003-10-05 Karl Trygve Kalleberg <karltk@gentoo.org>
	* equery: Added files command
	* equery: Added belongs command

2003-10-04 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Rewrote dep-clean to python

2003-06-31 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Rewrote more of etcat; many of the functions now employ
		gentoolkit.
	* Replaced qpkg with stubs of a reimplementation in python.

2003-06-27 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Added patch to echangelog to consider PORTDIR, fixes #23881.

2003-06-26 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Added echangelog, by agenkin
	* Added ekeyword, by agenkin
	* Added gentoolkit, the common python library for all Gentoolkit tools.
	* Revived pkg-size as a testbed for the gentoolkit library
	* Fixed some minor issues in qpkg
	* Added revdep-rebuild-1
	* Added revdep-rebuild-2
	* Restructuring etcat
	* Fixed some minor issues in dep-clean

2002-11-21 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Renamed pkg-size to gentool-package-size
	* Renamed pst-package-count to gentool-package-count
	* Retired rest of pst-* stuff

2002-08-06 Karl Trygve Kalleberg <karltk@gentoo.org>
	* Created separate CVS module for Gentoolkit
	* Restructured directory hierarchy