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
e7bc1e3c
Commit
e7bc1e3c
authored
Feb 11, 2012
by
Dan McGee
Browse files
4.0.2 release updates
Signed-off-by:
Dan McGee
<
dan@archlinux.org
>
parent
f8ae60bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
e7bc1e3c
VERSION
DESCRIPTION
-----------------------------------------------------------------------------
4.0.2
-
allow
comments
after
a
repository
header
in
pacman
.
conf
-
search
for
and
import
PGP
subkeys
if
necessary
(
FS
#
27612
)
-
fix
rare
segfault
on
removal
operations
(
FS
#
27805
,
FS
#
28195
)
-
skip
all
unknown
files
when
cleaning
package
cache
-
restore
looking
for
files
in
cache
before
downloading
via
-
U
-
ensure
'[removal]'
is
displayed
in
transaction
confirmation
(
FS
#
27981
)
-
implement
disk
space
checking
code
for
Illumos
-
use
TCP
keepalive
in
download
to
prevent
dropped
connections
-
round
and
show
-
0.00
values
as
0.00
(
FS
#
27924
)
-
makepkg
:
-
ensure
all
source
files
are
included
in
--
source
(
FS
#
26580
)
-
fix
locale
sort
/
comm
related
issues
(
FS
#
26580
)
-
abort
on
missing
download
agent
-
restrict
flags
passed
to
pacman
(
FS
#
28012
)
-
work
around
certain
zipman
glob
/
existence
issues
-
fix
non
-
writable
SRCPKGDEST
error
message
(
FS
#
28197
)
-
fix
printf
interpreting
gettext
string
as
arg
(
FS
#
28069
)
-
don
't abort on non-zero hg return codes (FS#28248)
- disable extglob when sourcing BUILDSCRIPT (FS#27780)
- pacman-key: improve return codes of operations (FS#26730)
- repo-add: enforce maximum signature file size (FS#27453)
- contrib/paclist: support --help (FS#27258)
- contrib/pacsysclean: new script
- contrib/*_completion: fix completion for uncompressed packages
- translations: extensive updates and corrections
4.0.1 - ensure VerbosePkgList table display supports multibyte chars
- always use stderr for warning/error messages (FS#26555)
- add guidance message for users when public keyring not found
...
...
configure.ac
View file @
e7bc1e3c
...
...
@@ -42,12 +42,12 @@ AC_PREREQ(2.62)
# pacman_version_micro += 1
m4_define([lib_current], [7])
m4_define([lib_revision], [
1
])
m4_define([lib_revision], [
2
])
m4_define([lib_age], [0])
m4_define([pacman_version_major], [4])
m4_define([pacman_version_minor], [0])
m4_define([pacman_version_micro], [
1
])
m4_define([pacman_version_micro], [
2
])
m4_define([pacman_version],
[pacman_version_major.pacman_version_minor.pacman_version_micro])
...
...
doc/index.txt
View file @
e7bc1e3c
...
...
@@ -71,6 +71,7 @@ Releases
[frame="topbot",grid="none",options="header,autowidth"]
!======
!Version !Date
!4.0.2 !2011-02-11
!4.0.1 !2011-11-20
!4.0.0 !2011-10-13
!4.0.0rc2 !2011-09-22
...
...
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