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