Merge branch 'maint'
[pacman-ng.git] / NEWS
blob2e4133f9871004b4d68bf5a8159c4520c63911a3
1 VERSION         DESCRIPTION
2 -----------------------------------------------------------------------------
3 3.5.1         - don't error on unknown pacman.conf directives (FS#23055)
4               - only read arguments from stdin if '-' is provided as target
5               - fix case with ignore handling in argument list (FS#23342)
6               - don't show group selection prompt with -Sp (FS#23340)
7               - restore old --debug/--verbose behavior (FS#23370)
8               - ensure repo DBs are saved with sane umask (FS#23343)
9               - fix segfault when a repo includes deltas entries (FS#23314)
10               - fix potential data corruption issue on sync DB read
11               - get zsh completion in a working state (FS#23322)
12               - makepkg: improve optdepends extraction (FS#23307)
13               - translations:
14                 - de: fix makepkg fatal error (FS#23315)
15                 - sr, sr@latin: new Serbian translation
16                 - various other translation updates
17               - build system: ensure libtool respects LDFLAGS (FS#23325)
18 3.5.0         - sync DBs read directly from the database tarball
19                 (FS#8586, FS#20233)
20               - local DB "depends" file has been merged into the "desc" file
21                 - pacman-db-upgrade script provided to update the local
22                   database format
23               - sync database extension is .db (without compression suffix)
24                 - requires repo-add from pacman-3.4+
25               - package versions can have an 'epoch' value defined that will
26                 overrule any version comparison
27                 - this replaces the use of the "force" option in allowing for
28                   package updates with versions that do not conform to the
29                   default version comparison operations
30                 - package versions have the format [epoch:]pkgver-pkgrel
31               - check available disk space before installing packages (FS#11639)
32                 - enabled by the "CheckSpace" option in pacman.conf
33                 - attempt to stop install if we hit an extraction issue
34                   (FS#7692, FS#22034)
35               - improved interactive selection for groups/provides
36                 (FS#19704, FS#19853)
37               - finer grained control of ignoring dependency resolution
38                 - -Sd to ignore dependency versions only
39                 - -Sdd to ignore all dependency information
40               - clean-up of --help output (FS#19526)
41               - CleanMethod for package cache cleaning can use both
42                 KeepInstalled and KeepCurrent simultaneously
43               - various speed-ups:
44                 - improved internal storage of the package cache
45                 - faster pkgname/depends searches
46               - use OpenSSL crypto functions if available
47               - makepkg:
48                 - add support for running testsuites in a check() function
49                   (FS#15145)
50                   - controlled by BUILDENV option 'check' in makepkg.conf
51                     which may be overridden by --check/--nocheck on the
52                     command-line
53                 - extract any file bsdtar recognizes
54                 - STRIP_DIRS has been removed in favor of stripping all
55                   recognized files
56                 - improve $srcdir/$pkgdir check to reduce false positives
57                 - $pkgname can be used in split package() functions (FS#22174)
58                 - added '!buildflags' option to allow unsetting of CFLAGS,
59                   CXXFLAGS and LDFLAGS
60               - repo-add: added -f/--files to create files database (FS#11302)
61               - pactree: rewritten in C using libalpm
62 3.4.3         - fix attempted double remove of all files issue during upgrades
63               - respect IgnorePkg/IgnoreGroup for group members (FS#19854)
64               - back out epoch changes; 3.5.X will handle them differently
65 3.4.2         - fix progress bar display with empty packages
66               - make pactest testsuite Python 2.7 compatible
67               - write epoch values in preparation for 3.5.X releases
68               - fix null pointer dereference in architecture check (FS#21668)
69               - documentation: remove unnecessary "|| return 1"
70               - contrib/bacman: update package compression selection
71               - contrib/PKGBUILD.vim: add a few more license options
72               - translations: es, kk, sv, pt, ru updated
73 3.4.1         - fix interaction of --needed and multiple repo groups (FS#20221)
74               - bash completion: small fixes to prevent alias problems
75               - rankmirrors: fix bogus/empty variable assignment (FS#19911)
76               - repo-add: ensure bare DB symlinks are relative (FS#20498)
77               - repo-add: fallback to copy if symlink not permitted (FS#19907)
78               - makepkg:
79                 - use absolute path to 'du' to exclude wrapper progs (FS#19932)
80                 - ensure $startdir check doesn't stall indefinitely (FS#19975)
81                 - fix repackaging with multiple passed packages (FS#20272)
82               - translations:
83                 - zh_CN: fix crash when using during install (FS#20188)
84                 - sk: new Slovak translation
85                 - pt: new European Portuguese translation
86                 - other small updates to various translations
87 3.4.0         - new "Architecture" option that will restrict pacman to
88                 installing only packages from the given architecture. Can be
89                 set to "auto" in which case the output of "uname -m" is used
90               - use "$arch" when specifying a mirror url to automatically
91                 select the correct architecture
92               - Installing packages with -U can handle installing
93                 dependencies, conflict resolution and replacing packages
94                 (FS#3492, FS#5798)
95               - can upgrade the system and install a new package using 
96                 "pacman -Syu <pkg>" (FS#15581)
97               - new -D/--database operation for modifying package install
98                 reasons (FS#12950)
99               - new --print and --print-format options to output information
100                 in suitable format for wrapper scripts (FS#14208)
101               - only extract new entries when updating a repo database
102               - show "Required by" in -Sii output (FS#16244)
103               - -U and -R options always ask for confirmation
104               - allow -Qo to perform a functional 'which' (FS#8798)
105               - cache cleaning cleans all directories, not just first
106               - cleanupdelta: new utility to help remove unused deltas from
107                 a repo database 
108               - bash completion: rewrite for size and performance (FS#16630)
109               - repo-add: handle removing the final package from a repo
110               - rankmirrors: rewrite using bash
111               - vercmp: does not link to libalpm to prevent upgrade issues
112               - makepkg:
113                 - automatically aborts on any errors during packaging
114                 - changelogs are now included via the "changelog" variable
115                 - override pkgver, pkgrel and arch in split packages (FS#15955)
116                 - repackaging without a package() function is deprecated
117                 - stricter syntax checking for backup and optdepends entries
118                 - file stripping options are configurable
119                 - New --pkg flag to allow building specific package(s) from
120                   split PKGBUILDs (FS#15956)
121                 - build() function is now optional (FS#15147)
122                 - warn about reference to build root in a package (FS#14751)
123                 - configure source package destination with SRCPKGDEST
124                 - major internal refactoring of handling tests ("[" to "[[")
125               - contrib/pactree: print reverse dependency tree
126 3.3.3         - correctly check the return code from opendir()
127               - fix possible infinite loop in alpm_list_remove()
128               - makepkg:
129                 - quote arrays to preserve spaces in arrays (FS#16871)
130                 - allow passing arguments with spaces
131                 - adjust preselected option for clearing cache
132               - translations:
133                 - zh_CN: fix positional parameter usage in makepkg (FS#16983)
134                 - el: fix Y/N response translation (FS#16568)
135 3.3.2         - fix infinite filesize download issue (FS#16359)
136               - fix bogus download size on TotalDownload
137               - documentation updates
138               - small translation updates
139               - repo-add: use size of target files and not symlinks
140               - repo-remove: create empty DB when all packages are removed
141 3.3.1         - use full path to ldconfig when calling in chroot
142               - optimize the check for modified databases during sync
143               - ensure installed libfetch is new enough
144               - have -Q ops return 1 when no package matches (FS#15938)
145               - skip SyncFirst dialog if unnecessary (FS#15810)
146               - misc documentation updates (FS#15870, FS#15984)
147               - testdb: be less verbose during checks
148               - existing translation updates
149               - two new translations: Norwegian, Swedish
150               - makepkg:
151                 - add --skipinteg option (FS#15830)
152                 - fix .PKGINFO creation with -R option (FS#15851)
153                 - always keep symlinks to sources when unpacking
154 3.3.0         - xdelta: many fixes and improvements
155                 - new pkgdelta script to create deltas
156                 - repo-add can add both deltas and packages to a database
157               - xz archive format supported for packages and databases
158               - in case of unresolvable packages, pacman now asks
159                 if they should be skipped instead of aborting
160               - -Suu synchronizes all packages with the version from the
161                 repository (including upgrade and downgrade)
162               - replace libdownload dependency by the original libfetch
163               - better support of -q/--quiet flag with -Qo and -Ql
164               - -Sp works without root (FS#8905)
165               - fix a bug where the replacement of a package failed because
166                 of a file conflict, and the package was lost (FS#9088)
167               - improved behavior of HoldPkg option (FS#9173)
168               - allow to ignore a package from a group (FS#12059)
169               - search package groups when searching a db (FS#13099)
170               - asciidoc fixes
171               - documentation updates
172               - repo-add: cleanups, improvements and speedup
173               - makepkg:
174                 - package splitting support! - see PKGBUILD-split.proto
175                 - limit fakeroot usage with addition of package() function
176                 - info is handled like man pages and not other documentation
177                 - configuration option for man/info page directories
178                 - added ability to automatically remove files from package
179                 - configuration option for default LDFLAGS
180                 - specify alternative configuration file with --config flag
181                 - check all integrity checksums provided in PKGBUILD
182                 - fix pkgver/pkgrel updating in SCM packages
183                 - BUILDSCRIPT option removed from makepkg.conf. Now specified
184                   during configure
185                 - enforce no ">" or "<" in provides array
186                 - package compression autodetection
187                 - check PKGBUILD for CRLF line endings
188                 - fix reading PKGBUILD from pipe
189                 - increase compatibility with BSDs & Mac OSX
190               - contrib
191                 - pacdiff - improvements and new -l flag for using locate
192                 - pacscripts - print install scripts for a package
193 3.2.2         - log pacsave warnings to pacman.log (FS#12531)
194               - separate local DB creation and writing (FS#12263)
195               - pacman-optimize: rewrite and refresh (FS#11767)
196               - repo-add: use openssl instead of md5sum
197               - simplify doc building process for ease of development
198               - ensure correct handling of syscall interruptions
199               - readd missing newline on -Qi/-Si output (FS#11331)
200               - fix TotalDownload regression (FS#11339)
201               - makepkg:
202                 - replace getopt with an internal function
203                 - detect incorrect usage of provides (FS#12540)
204                 - fix bash substitution to work in older versions
205                 - fix updating PKGBUILD and simplify logic for SCM packages
206                 - save/restore shell options before/after build() (FS#12344)
207               - documentation updates and asciidoc build fix
208               - existing translation updates
209 3.2.1         - drop special handling of file:// URLs
210               - display optdepends on install and upgrade
211               - fix segfault on x86_64 when using UseSyslog (FS#11096)
212               - fix detection of TotalDownload (FS#11180)
213               - fix "No such file" error during --force installs (FS#11218)
214               - better handling of progressbar when behind a proxy (FS#8725)
215               - repo-add: fix whitespace handling (FS#9171, FS#10630)
216               - repo-add: add optdepends to the sync DB (FS#10630)
217               - makepkg:
218                 - allow specifying a download filename (related to FS#11292)
219                 - fix download functions with weird URLs (FS#11076)
220                 - fix creation of source package with local files (FS#11149)
221                 - fix error when sourcing profile scripts (FS#11179)
222                 - perform case-insensitive checksum comparison (FS#11283)
223               - documentation and help updates (including fix for FS#11203)
224               - new Ukrainian translation
225               - existing translation updates
226 3.2.0         - removed -A/--add option from pacman frontend
227               - added --asexplicit option
228               - new remove option --unneeded
229               - add -Rss option to remove all dependencies
230               - removed useless -e/--dependsonly option
231               - config options are now case sensitive
232               - added CleanMethod option for variety in cache cleaning
233               - new Turkish translation, all others updated and revised
234               - handle multiple groups in -Ss and -Qs operations
235               - allow -q/--quiet option with -o/--own and -g/--groups options
236               - removed hack for packages with unknown installed size
237               - add SyncFirst option to pacman.conf
238               - support installation of versioned deps : pacman -S "dep>=2.0"
239               - add --enable-git-version configure flag to identify
240                 developmental build version
241               - do not duplicate packages in required by list
242               - pacman.static is no longer built
243               - all error messages use pm_fprintf
244               - disable geteuid in cygwin
245               - use off_t type for large file support
246               - add vercmp test script
247               - moved gensync and updatesync to contrib/
248               - rewrote pacsearch script in perl
249               - paclist script to list installed packages from a repo
250               - bacman script to make backup of package from filesystem
251               - combined repo-add and repo-remove into one script
252               - removed --force option from repo-add
253               - add --quiet option to repo-add/repo-remove
254               - update libtool version to 1.5.26
255               - allow disabling of internal download with new configure
256                 flag --disable-internal-download
257               - pactest can now check file permissions
258               - add the possibility to mark the pactests known to fail,
259                 which allows more informative results of make check
260               - libalpm-specific changes:
261                 - use dynamic string allocation in package structure
262                 - new functions for manipulating pmdepend_t objects
263                 - store replaces and force in local database
264                 - moved deptest functionality to backend
265                 - add alpm_checkdbconflicts function
266                 - fix PM_ERR_CONFLICTING_DEPS handling
267                 - cleanup of pmsyncpkg_t
268                 - add alpm_sync_newversion function
269                 - cleanup of alpm_list code
270                 - refactor of download code
271                 - download callback API changes
272                 - removed test_delta_md5sum and test_pkg_md5sum functions
273                 - add _alpm_archive_fgets function to read line-by-line from
274                   an archive
275                 - read .PKGINFO directly from package file with no temp file
276                 - native support for both libdownload and libfetch
277                 - rework delta algorithm (we still need script updates)
278                 - swap parameters of alpm_pkg_find for consistency with
279                   other find functions
280                 - swap parameters of PM_TRANS_CONV_INSTALL_IGNOREPKG to make
281                   more sense
282                 - fix -Rs when removing multiple items in dependency chain
283               - makepkg-specific changes:
284                 - support for resuming source downloads
285                 - added zipman option
286                 - removed -b/--builddeps
287                 - various portability fixes for BSD and Mac OS X
288                 - check for valid options in PKGBUILD
289                 - add --allsource option
290                 - remove deprecated --usesudo option
291                 - handle spaces in build directory
292                 - made keeping docs the default option
293                 - use pacman version dep resolving
294                 - fix regression in library stripping
295                 - make strip paths configurable
296               - MANY other bug fixes and small improvements
297 3.1.4         - various small code cleanups and fixes
298               - small documentation updates
299               - improvements to PKGBUILD.vim
300               - translation updates - ru, zh_CN
301 3.1.3         - major updates to i18n output in frontend (all UTF-8 characters
302                 should now work with varying byte and char widths)
303               - new Simplified Chinese translation
304               - updates to testpkg utility
305               - updates to PKGBUILD.vim
306               - internal updates for translations - use c-format on all
307                 strings, get rid of needless line numbers
308 3.1.2         - updates to proto.install, add ChangeLog.proto (FS#7231)
309               - add 'force' option to packages, and have repo-add respect it
310               - mark gensync and updatesync as deprecated
311               - fix pacman -Qo behavior on symlinks (FS#9473)
312               - fix segfault on a broken symlinks in backup code (FS#9235)
313               - ensure filename is determined correctly for a pkg (FS#9547)
314               - fix conflict progress bar with UTF-8 chars (FS#6437)
315               - fix chk_fileconflicts brokenness, ensure it reads entire list
316               - ensure -Sc operation locks DB, only checks DBs (FS#9609)
317               - minor documentation and message updates
318               - moved some translations to their more generic lang codes
319               - allow scripts to be run without gettext installed
320               - makepkg:
321                 - check to ensure we have non-URL sources (FS#9208)
322                 - ensure we strip binaries in /opt/ dirs (FS#9342)
323                 - check for VCS executable before using (FS#9230)
324                 - set sane umask before source extraction (FS#9242, FS#9362)
325 3.1.1         - fix versioned provisions handling- use '=' instead of ' ' which
326                 differs from original spec but better in long run (FS#9171)
327               - rename query --orphans to --unrequired (FS#9144)
328               - fix segfault when cachedir is unusable (FS#9186)
329               - missing SYMEXPORT on libalpm functions (FS#9155)
330               - notify of package replacements when using --noconfirm (FS#5179)
331               - fix usage of PKGEXT by gensync/updatesync (FS#9190)
332               - ensure correct dir permissions in database (FS#9176)
333               - ensure /tmp is created with correct permissions (FS#9183)
334               - disallow NULL section in parseconfig (reported on forums)
335               - remove Arch-specific pacman.conf and mirrorlist from source
336               - makepkg: --holdver option for devel PKGBUILDs (FS#9194)
337               - documentation updates (FS# 9142, 9146, 9175, 9192, 9204)
338               - many translation updates
339 3.1.0         - paths are now specified as absolute paths (or defaulting to
340                 under the specified root directory)
341               - all paths can be specified in pacman.conf or on command line
342               - updates to pacman clean operation- now cleans uninstalled
343                 packages and old sync DBs (FS#8061)
344               - remove all hardcoded paths and allow them to be set at
345                 configure/build time
346               - single mirrorfile- pacman substitutes the repository name in
347                 mirror file when $repo is found (FS#6389)
348               - New config file options: ShowSize, TotalDownload, IgnoreGroup,
349                 UseDelta
350               - all scripts have been gettext-ized and can be translated
351               - added testdb utility to check pacman DBs for common problems
352               - huge additions to pactest suite
353               - remove -F/--freshen operation
354               - add --ignoregroup option (FS#1592)
355               - --ignore and --ignoregroup accept comma separated lists
356               - add --needed option for --sync
357               - massive optimization and speedup for --owns
358               - add -q/--quiet option for -Ss/-Sl and -Q? output (FS#8470)
359               - add --asdeps option (install reason: dependency) (FS#7193)
360               - replace "Total Package Size" with "Total Download Size"
361                 (FS#4182)
362               - fix -Q options to work on installed packages AND package files
363               - change -Q/--query options to act as filters and increase their
364                 flexibility
365               - -U/-A <url> now downloads to cachedir (FS#6404)
366               - install and build dates are localized
367               - optdepends support
368               - delta support
369               - versioned provisions support
370               - versioned conflicts support
371               - add < and > operators for versioned dependencies and conflicts
372               - bash completion updates
373               - mirrorlist updates
374               - removed ABS script from codebase (now a separate project)
375               - allow multiple pacman cache directories
376               - all manpages are now generated using Asciidoc (FS#7312)
377               - moved parseconfig from backend library to frontend
378               - clean up and refactoring of the ENTIRE codebase
379                 - remove many useless #ifdefs
380                 - split many too-long functions
381                 - portability updates: compiles and passes tests on BSD and
382                   Darwin (switching libdownload->libfetch)
383                 - clean up build process
384                 - use of static code analysis
385                 - memory leak fixes all over the place
386                 - fix overzealous use of macros
387                 - entire codebase builds with -pedantic GCC option
388               - libalpm-specific changes:
389                 - moved location of sync DBs into their own folder to thwart
390                   deletion and remove naming limitations
391                 - REQUIREDBY entries are no longer used in local DB but are
392                   computed on the fly when needed, which should resolve
393                   phantom dependency issues (FS#7639)
394                 - ensure we export everything that should be public
395                 - fix some const correctness issues
396                 - add list tail ptr shortcut to make last element lookups O(1)
397                 - database dates are stored as seconds from epoch
398                 - removed SHA1 support
399                 - drop in new MD5 library
400                 - implement topological sorting for dependencies
401                 - do case sensitive compare in parse_descfile (FS#8081)
402                 - remove hardcoded architectures
403                 - conflicts checking speedups and fixes
404                 - move lockfile location to inside the DB
405                 - remove gettext calls from DEBUG messages
406                 - remove faulty diskspace checking
407                 - move functions out of alpm.c to where they belong
408                 - rewrite of file extraction code (FS#7484)
409               - makepkg-specific changes:
410                 - entire script has been functionalized
411                 - only runs in fakeroot when necessary
412                 - hard linked manpages are now compressed (FS#5392)
413                 - built-in versionpkg support
414                 - arch=('any') support (FS#8153)
415                 - clean up and prettify the output
416                 - replace tar/cpio/unzip with bsdtar (FS#7485)
417                 - add --ignorearch option (FS#7355)
418                 - improved error handling
419                 - downloads straight to $SRCDEST to avoid copies (FS#7271)
420                 - support for multiple download protocols (FS#4404)
421                 - remove --usesudo option, use it by default
422                 - add --asroot option to discourage building as root
423                 - add $srcdir and $pkgdir variables (FS#7278)
424                 - add source package creation option
425               - rankmirrors- allow reading from stdin (FS#8043)
426               - and many other updates: 198 bugs/FRs closed since 3.0.0 release
427               - switch to GIT for source code management
428 3.0.6         - config files updated to reflect current -> core change
429               - fix symlink overwriting issue (FS#7484)
430               - fix config parsing with tr_TR locale (FS#7235)
431               - use AC_SYS_LARGEFILE if available (FS#7578)
432 3.0.5         - add -mtune=generic to default CFLAGS in makepkg.conf
433               - small updates to translations
434               - repo-add: fix conflicts issue for real this time
435               - fix issue with libarchive incorrectly setting permissions
436 3.0.4         - updated translations
437               - repo-add: fix issue where conflicts were not put in database
438 3.0.3         - updated translations
439               - repo-add: fixed a desc file clobbering issue
440 3.0.2         - fix a bug where pre/post_remove scriptlets were not ran
441               - ensure ldconfig is ran in all operations
442               - added a few new translations, updated existing ones
443               - updated mirror lists
444               - makepkg: ensure CFLAGS are exported to build function
445 3.0.1         - fix a locale issue with tr_TR upper/lower-case conversion
446               - allow removal when listing the same package multiple times
447               - fix a repo-add bug that left a .PKGINFO file in the current
448                 directory
449               - proper error messages when we cannot read mtab for freespace
450 3.0.0         - first release based on libalpm backend
451               - added internationalization (gettext) support:
452                 - de, fr, hu, it, pt_BR, en_GB, ru_RU translations
453               - switch to usage of libdownload and libarchive
454               - improved proxy support using libdownload
455               - documentation - man pages updated, new conf manpages added
456               - repository mirror list updates
457               - added support for package changelogs
458               - logging of all install scriptlet messages to pacman.log
459               - orphans search (-Qe) now shows true orphans
460               - new -Qu option - show all packages that can be upgraded
461               - new -Se option - install only dependencies
462               - dependency sorting on install and removal
463               - check for free space before installing packages
464               - prompt to delete corrupted packages
465               - improved backup handling - backup array proactive on upgrade
466               - removed NoUpgrade lines from default pacman.conf
467               - new uncompressed size field, shown on sync upgrade
468               - improved progress and progressbar output
469               - reduced unnecessary calling of ldconfig
470               - selective loading of database to speed up certain operations
471               - debugging output improved with --debug flag
472               - pacman-optimize - now supports DBs on separate filesystem
473               - makepkg and abs now support conf files in home directory
474               - makepkg changes:
475                 - arch field is required
476                 - added -arch suffix to generated package filenames
477                 - new configuration file options format
478                 - changed default configuration
479                 - support alternate integrity checks
480                 - extract files using filetype, not extension
481                 - added noextract array
482                 - new options array format
483                 - new option to log build process
484                 - new --repackage option - repackage pkg/ without building
485                 - user-selectable paths for doc stripping
486                 - configurable source cache location
487                 - dependencies now removed on a build success or failure
488               - abs changes:
489                 - supports both cvsup and csup
490                 - expanded configuration
491                 - added support for testing repository
492               - new helper scripts:
493                 - rankmirrors - shows best available mirrors
494                 - repo-add - adds a package to a repo database file
495                 - repo-remove - removes a package from a repo database file
496               - added pactest testing suite
497               - MANY fixes and small improvements everywhere
498 2.9.8         - Changed behaviour with original=X,current=Y,new=Z scenario
499                 - keep old in place, install new as .pacnew
500               - Search package provides when finding matching targets with -S
501               - Frugalware: added -Qm option to find foreign packages
502               - Frugalware: added DistCC support to makepkg
503               - bugfix: before searching databases for a dependency, make sure
504                 one of the packages in the final list doesn't already provide
505                 that dependency
506               - fix for segfaults that occurred when propagating requiredby
507                 fields to replaced packages where one package depended on
508                 another replaced package
509               - a better fix for pacman-optimize integrity checks
510               - fix for regex searches with -Ss (Miklos Vajna)
511               - added a --noprogressbar for scripts to use
512 2.9.7         - fixed the dupe listings of packages when dealing w/ groups
513               - patches from Miklos Vajna:
514                 - add regexp search support for -Qs and -Ss
515                 - fixed md5sums on x86_64
516                 - add --sudosync to makepkg
517                 - show syntax help if an invalid option is used
518                 - added makepkg option to disable ccache support
519               - changed license field to operate as an array, not a string
520               - added more logic for file conflict checks - if one target
521                 is a file and the other is a directory, then it's a conflict
522               - fixed the integrity check in pacman-optimize
523               - reverted NoUpgrade to old behaviour and instead, added the
524                 NoExtract directive to pacman.conf, which prevents a file
525                 from ever being extracted on to the system
526                  eg, NoExtract = home/httpd/html/index.html
527 2.9.6         - added a pacman-optimize script to try and defragment the DB
528               - modified NoUpgrade behaviour to avoid extracting files
529                 that are missing from the filesystem -- this helps in
530                 situations where the admin does not want the file there, eg,
531                 remove index.html so index.php takes precedence
532               - fixed a bug where files would sometimes go missing if they
533                 moved from one package to another
534               - add db_remove() which is responsible for clearing out stale
535                 hash table entries when packages are removed
536               - added ccache support to makepkg
537               - patch from Aurelien Foret fixes a few memory leaks
538 2.9.5         - bugfix: missing files after re-ordering packages wrt
539                 deps with --upgrade
540               - added "Repository" line to -Si output
541               - patch from Tommi Rantala to fix trim() behaviour with
542                 empty or whitespace-only strings
543               - fixed removal order when using -Rc or -Rs
544 2.9.4         - fixed a bug that was introduced from another bugfix :-/
545 2.9.3         - fixed a couple manpage typos
546               - added --ignore to -S operations, works just like IgnorePkg
547               - respect IgnorePkg list when pulling in dependencies
548               - numerous memleak fixes
549               - some code changes to improve customizability/branding
550               - Makefile fix for nonstandard lib search paths (Kevin Piche)
551               - fixed the leftover directories in /tmp
552               - speed improvement patches from Tommi Rantala
553 2.9.2         - bugfix for 2.9.1 
554 2.9.1         - --refresh now only downloads fresh packages lists if they've
555                 been updated (currently only works with FTP)
556 2.9           - Improved -Rs functionality -- pacman now tracks why a package
557                 is installed: explicitly, or as a dependency for another
558                 package.  -Rs will only remove dependencies that were not
559                 explicitly installed.
560               - Added compressed package size to sync DBs -- shows the total
561                 size of packages before downloading
562               - Patch from Tommi Rantala:
563                 - Allow --info and --list together in queries
564               - Patch from Kevin Piche:
565                 - Use list_add_sorted() with -Sg
566               - Patch from Hegedus Marton Csaba:
567                 - Better manpage compression
568               - Added checks for additional hyphens in package versions
569               - mktemp was failing if %pmo_root%/tmp was missing -- fixed
570 2.8.4         - Added updatesync script from Jason Chu
571               - Changed the pacman binary to be dynamically linked
572                 - Included a pacman.static binary as well
573                 - Added fakeroot checks when seeing if we're root
574               - Fixed makepkg to use 'tail -n 1' instead of 'tail -1'
575               - Added patch from Kevin Piche:
576                 - Cleanup db_loadpkgs(), add list_add_sorted()
577               - Fixed a memory leak in db_find_conflicts()
578 2.8.3         - Fixed a little makepkg bug with bash 3.0
579               - Fixed resolvedeps to always prefer literals over provisios
580               - Added --config option to specify an alternate config file
581               - Added "Include" directive to include repositories from
582                 config files (inspired by Michael Baehr's patch)
583               - Added patch from Jason Chu:
584                 - Even smarter file-conflict checking
585 2.8.2         - Fixed a segfault bug in file-conflict checks
586               - Made --noconfirm actually work.  Go me.
587 2.8.1         - Added a HoldPkg option in pacman.conf, for the more
588                 exploratory users who run things like "pacman -R pacman".  It
589                 will ask for confirmation before removing any packages listed
590                 in the HoldPkg list
591               - Added a --noconfirm switch for use with script automation
592               - Modified dependency resolution to prefer packages explicitly
593                 requested on the cmdline instead of those pulled in by
594                 resolvedeps().  Example, if neither "xorg" nor "xfree86" is
595                 installed and "blackbox xfree86" is requested, "xfree86" will
596                 be used instead of "xorg"
597               - Added patch from Jason Chu:
598                 - Smarter file-conflict checking with symlinked paths and
599                   with files that move from one package to another
600 2.8           - Bugfixes:
601                 - FS#861:  file:/// urls not handled properly with XferCommand
602                 - FS#1003: set umask before scriptlet calls
603                 - FS#1027: download problems with http urls using -U/-A
604                 - FS#1044: segfaults when using -Rs
605                 - FS#863:  "missing post_remove" errors with some packages
606                 - FS#875:  detect low disk space properly
607                 - FS#986:  makepkg -e doesn't validate files
608                 - FS#1010: add -j option to makepkg
609                 - FS#1028: make pacman -Sp runnable as non-root
610               - added pre_install and pre_upgrade scriptlet support
611               - added an "Architecture" field in the package meta-data
612               - added patch from Aurelien Foret which improves performance
613                 adding or removing packages
614               - added implementation of GNU's strverscmp function for better
615                 portability
616               - added explicit unlink() calls when --force is used, which
617                 prevents those nasty "Text file busy" errors when you
618                 force-upgrade something like pacman or glibc.
619 2.7.9         - added the "force" option to packages, so --sysupgrade can
620                 downgrade packages when it needs to
621 2.7.8         - added post_remove scriptlet support
622               - added -Qs option (FS#854)
623               - a provisio does not imply conflict, to make a provisio target
624                 conflict with anything else that provides the same thing, you
625                 can now do this by specifying the provisio target as both a
626                 provides and a conflict, eg:
627                    conflicts=('x-server')
628                    provides=('x-server')
629               - cleaned up the download progress bar a bit
630               - added %o parameter to XferCommand so wget can resume properly
631               - fixed a segfault in downloadfiles() (FS#787)
632               - patches from Oliver Burnett-Hall
633                 - gensync uses a better temp dir (FS#774)
634                 - PKGDEST can be set in makepkg.conf (FS#783)
635               - patches from Aurelien Foret
636                 - segfault fix, couple memory leaks
637                 - more sanity checks in "provides" searches
638                 - fixed a little display bug in the progress bar
639                 - made -Qip look like -Qi
640                 - -Sc now removes OLD packages from cache, use -Scc for all
641 2.7.7         - added an XferCommand directive that will make pacman use an
642                 external download utility like wget
643               - added a license field to package meta-data
644               - add url support to -A and -U operations (download packages)
645               - -Ss now searches thru provides fields
646               - added --dbonly option to -R
647 2.7.6         - added --print-uris option
648               - fixed an http download bug (FS#667)
649               - fixed a segfault related to replaces/conflicts handling
650 2.7.5         - "replaces" packages were ignoring IgnorePkg in pacman.conf
651               - fixed another bug in conflict handling
652               - found an out-dated reference to /usr/abs, fixed
653               - added a --recursive option for package removal, which removes
654                 all deps of a target that aren't required by other packages
655 2.7.4         - fixed a bug in conflict handling, where installing a
656                 conflicting package would fail even if the new package
657                 "provided" it
658               - if pacman sees a newer version of itself during an upgrade,
659                 it will ask to install itself first, then be re-run to upgrade
660                 the other packages.
661               - You can now use the --info option with --sync to display an
662                 uninstalled package's dependency info.
663               - Added a sane umask before db writes
664               - buffer overflow fix (FS#442)
665 2.7.3         - makepkg not longer strips files with .exe or .dll extensions
666               - Added Aurelien's patch:
667                 - proxy support (no authentication yet)
668                 - HTTP/1.1 support
669                 - an improved progress bar with transfer rates and ETA
670               - cleaned up warning output a bit
671 2.7.2         - Supressed "No such file" messages during stripping
672               - Removed extra newlines in /var/log/pacman.log
673               - Added a --noextract option to makepkg to skip source extraction
674 2.7.1         - Fixed a couple obscure segfaults
675               - LogFiles were logging incorrect dates - fixed
676               - Cleaned up md5sum output in makepkg -g
677               - Added (optional) colorized output messages to makepkg
678               - Renamed the "stable" repo to "release" in pacman.conf
679               - Renamed the "unofficial" repo to "extra" in pacman.conf
680 2.7           - Added build-time dependencies to makepkg (Jason Chu)
681               - Added md5sum integrity checking to packages in --sync
682                 mode (Aurelien Foret)
683               - Memory leak fixes (Aurelien Foret)
684               - Added CARCH variable to makepkg.conf for use in PKGBUILDs
685               - Added LogFile option for direct-to-file logging
686               - Added -Qii handling to show modified config files
687               - Allow --sync targets to specify an explicit repository to
688                 sync from (eg, pacman -S current/patch)
689 2.6.4         - Altered pacman_upgrade() to allow a package to replace itself
690 2.6.3         - A couple memory fixes in the new replaces code
691 2.6.2         - Fixed a memory cleanup bug
692               - Aurelien's patch:
693                 - FS#159 implemented (for -S and -R)
694                 - fixed a bug with pacman -Sg (pacman was browsing only one
695                   db to get groups)
696                 - fixed a bug with list_merge()
697                 - fixed some MLK (in dumppkg() and with "-Qi --orphans")
698                 - now "pacman -Sg" only displays groups (without content)
699                   whereas "pacman -Sg target1 target2" displays groups
700                   target1 and target2 with content
701 2.6.1         - Added http download support (Aurelien Foret)
702               - Improved makepkg's --builddeps behaviour when called via
703                 makeworld
704               - makepkg's md5 validation now occurs before source extraction
705               - makepkg delays fakeroot entry until after option parsing
706               - Fixed an argument-passing bug in fakeroot
707               - Modified pacman's behaviour wrt provides -- it now allows
708                 multiple packages to be installed, even if they provide the
709                 same thing (they were treated as conflicts before)
710 2.6           - Added group handling, so one can run 'pacman -S kde' and
711                 install all files from the KDE group
712               - Fixed a duplication bug in cascade package removal
713               - Added support for virtual provisions with "provides" tags
714               - When conflicts are encountered, pacman now offers the chance
715                 to remove the conflicting packages (provides or literals)
716               - Added support for renamed/combined packages with a "replaces"
717                 tag
718               - Added --nostrip option to makepkg
719               - Improved --search to list all packages from all repos when
720                 a search term is omitted
721               - Added logging support through syslog()
722               - Added fakeroot support to makepkg (RomanK)
723               - Added MD5sum generation/validation to makepkg (RomanK)
724               - Fixed a progress bar bug (Aurelien Foret)
725               - Sorted makepkg's .FILELISTs (Aurelien Foret)
726               - Targets are now re-ordered w.r.t. dependencies when
727                 using -A/-U
728               - Modified --search to work when called as -Sys
729               - Modified abs to use ABS_ROOT from /etc/abs/abs.conf (Aurelien)
730               - Other bug fixes
731 2.5.1         - Minor bug fixes
732 2.5           - Added an URL tag to package info
733               - Sped up package load times by about 500% by introducing
734                 a .FILELIST into the package
735               - Renamed the install scriptlet from ._install to .INSTALL
736               - Added patch from Aurlien Foret:
737                 - Better lock handling (RW and RO)
738                 - Sorted package order in -Qi's dependency lists
739                 - Added a DBPath option to pacman.conf
740                 - Fixed memory leaks
741                 - Added the --nodeps option to -S
742 2.4.1         - Fixed a bug in makepkg's option parsing
743 2.4           - Added getopt-style options to makeworld
744               - Added -w <destdir> to makepkg
745               - makeworld now properly handles packages with --builddeps
746               - Added patches from Aurelien Foret:
747                 - Cascading package removals. -Rc will remove a package and
748                   all packages that require it
749                 - Support for getopt-style options in makepkg
750                 - the REQUIREDBY field is now updated when a package is
751                   removed with --nodeps, then re-installed.
752                 - Avoids duplicate dependency checks with sync
753                 - Added a "NoPassiveFtp" option in pacman.conf
754                 - Improvements to the --query listings
755 2.3.2         - Added patches from Aurelien Foret:
756                 - FTP resume feature
757                 - removed the hit-^C-and-delete-the-downloading-file safety
758                 - IgnorePkg option in pacman.conf
759                 - FTPAGENT setting in makepkg.conf
760                 - Added --cleancache option to makepkg
761 2.3.1         - Fixed the progress bar overflow
762               - Pacman does not ask "Are you sure" when you use --downloadonly
763               - Switched up a couple makepkg options to be more consistent
764                 with pacman's options
765               - If you ^C out of a file download, the package will now be
766                 removed from the cache directory
767 2.3           - The beginnings of source-side dependency resolution, makepkg
768                 can now either A) download/install missing deps with pacman
769                 -S; or B) find missing deps in the /usr/abs tree and
770                 build/install them.
771               - Added a --nodeps option to makepkg
772               - Improved the --search output
773 2.2           - More bugfixes
774               - Added --downloadonly switch to --sync
775 2.1           - Lots of bugfixes
776               - Added support for multiple repositories
777               - Improved the config file layout
778               - Improved dependency resolution and sorting
779 2.0           - Added dependency functionality
780               - Completely new database format, similar to FreeBSD
781               - Better internal data structures
782               - Merged pacsync functionality into pacman
783               - Now uses libftp for all file retrieval (currently only ftp)
784               - Automatic dependency resolution, a la apt-get
785               - Moved config stuff from /etc/pacsync.conf to /etc/pacman.conf
786               - Much better backup file handling, now uses md5 hashes a la rpm
787 1.23          - Added install/upgrade/remove scripting control
788 1.22          - Some manpage typo fixes
789               - Added --root switch to pacsync
790               - Added --help and ability to specify a PKGBUILD to makepkg
791               - Switched default downloader to snarf
792 1.21          - Added better backup control -- upgrade/add and remove
793                 do different things with the -n switch
794 1.2           - Added wildcard handling
795               - Added man pages for makepkg and pacsync
796               - Added the pacsync utility for remote file fetching/sync
797 1.1           - Fixed some string-handling bugs
798               - Added better handling of configuration files and the like.
799                 If "file" is about to be removed, but it is designated to
800                 backed up, then it will be copied to "file.save"
801               - Changed db_find_conflicts() to ignore directories
802 1.0           - Initial Release
804 vim: set et spell spelllang=en_us: