File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
VERSION DESCRIPTION
2
2
-----------------------------------------------------------------------------
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
3
22
5.1.0 - Add new --overwrite option and deprecate --force. This accepts a
4
23
glob pattern with far more control than the widely abused force
5
24
option which mostly just causes issues (FS#31549)
Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ AC_PREREQ(2.64)
42
42
# pacman_version_micro += 1
43
43
44
44
m4_define ( [ lib_current] , [ 11] )
45
- m4_define ( [ lib_revision] , [ 0 ] )
45
+ m4_define ( [ lib_revision] , [ 1 ] )
46
46
m4_define ( [ lib_age] , [ 0] )
47
47
48
48
m4_define ( [ pacman_version_major] , [ 5] )
49
49
m4_define ( [ pacman_version_minor] , [ 1] )
50
- m4_define ( [ pacman_version_micro] , [ 0 ] )
50
+ m4_define ( [ pacman_version_micro] , [ 1 ] )
51
51
m4_define ( [ pacman_version] ,
52
52
[ pacman_version_major.pacman_version_minor.pacman_version_micro] )
53
53
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ Releases
75
75
[frame="topbot",grid="none",options="header,autowidth"]
76
76
!======
77
77
!Version !Date
78
+ !5.1.1 !2018-07-27
78
79
!5.1.0 !2018-05-28
79
80
!5.0.1 !2016-02-23
80
81
!5.0.0 !2016-01-30
You can’t perform that action at this time.
0 commit comments