2002-02-25 19:23:38 +00:00
|
|
|
VERSION DESCRIPTION
|
2003-09-03 02:09:29 +00:00
|
|
|
-----------------------------------------------------------------------------
|
2004-04-29 19:43:18 +00:00
|
|
|
2.7.8 - added post_remove scriptlet support
|
|
|
|
- added -Qs option (bug #854)
|
|
|
|
- a provisio does not imply conflict, to make a provisio target
|
|
|
|
conflict with anything else that provides the same thing, you
|
|
|
|
can now do this by specifying the provisio target as both a
|
|
|
|
provides and a conflict, eg:
|
|
|
|
conflicts=('x-server')
|
|
|
|
provides=('x-server')
|
|
|
|
- cleaned up the download progress bar a bit
|
|
|
|
- added %o parameter to XferCommand so wget can resume properly
|
|
|
|
- fixed a segfault in downloadfiles() (bug #787)
|
|
|
|
- patches from Oliver Burnett-Hall
|
|
|
|
- gensync uses a better temp dir (bug #774)
|
|
|
|
- PKGDEST can be set in makepkg.conf (bug #783)
|
|
|
|
- patches from Aurelien Foret
|
|
|
|
- segfault fix, couple memory leaks
|
|
|
|
- more sanity checks in "provides" searches
|
|
|
|
- fixed a little display bug in the progress bar
|
|
|
|
- made -Qip look like -Qi
|
|
|
|
- -Sc now removes OLD packages from cache, use -Scc for all
|
2004-04-15 05:05:54 +00:00
|
|
|
2.7.7 - added an XferCommand directive that will make pacman use an
|
|
|
|
external download utility like wget
|
|
|
|
- added a license field to package meta-data
|
|
|
|
- add url support to -A and -U operations (download packages)
|
|
|
|
- -Ss now searches thru provides fields
|
|
|
|
- added --dbonly option to -R
|
2004-04-04 06:32:24 +00:00
|
|
|
2.7.6 - added --print-uris option
|
|
|
|
- fixed an http download bug (bug #667)
|
|
|
|
- fixed a segfault related to replaces/conflicts handling
|
2004-03-02 04:49:15 +00:00
|
|
|
2.7.5 - "replaces" packages were ignoring IgnorePkg in pacman.conf
|
|
|
|
- fixed another bug in conflict handling
|
|
|
|
- found an out-dated reference to /usr/abs, fixed
|
|
|
|
- added a --recursive option for package removal, which removes
|
|
|
|
all deps of a target that aren't required by other packages
|
2004-02-18 07:09:00 +00:00
|
|
|
2.7.4 - fixed a bug in conflict handling, where installing a
|
|
|
|
conflicting package would fail even if the new package
|
|
|
|
"provided" it
|
|
|
|
- if pacman sees a newer version of itself during an upgrade,
|
|
|
|
it will ask to install itself first, then be re-run to upgrade
|
|
|
|
the other packages.
|
|
|
|
- You can now use the --info option with --sync to display an
|
|
|
|
uninstalled package's dependency info.
|
|
|
|
- Added a sane umask before db writes
|
|
|
|
- buffer overflow fix (bug #442)
|
2004-02-07 20:37:00 +00:00
|
|
|
2.7.3 - makepkg not longer strips files with .exe or .dll extensions
|
|
|
|
- Added Aurelien's patch:
|
|
|
|
- proxy support (no authentication yet)
|
|
|
|
- HTTP/1.1 support
|
|
|
|
- an improved progress bar with transfer rates and ETA
|
|
|
|
- cleaned up warning output a bit
|
2004-01-04 17:53:32 +00:00
|
|
|
2.7.2 - Supressed "No such file" messages during stripping
|
|
|
|
- Removed extra newlines in /var/log/pacman.log
|
|
|
|
- Added a --noextract option to makepkg to skip source extraction
|
2003-12-21 01:34:32 +00:00
|
|
|
2.7.1 - Fixed a couple obscure segfaults
|
|
|
|
- LogFiles were logging incorrect dates - fixed
|
|
|
|
- Cleaned up md5sum output in makepkg -g
|
|
|
|
- Added (optional) colorized output messages to makepkg
|
|
|
|
- Renamed the "stable" repo to "release" in pacman.conf
|
|
|
|
- Renamed the "unofficial" repo to "extra" in pacman.conf
|
2003-11-25 02:02:36 +00:00
|
|
|
2.7 - Added build-time dependencies to makepkg (Jason Chu)
|
|
|
|
- Added md5sum integrity checking to packages in --sync
|
|
|
|
mode (Aurelien Foret)
|
|
|
|
- Memory leak fixes (Aurelien Foret)
|
|
|
|
- Added CARCH variable to makepkg.conf for use in PKGBUILDs
|
|
|
|
- Added LogFile option for direct-to-file logging
|
|
|
|
- Added -Qii handling to show modified config files
|
|
|
|
- Allow --sync targets to specify an explicit repository to
|
|
|
|
sync from (eg, pacman -S current/patch)
|
2003-10-17 04:18:01 +00:00
|
|
|
2.6.4 - Altered pacman_upgrade() to allow a package to replace itself
|
2003-10-01 23:14:37 +00:00
|
|
|
2.6.3 - A couple memory fixes in the new replaces code
|
2003-09-29 00:58:58 +00:00
|
|
|
2.6.2 - Fixed a memory cleanup bug
|
|
|
|
- Aurelien's patch:
|
|
|
|
- bug #159 implemented (for -S and -R)
|
|
|
|
- fixed a bug with pacman -Sg (pacman was browsing only one
|
|
|
|
db to get groups)
|
|
|
|
- fixed a bug with list_merge()
|
|
|
|
- fixed some MLK (in dumppkg() and with "-Qi --orphans")
|
|
|
|
- now "pacman -Sg" only displays groups (without content)
|
|
|
|
whereas "pacman -Sg target1 target2" displays groups
|
|
|
|
target1 and target2 with content
|
2003-09-15 04:58:02 +00:00
|
|
|
2.6.1 - Added http download support (Aurelien Foret)
|
|
|
|
- Improved makepkg's --builddeps behaviour when called via
|
|
|
|
makeworld
|
|
|
|
- makepkg's md5 validation now occurs before source extraction
|
|
|
|
- makepkg delays fakeroot entry until after option parsing
|
|
|
|
- Fixed an argument-passing bug in fakeroot
|
|
|
|
- Modified pacman's behaviour wrt provides -- it now allows
|
|
|
|
multiple packages to be installed, even if they provide the
|
|
|
|
same thing (they were treated as conflicts before)
|
2003-09-03 02:09:29 +00:00
|
|
|
2.6 - Added group handling, so one can run 'pacman -S kde' and
|
|
|
|
install all files from the KDE group
|
|
|
|
- Fixed a duplication bug in cascade package removal
|
|
|
|
- Added support for virtual provisions with "provides" tags
|
|
|
|
- When conflicts are encountered, pacman now offers the chance
|
|
|
|
to remove the conflicting packages (provides or literals)
|
|
|
|
- Added support for renamed/combined packages with a "replaces"
|
|
|
|
tag
|
|
|
|
- Added --nostrip option to makepkg
|
|
|
|
- Improved --search to list all packages from all repos when
|
|
|
|
a search term is omitted
|
|
|
|
- Added logging support through syslog()
|
|
|
|
- Added fakeroot support to makepkg (RomanK)
|
|
|
|
- Added MD5sum generation/validation to makepkg (RomanK)
|
|
|
|
- Fixed a progress bar bug (Aurelien Foret)
|
|
|
|
- Sorted makepkg's .FILELISTs (Aurelien Foret)
|
|
|
|
- Targets are now re-ordered w.r.t. dependencies when
|
|
|
|
using -A/-U
|
|
|
|
- Modified --search to work when called as -Sys
|
|
|
|
- Modified abs to use ABS_ROOT from /etc/abs/abs.conf (Aurelien)
|
|
|
|
- Other bug fixes
|
|
|
|
2.5.1 - Minor bug fixes
|
2003-05-30 19:56:46 +00:00
|
|
|
2.5 - Added an URL tag to package info
|
|
|
|
- Sped up package load times by about 500% by introducing
|
|
|
|
a .FILELIST into the package
|
|
|
|
- Renamed the install scriptlet from ._install to .INSTALL
|
|
|
|
- Added patch from Aurlien Foret:
|
|
|
|
- Better lock handling (RW and RO)
|
|
|
|
- Sorted package order in -Qi's dependency lists
|
|
|
|
- Added a DBPath option to pacman.conf
|
|
|
|
- Fixed memory leaks
|
|
|
|
- Added the --nodeps option to -S
|
2003-04-19 22:31:38 +00:00
|
|
|
2.4.1 - Fixed a bug in makepkg's option parsing
|
2003-04-11 16:58:50 +00:00
|
|
|
2.4 - Added getopt-style options to makeworld
|
|
|
|
- Added -w <destdir> to makepkg
|
|
|
|
- makeworld now properly handles packages with --builddeps
|
|
|
|
- Added patches from Aurelien Foret:
|
|
|
|
- Cascading package removals. -Rc will remove a package and
|
|
|
|
all packages that require it
|
|
|
|
- Support for getopt-style options in makepkg
|
|
|
|
- the REQUIREDBY field is now updated when a package is
|
|
|
|
removed with --nodeps, then re-installed.
|
|
|
|
- Avoids duplicate dependency checks with sync
|
|
|
|
- Added a "NoPassiveFtp" option in pacman.conf
|
|
|
|
- Improvements to the --query listings
|
2003-03-17 19:36:48 +00:00
|
|
|
2.3.2 - Added patches from Aurelien Foret:
|
|
|
|
- FTP resume feature
|
2003-04-11 16:58:50 +00:00
|
|
|
- removed the hit-^C-and-delete-the-downloading-file safety
|
2003-03-17 19:36:48 +00:00
|
|
|
- IgnorePkg option in pacman.conf
|
|
|
|
- FTPAGENT setting in makepkg.conf
|
|
|
|
- Added --cleancache option to makepkg
|
2003-03-14 17:35:57 +00:00
|
|
|
2.3.1 - Fixed the progress bar overflow
|
|
|
|
- Pacman does not ask "Are you sure" when you use --downloadonly
|
|
|
|
- Switched up a couple makepkg options to be more consistent
|
|
|
|
with pacman's options
|
|
|
|
- If you ^C out of a file download, the package will now be
|
|
|
|
removed from the cache directory
|
|
|
|
2.3 - The beginnings of source-side dependency resolution, makepkg
|
|
|
|
can now either A) download/install missing deps with pacman
|
|
|
|
-S; or B) find missing deps in the /usr/abs tree and
|
|
|
|
build/install them.
|
|
|
|
- Added a --nodeps option to makepkg
|
|
|
|
- Improved the --search output
|
2002-12-11 21:56:52 +00:00
|
|
|
2.2 - More bugfixes
|
|
|
|
- Added --downloadonly switch to --sync
|
|
|
|
2.1 - Lots of bugfixes
|
|
|
|
- Added support for multiple respositories
|
|
|
|
- Improved the config file layout
|
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
|
2002-12-11 21:56:52 +00:00
|
|
|
- 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
|
|
|
|
|