Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Filipe Laíns
Pacman
Commits
1bf76723
Commit
1bf76723
authored
Mar 01, 2019
by
Allan McRae
Browse files
Release v5.1.3
Signed-off-by:
Allan McRae
<
allan@archlinux.org
>
parent
97027036
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
1bf76723
VERSION
DESCRIPTION
-----------------------------------------------------------------------------
5.1.3
-
Sanitize
file
path
received
from
Content
-
Disposition
header
to
fix
potential
arbitary
code
execution
5.1.2
-
pacman
-
conf
:
add
missing
DisableDownloadTimeout
support
-
Include
version
when
checking
optdepend
install
status
during
-
Qi
(
FS
#
60106
)
...
...
configure.ac
View file @
1bf76723
...
...
@@ -42,12 +42,12 @@ AC_PREREQ(2.64)
# pacman_version_micro += 1
m4_define([lib_current], [11])
m4_define([lib_revision], [
2
])
m4_define([lib_revision], [
3
])
m4_define([lib_age], [0])
m4_define([pacman_version_major], [5])
m4_define([pacman_version_minor], [1])
m4_define([pacman_version_micro], [
2
])
m4_define([pacman_version_micro], [
3
])
m4_define([pacman_version],
[pacman_version_major.pacman_version_minor.pacman_version_micro])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment