Skip to content

Commit 7e081d2

Browse files
committed
Release v5.1.1
Signed-off-by: Allan McRae <[email protected]>
1 parent 1a5f308 commit 7e081d2

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

NEWS

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
VERSION DESCRIPTION
22
-----------------------------------------------------------------------------
3+
5.1.1 - Allow full path including root prefix to be passed to
4+
--overwrite
5+
- Revert deprecation of --root
6+
- Document comment syntax restrictions in pacman.conf
7+
- makepkg:
8+
- handle pre-existing directories when checking for write
9+
permissions
10+
- reduce restrictions on pkgver in depends listings (FS#58776)
11+
- permit versioned optdepends
12+
- remove unintended chmod of $BUILDDIR (FS#58790)
13+
- fix issue when $startdir was not an absolute path (FS#58865)
14+
- fix syntax error when $pkgname is empty
15+
- fix --nocolor being passed to pacman (FS#58820)
16+
- fix issues with trap handling
17+
- fix several issues with debug packages (signing, printing of
18+
package names, clearing of global package options, source
19+
file inclusion)
20+
- fix --help text for --packagelist
21+
- pacman-conf: Fix detection of Usage option
322
5.1.0 - Add new --overwrite option and deprecate --force. This accepts a
423
glob pattern with far more control than the widely abused force
524
option which mostly just causes issues (FS#31549)

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ AC_PREREQ(2.64)
4242
# pacman_version_micro += 1
4343

4444
m4_define([lib_current], [11])
45-
m4_define([lib_revision], [0])
45+
m4_define([lib_revision], [1])
4646
m4_define([lib_age], [0])
4747

4848
m4_define([pacman_version_major], [5])
4949
m4_define([pacman_version_minor], [1])
50-
m4_define([pacman_version_micro], [0])
50+
m4_define([pacman_version_micro], [1])
5151
m4_define([pacman_version],
5252
[pacman_version_major.pacman_version_minor.pacman_version_micro])
5353

doc/index.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Releases
7575
[frame="topbot",grid="none",options="header,autowidth"]
7676
!======
7777
!Version !Date
78+
!5.1.1 !2018-07-27
7879
!5.1.0 !2018-05-28
7980
!5.0.1 !2016-02-23
8081
!5.0.0 !2016-01-30

0 commit comments

Comments
 (0)