Release v5.1.1
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
1a5f308d52
commit
7e081d2adf
3 changed files with 22 additions and 2 deletions
19
NEWS
19
NEWS
|
@ -1,5 +1,24 @@
|
||||||
VERSION DESCRIPTION
|
VERSION DESCRIPTION
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
5.1.1 - Allow full path including root prefix to be passed to
|
||||||
|
--overwrite
|
||||||
|
- Revert deprecation of --root
|
||||||
|
- Document comment syntax restrictions in pacman.conf
|
||||||
|
- makepkg:
|
||||||
|
- handle pre-existing directories when checking for write
|
||||||
|
permissions
|
||||||
|
- reduce restrictions on pkgver in depends listings (FS#58776)
|
||||||
|
- permit versioned optdepends
|
||||||
|
- remove unintended chmod of $BUILDDIR (FS#58790)
|
||||||
|
- fix issue when $startdir was not an absolute path (FS#58865)
|
||||||
|
- fix syntax error when $pkgname is empty
|
||||||
|
- fix --nocolor being passed to pacman (FS#58820)
|
||||||
|
- fix issues with trap handling
|
||||||
|
- fix several issues with debug packages (signing, printing of
|
||||||
|
package names, clearing of global package options, source
|
||||||
|
file inclusion)
|
||||||
|
- fix --help text for --packagelist
|
||||||
|
- pacman-conf: Fix detection of Usage option
|
||||||
5.1.0 - Add new --overwrite option and deprecate --force. This accepts a
|
5.1.0 - Add new --overwrite option and deprecate --force. This accepts a
|
||||||
glob pattern with far more control than the widely abused force
|
glob pattern with far more control than the widely abused force
|
||||||
option which mostly just causes issues (FS#31549)
|
option which mostly just causes issues (FS#31549)
|
||||||
|
|
|
@ -42,12 +42,12 @@ AC_PREREQ(2.64)
|
||||||
# pacman_version_micro += 1
|
# pacman_version_micro += 1
|
||||||
|
|
||||||
m4_define([lib_current], [11])
|
m4_define([lib_current], [11])
|
||||||
m4_define([lib_revision], [0])
|
m4_define([lib_revision], [1])
|
||||||
m4_define([lib_age], [0])
|
m4_define([lib_age], [0])
|
||||||
|
|
||||||
m4_define([pacman_version_major], [5])
|
m4_define([pacman_version_major], [5])
|
||||||
m4_define([pacman_version_minor], [1])
|
m4_define([pacman_version_minor], [1])
|
||||||
m4_define([pacman_version_micro], [0])
|
m4_define([pacman_version_micro], [1])
|
||||||
m4_define([pacman_version],
|
m4_define([pacman_version],
|
||||||
[pacman_version_major.pacman_version_minor.pacman_version_micro])
|
[pacman_version_major.pacman_version_minor.pacman_version_micro])
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,7 @@ Releases
|
||||||
[frame="topbot",grid="none",options="header,autowidth"]
|
[frame="topbot",grid="none",options="header,autowidth"]
|
||||||
!======
|
!======
|
||||||
!Version !Date
|
!Version !Date
|
||||||
|
!5.1.1 !2018-07-27
|
||||||
!5.1.0 !2018-05-28
|
!5.1.0 !2018-05-28
|
||||||
!5.0.1 !2016-02-23
|
!5.0.1 !2016-02-23
|
||||||
!5.0.0 !2016-01-30
|
!5.0.0 !2016-01-30
|
||||||
|
|
Loading…
Add table
Reference in a new issue