1 * 0.5.13 08.09.2006 Johannes Winkelmann
2 - Show undecided versions in diff and sysup when using "prefer higher"
3 - fix display bug in "dependent"
4 - fix bug in version comparator
5 - Simplify output of 'dup', suggested by maro (-v -> old format)
6
7 * 0.5.12 00.04.2006 Johannes Winkelmann
8 - Add 'depinst' in 'help' (thanks Simone)
9 - Fix compilation on OpenBSD
10 - Show alias info in depends
11 - don't install alias file and deplist
12 - unlock ports on remove
13 - fix lock: previously locking would only work for ports in the ports tree
14 - allow to remove log files of successful builds
15 - print update summary right before running the addcommand
16 - print full add command and PACKAGE_DIR info when using install/update -v
17 - Make 'cat' and 'readme' use $PAGER if set
18 - update default prt-get.conf to reflect new port hierarchy (core/opt/contrib)
19 - add timestamps to log files
20 - fix aliasing bug introduce earlier in the .12 session (thanks Mark)
21 - add --recursive and --tree for dependent
22 - add listorphans command
23
24 * 0.5.11 29.05.2005 Johannes Winkelmann
25 - add --path to 'ls'
26 - initial regex support
27 - replace `uname -r` and `date +...` in version strings
28 - add 'useregex' config key and --regex command line argument
29 - Add --full to fsearch
30 - use regex in fsearch if requested
31 - add leading slash to fsearch result
32 - support both `` and $()
33 - support date patterns like '+%Y'
34 - add aliases and deplist to dist-tarball
35 - support multiple shell patterns in version
36
37 * 0.5.10 21.04.2005 Johannes Winkelmann
38 - fix bugs #3735, #3836
39 - implement --ignore=<port1>,<port2> feature
40 - fix --path for list, search
41 - add --path for depends
42 - enable logfile and depfile in default prt-get.conf
43
44
45 * 0.5.9 06.12.2005 Johannes Winkelmann
46 - add alias support
47 - use absolut pathes for commands (pkgmk et al)
48 - add -v switch to 'info' to show the readme
49 - fix 'keephigher' in default prt-get.conf
50 - add deptree to 'help'
51 - remove some debug test
52 - prettify error message when packages are not found
53 - change 'bash' to 'sh' in process.cpp
54 - use 'Pkgfile' as default file for cat and edit if no second argument given
55
56 * 0.5.8 31.10.2004 Johannes Winkelmann
57 - re-enable version parseing; use --prefer-higher to make prt-get use
58 it
59 - implement shortcuts to frequentily used pkgmk/pkgadd options
60 - make -f do 'pkgadd -f'
61 - add new versioncomparator class
62 - implement 'alpha' < 'beta' < 'gamma' < 'delta'
63
64 * 0.5.7 16.07.2004 Johannes Winkelmann
65 - add the --install-root argument to allow installation to a different root
66 - add the --rargs switch to pass options to pkgmk in "prt-get remove"
67 - add 'removecommand' configuration key
68 - add 'runscriptcommand' configuration key
69 - improve config parsing: options can now be in front of command
70
71 * 0.5.6 06.01.2004 Johannes Winkelmann
72 - add four new command line arguments:
73 --no-std-config Don't parse default configuration file
74 --config-prepend=<string> Prepend <string> to configuration
75 --config-append=<string> Append <string> to configuration
76 --config-set=<string> Set configuration data, overriding config file
77 - add new command: dumpconfig
78 - respect 'cachefile' setting in configuration (did anyone ever use this??)
79 - add 'runscripts' configuration variable to (equivalent to --install-scripts)
80 - dump readme and runscripts configuration in dumpConfig()
81 - add 'makecommand' and 'addcommand' to config file to make prt-get use
82 another command than pkgmk and pkgadd
83
84 * 0.5.5p1 23.03.2004 Johannes Winkelmann
85 - Let Pkgfile's dependencies take precedence over deplist
86
87 * 0.5.5 05.03.2004 Johannes Winkelmann
88 - Add new configuration option: depfile
89 - add way to use external dependency file
90 - Add some missing headers for compilation with gcc 2.95
91 - update bash completion for isinst
92 - add deptree command (--all for all deps)
93
94 * 0.5.4p2 17.11.2003 Johannes Winkelmann
95 - fix bug in "at least X arguments" after getting several complaints
96
97 * 0.5.4p1 30.10.2003 Johannes Winkelmann
98 - fix message when called without argument
99 - Fix duplicate prtdir ignoring error (when using filters)
100
101 * 0.5.4 04.10.2003 Johannes Winkelmann
102 - introduce symbolic return values
103 - code: introduce generic argument number checks
104 - (re)introduce depinst command
105 - fix problem with prt-get fsearch: symlink'ed files are found as well
106 - print output while logging (Patch from Logan)
107 - redirect output of InstallTransaction::installPackage to log file
108 - add %v (version) and %r (release) patterns to the log file name
109 - fix typo in man page: %d in printf used for desc and deps
110 - check for pre-install and post-install
111 - store in cache (-> cache version update)
112 - show in prt-get info
113 - enable in prt-get printf, using %E (prE) and %O (pOst)
114
115 * 0.5.3p2 29.09.2003 Johannes Winkelmann
116 - Fix little bug in prt-get printf: don't print out empty lines (even if
117 there's a newline char)
118
119 * 0.5.3p1 25.09.2003 Johannes Winkelmann
120 - Adapt new patch naming
121 - Be more clever when calling prt-get diff with a filter
122
123 * 0.5.3 01.09.2003 Johannes Winkelmann
124 - Add 'remove' feature
125 - implement pre/post install execution
126 - prt-get diff doesn't display locked; use --all if you want them
127 - Fix bug in repository initialization when pkgdirs were specified twice
128
129 * 0.5.2 not used ;-)
130
131 * 0.5.1a 08.08.2003 Johannes Winkelmann
132 - Fix for gcc 3.3
133
134 * 0.5.1 09.07.2003 Johannes Winkelmann
135 - use PKGMK_PACKAGE_DIR
136
137 * 0.5.0 22.06.2003 Johannes Winkelmann
138 - update to fit new CLC project
139 (pre3)
140 - made bash completion work with ls, cat and edit
141 (pre2)
142 - sort ls output
143 (pre1)
144 - introduced new commands: ls, cat, edit
145 - fixed an empty error message in argparser
146
147 * 0.4.4c 08.05.2003 Johannes Winkelmann
148 - Fixed an ugly bug: no error messages shown when logging enabled
149
150
151 * 0.4.4b 08.05.2003 Johannes Winkelmann
152 - Change mode of created directories from 0711 to 0755
153
154 * 0.4.4a 05.05.2003 Johannes Winkelmann
155 - Change $PKGDEST to $PACKAGE_DIR
156
157 * 0.4.4 01.05.2003 Johannes Winkelmann
158 - add support for PKGDEST
159 - add lock/unlock and listlocked commands
160 - better parsing of arguments
161 - small update of the argument parser
162
163 * Reimported after disk crash; 07.04.2003
164
165 * 0.4.3 18.02.2003 Johannes Winkelmann
166 - fixed bug in dependent: it split the list wrongly
167 - new command: fsearch: search for file names in ports tree
168 - speed fix in Package: don't load() in name() and path()
169 - cosmetical changes to the help screen
170
171 * 0.4.2a 06.02.2003 Johannes Winkelmann
172 - fixed bug in dependent: it looked just for a substring, so pkgconfig whould
173 also be a match for 'dependent gconf', as it contains gconf...
174
175 * 0.4.2 06.02.2003 Johannes Winkelmann
176 - Fixed a segfault when no pkg database file available
177
178 * 0.4.1 20.01.2003 Johannes Winkelmann
179 - added small speed fix to printDiff
180 - added missing include in configuration.cpp
181 - enable clc ports by default
182 - added misc dir to DIST
183
184 * 0.4.0pre2 14.01.2003 Johannes Winkelmann
185 - fixed segfault when no m_currentTransaction
186
187 * 0.4.0pre2 13.01.2003 Johannes Winkelmann
188 - fixed --listall -> --all switch on help page
189 - completed SignalDispatcher
190 - made PrtGet a SubClass of SignalHandler
191 - feedback on Ctrl-C
192 - fixed performance problems by not copying lists
193
194 * 0.4.0pre1 13.01.2003 Johannes Winkelmann
195 - update man page
196
197
198 * 0.4.0alpha4 13.01.2003 Johannes Winkelmann
199 - removed find command
200 - list can have a wildcard filter
201 - renamed --listall switch to --all for dependent
202 - implemented wildcards for listinst
203
204 * 0.4.0alpha3 13.01.2003 Johannes Winkelmann
205 - added --listall switch for dependent; don't show only installed ports
206 - corrected help once more
207 - added LockFile class
208 - added check for Pkgfile in Port directory
209 - added expandWildcard*() methods
210 - enabled wildcards for diff
211 - implemented 'current' command
212
213 * 0.4.0alpha2 05.01.2003 Johannes Winkelmann
214 - added --filter="..." option used in printf
215 - added sysup command (refactoring required)
216 - updated help output
217 - added signal dispatcher
218 - new cache file format (newline separated)
219 - cache file versioning
220 - support for maintainer and packager in info and printf
221 - support for hasReadme in printf
222 - fixed bug in Pkgfile parser (whitespaces before version, name and rev)
223 - better format for prt-get help
224
225 * 0.4.0alpha1 04.01.2003 Johannes Winkelmann
226 - added find command (searching using wildcards),
227 - Repository::getMatchingPackages() (wildcard match)
228 - added data object for package
229
230
231 * 0.3.5c 28.12.2002 Johannes Winkelmann
232 - fixed bug: pkgadd was called even if pkgmk failed... there since 0.3.4
233
234 * 0.3.5b 28.12.2002 Johannes Winkelmann
235 - fixed bug in writeCache()
236
237 * 0.3.5a 23.12.2002 Johannes Winkelmann
238 - dependent -> help page
239
240
241 * 0.3.5 04.12.2002 Johannes Winkelmann
242 - added readme command
243 - info shows whether there is a README file
244 - added readme info to cache file (-> new format)
245 - added (README) to install/update output
246 - fixed a memory leak
247 - introduced configuration object
248 - exchanged result printing order ("Packages already installed" before
249 "Packages installed now"
250 - added dependent command: show which packages depend on argument
251 - corrected ugly copy and paste errors in "<command> takes only one arg..."
252 - added misc/prt-edit (not installed)
253 - new manual format, not included anymore
254
255
256 * 0.3.4c 02.12.2002 Johannes Winkelmann
257 - corrected typo in manual
258 - added logging options to default prt-get.conf
259 - added --sort option for printf
260
261 * 0.3.4b 02.12.2002 Johannes Winkelmann
262 - printf replaces \t and \n
263 - small change in StringHelper::replaceAll()
264 - listinst -vv prints description
265 - listinst documentation update
266 - --log doc update
267 - cleanups (using StringHelper::replaceAll())
268 - add bash completion file
269
270 * 0.3.4a 30.11.2002 Johannes Winkelmann
271 - small change in printf (%i expands to "diff")
272
273 * 0.3.4 10.11.2002 Johannes Winkelmann
274 - implemented new printf function
275 - corrected usage output (removed "," characters)
276 - added StringHelper::replaceAll(..)
277 - log feature
278 - added %p in logfile
279
280 * 0.3.3 27.08.2002 Johannes Winkelmann
281 - implemented a returnValue() method in PrtGet
282 - prt-get isinst no longer returns "... is not installed" to be more
283 consistent with "pkginfo -i|grep ...", but returns 1 when a package is not
284 installed (1 = general error).
285 - allow dependencies to be commented out when starting with #. THINK ABOUT
286 THIS SOME MORE
287
288 * 0.3.2 15.07.2002 Johannes Winkelmann
289 - changed example prt-get.conf again
290 - added another example to the manual
291 - added doxygen api documentation
292 - various code cleanups
293 - output fix for prt-get diff (title not printed if no difference)
294 - added tests for process and stringhelper class
295 - added _very_ simple version checking in prt-get diff
296 - return values on errors (=1)
297 - no output for prt-get isinst if package not installed (to be consistent with
298 pkginfo)
299 - gcc 3.2 fixes
300
301
302 * 0.3.1a 15.07.2002 Johannes Winkelmann
303 - changed example prt-get.conf to meet the new format...
304
305 * 0.3.1 13.07.2002 Johannes Winkelmann
306 - Fixed some conditions where Valgrind reported errors
307
308 * 0.3.1pre2 10.07.2002 Johannes Winkelmann
309 - Fixed another bug in the process execution
310 - proper implementation of process execution :-)
311 - improved StringHelper::split()
312
313 * 0.3.1pre1 08.07.2002 Johannes Winkelmann
314 - listinst
315 - new config file format (can use alternate location for cache)
316 - removed depinst skeletion
317
318 * 0.3.0 05.07.2002 Johannes Winkelmann
319 - added cache feature
320 - moved string functions to stringhelper
321 - Makefile.am includes code to create a symlink from prt-get to prt-cache
322 - If prt-get is called as prt-cache, it uses the caching all the time
323 - added man page for prt-cache
324 - added package filter functionality in prt-get-conf
325 - added man page for prt-get.conf
326 - comments are removed in prt-get.conf
327 - added check whether cache is outdated (config file changed after cache
328 generated)
329 - added check for 'prt-get diff <packagelist>' that the packages listed
330 are really installed
331 - added path command
332 - print errors to stderr
333 - always exit( -1 ) on error
334
335 * 0.3.0pre2 03.07.2002 Johannes Winkelmann
336 - Fixed bug when release or version had a comment on the same line
337
338 * 0.3.0pre1 02.07.2002 Johannes Winkelman
339 - Changed format of TODO, so others can understand it as well :-)
340 - added version command
341
342 * 0.2.9 01.07.2002 Johannes Winkelmann
343 - If files are rejected during update, prt-get no longer says "update failed"
344 - implemented dsearch feature (to search descriptions)
345 - Fixed a bug in prt-get depends (empty listing instead of warning when
346 invalid package given)
347
348 * 0.2.8 30.06.2002 Johannes Winkelmann
349 - moved to autoconf/automake
350
351 * 0.2.7 28.06.2002 Johannes Winkelmann
352 - added a man page
353 - adjusted message of install/update
354 decided to go up to .7, as I made some errors in the release of .6
355
356
357 * 0.2.6 28.06.2002 Johannes Winkelmann
358 - added --test switch: doing no installation, just prints out the result
359 - added quickdiff feature, printing out a list of installed packages to be
360 updated: use it for prt-get update `prt-get quickdiff`
361
362
363 * 0.2.5 28.06.2002 Johannes Winkelmann
364 - removed depinst feature (maybe reimplemented soon)
365 - it is now possible to pass a list of arguments to
366 prt-get install
367 prt-get depends/quickdep
368 - implemented -v and -vv in prt-get list
369 - implemented -v for prt-get search (show description as well)
370 - lazy initialization of repository -> speed improvement
371 - removed --args switch, added --margs and --aargs switches for pkgmk and
372 pkgadd respectively
373
374 * 0.2.4 24.06.2002 Johannes Winkelmann
375 - fixed segfault when having cyclic dependecies
376
377 * 0.2.3 24.06.2002 Johannes Winkelmann
378 - added --config=<conffile> option
379 - added prt-get update feature
380 - added prt-get quickdep feature
381 - added prt-get diff feature
382
383 * 0.2.2 24.06.2002 Johannes Winkelmann
384 - Fixed segfault in depends
385
386 * 0.2.1 23.06.2002 Johannes Winkelmann
387 - added config file /etc/prt-get.conf
388
389 * 0.2 22.06.2002 Johannes Winkelmann
390 - C++ port
391
392 * 0.1.1 22.06.2002 Johannes Winkelmann
393 - moved install to InstallTransaction
394
395 * 0.1 21.06.2002 Johannes Winkelmann
396 - First release
|