Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pacman
Pacman
Commits
be4c491c
Commit
be4c491c
authored
May 28, 2018
by
Allan McRae
Browse files
Release v.5.1.0
Signed-off-by:
Allan McRae
<
allan@archlinux.org
>
parent
ca128f2e
Changes
3
Hide whitespace changes
Inline
Side-by-side
RELEASE
View file @
be4c491c
...
...
@@ -8,8 +8,8 @@ The following checklist should be used for making a pacman release.
- Update NEWS and README files
- Pull translation updates from Transifex
- Update version in configure.ac as described in file
- Update doc/index.
txt
- Create a signed git tag (git tag -
x
vX.Y.Z -m "commit message")
- Update doc/index.
asciidoc
- Create a signed git tag (git tag -
s
vX.Y.Z -m "commit message")
- Create and sign release tarballs (generate with "make distcheck")
- Update pacman website
...
...
configure.ac
View file @
be4c491c
...
...
@@ -41,13 +41,13 @@ AC_PREREQ(2.64)
# Bugfix releases:
# pacman_version_micro += 1
m4_define([lib_current], [1
0
])
m4_define([lib_revision], [
1
])
m4_define([lib_current], [1
1
])
m4_define([lib_revision], [
0
])
m4_define([lib_age], [0])
m4_define([pacman_version_major], [5])
m4_define([pacman_version_minor], [
0
])
m4_define([pacman_version_micro], [
1
])
m4_define([pacman_version_minor], [
1
])
m4_define([pacman_version_micro], [
0
])
m4_define([pacman_version],
[pacman_version_major.pacman_version_minor.pacman_version_micro])
...
...
doc/index.asciidoc
View file @
be4c491c
...
...
@@ -75,6 +75,7 @@ Releases
[frame="topbot",grid="none",options="header,autowidth"]
!======
!Version !Date
!5.1.0 !2017-05-28
!5.0.1 !2016-02-23
!5.0.0 !2016-01-30
!4.2.1 !2015-02-20
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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