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