pacman/ChangeLog

29 lines
1.5 KiB
Text
Raw Normal View History

2002-02-25 19:23:38 +00:00
VERSION DESCRIPTION
------------------------------------------------------------------
2002-08-09 18:03:48 +00:00
- Improved dependency resolution and sorting
2.0 - Added dependency functionality
- Completely new database format, similar to FreeBSD
- Better internal data structures
- Merged pacsync functionality into pacman
- Now uses libftp for all file retrieval (currently only ftp)
- Automatic dependency resolution, a la apt-get
- Moved config stuff from /etc/pacsync.conf to /etc/pacman.conf
- Much better backup file handling, now uses md5 hashes a la rpm
2002-04-30 18:53:55 +00:00
1.23 - Added install/upgrade/remove scripting control
2002-04-12 19:34:34 +00:00
1.22 - Some manpage typo fixes
- Added --root switch to pacsync
2002-04-30 18:53:55 +00:00
- Added --help and ability to specify a PKGBUILD to makepkg
- Switched default downloader to snarf
2002-04-03 08:40:12 +00:00
1.21 - Added better backup control -- upgrade/add and remove
2002-04-30 18:53:55 +00:00
do different things with the -n switch
2002-04-03 08:40:12 +00:00
1.2 - Added wildcard handling
- Added man pages for makepkg and pacsync
- Added the pacsync utility for remote file fetching/sync
2002-03-18 09:36:01 +00:00
1.1 - Fixed some string-handling bugs
- Added better handling of configuration files and the like.
If "file" is about to be removed, but it is designated to
2002-04-03 08:40:12 +00:00
backed up, then it will be copied to "file.save"
2002-02-25 19:23:38 +00:00
- Changed db_find_conflicts() to ignore directories
1.0 - Initial Release