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