blob: 31d0f35b712846e6abd29f85ffc064080232c0cf (
plain)
1 ChangeLog for pkg-get
2
3 0.4.6 - Fixed warnings on output of diff command
4 - Use compression-mode defined in pkgmk.conf
5 - pkg-repgen.pl: Improved prt-get commands and added --prtdir switch
6
7 0.4.5 - Added --all switch for diff command (also lists locked packages)
8
9 0.4.4 - Fixed: pkg-repgen produces well-formed entries for packages not
10 available in the port tree
11 - Added root option for install / update command
12 (thanks to Gunter Coell)
13
14 0.4.3 - Fixed: operation summary when using -do option
15 - pkg-repgen now also generates a html index file for the
16 repository
17
18 0.4.2 - Create lock file if it does not exist
19 - Fixed: locked packages were not ignored in diff commands
20
21 0.4.1 - Fixed parsing bug for uncommon 'version' strings
22
23 0.4.0 - Completely re-written in perl
24 - Added failover mechanism for unsuccessful syncronizations
25 - Better standardization of task summary and option handling
26 - Removed proxy options (now handled by wget)
27 - Improved general command / options / look and feel compatibility
28 with prt-get
29 - "use_scrips" config option is now called "runscripts"
30 - Added -im, --config=, --aargs= options
31 - The "current" command now prints the currently installed version
32 instead of the available version (uniformity with prt-get)
33
34 0.3.4 - Fixed: removed check for REPO files before 'sync', 'version' and
35 'help commands'.
36
37 0.3.3 - Added pre-post install success report, i.e.: [pre: ok]
38 - Fixed minor commandline parser bug (options were ignored for
39 'sysup' command)
40 - Changed PKGREPO format (package name is now the 1st entry)
41 - pkg-repgen is now written in perl
42
43 0.3.2 - Added 'current' and 'path' commands
44 - Added bash completion script
45 - fixes in quickdiff command
46
47 0.3.1 - Fixes small bug in 'depends' command (duplicate entries)
48
49 0.3.0 - Added support for multiple repositories
50 - Added 'dup' command
51 - minor bugfixes
52
53 0.2.0 - Added support for README files
54 - Added support for pre-post install scripts
55 - Added 'printf' command
56
57 0.1.9 - Changed wget-like progress (from busybox, 1/5 of the size!)
58
59 0.1.8 - Added 'quickdiff', 'remove' commands.
60
61 0.1.7 - Added 'dependent' command
62
63 0.1.6 - Added locking support: 'lock', 'unlock', 'listlocked'
64
65 0.1.5 - Minor fixes
66
67 0.1.4 - Added wget-like progress for downloads
68
69 0.1.3 - Added list, listinst; minor fixes.
|