Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Levente Polyak
Pacman
Commits
d3d3b861
Commit
d3d3b861
authored
Oct 12, 2011
by
Dan McGee
Browse files
Bump version to 4.0.0
Signed-off-by:
Dan McGee
<
dan@archlinux.org
>
parent
a0d0f3f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
d3d3b861
...
...
@@ -25,6 +25,7 @@ VERSION DESCRIPTION
-
replaces
are
parsed
as
dependency
-
style
strings
(
FS
#
23410
)
-
split
package
verification
and
load
stages
-
sync
database
reading
refactor
for
performance
-
use
a
larger
buffer
for
package
checksum
validation
-
filelists
now
have
a
dedicated
type
with
metadata
-
diskspace
check
no
longer
requires
iterating
package
archives
-
update
and
add
checksum
routines
from
PolarSSL
...
...
@@ -54,6 +55,7 @@ VERSION DESCRIPTION
- do source packaging in fakeroot (FS#24330)
- be more POSIX-compatible in use of `ln` (FS#24893)
- handle spaces with filenames in noextract (FS#25100)
- allow epoch-versioned optdepends
- pacman-key: new keyring management tool for signed data
- pacsort: new utility, sort version numbers as pacman does
- pactree: support sync databases with -s option
...
...
configure.ac
View file @
d3d3b861
...
...
@@ -47,7 +47,7 @@ m4_define([lib_age], [0])
m4_define([pacman_version_major], [4])
m4_define([pacman_version_minor], [0])
m4_define([pacman_version_micro], [0
rc2
])
m4_define([pacman_version_micro], [0])
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
.
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