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
b752561a
Commit
b752561a
authored
Apr 07, 2012
by
Dan McGee
Browse files
4.0.3 release NEWS, version bumps, etc.
Signed-off-by:
Dan McGee
<
dan@archlinux.org
>
parent
3c5d5a19
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
b752561a
VERSION
DESCRIPTION
-----------------------------------------------------------------------------
4.0.3
-
frontend
database
cleanup
enhancements
(
FS
#
28714
)
-
frontend
package
cleanup
enhancements
(
FS
#
25166
)
-
back
out
changes
related
to
SyncFirst
in
4.0.0
-
remove
recursive
/
needed
automatic
flags
on
SyncFirst
-
remove
poorly
implemented
`-
S
--
recursive
`
option
-
improve
error
messages
on
database
locking
failures
-
use
full
delta
size
as
max
download
size
(
FS
#
28345
)
-
improved
handling
and
fix
crash
after
failed
downloads
-
fix
key
lookup
when
using
gpg
2.
X
as
GPG
program
-
match
only
full
path
components
in
diskspace
checking
-
skip
diskspace
checks
when
using
--
dbonly
-
scripts
:
unset
CDPATH
bash
variable
in
all
scripts
-
makepkg
:
-
fix
syntax
error
in
remove_deps
(
FS
#
28448
)
-
small
fixes
related
to
multiple
libdeps
,
parsing
issues
-
exit
via
default
handler
in
trap_exit
(
FS
#
28491
)
-
attempt
to
work
around
BTRFS
file
/
block
size
reporting
issues
-
pacman
-
key
:
-
remove
signature
verification
in
--
populate
-
make
-
e
option
work
as
advertised
without
arguments
-
exit
with
correct
return
codes
when
verifying
signature
-
pacsysclean
:
fix
description
,
fix
option
parsing
(
FS
#
28434
)
-
pkgdelta
:
use
bsdtar
-
q
option
for
better
performance
-
translations
:
various
updates
and
corrections
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
trans
action
confirmation
(
FS
#
27981
)
-
ensure
'[removal]'
is
displayed
in
trans
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
)
...
...
configure.ac
View file @
b752561a
...
...
@@ -42,12 +42,12 @@ AC_PREREQ(2.62)
# pacman_version_micro += 1
m4_define([lib_current], [7])
m4_define([lib_revision], [
2
])
m4_define([lib_revision], [
3
])
m4_define([lib_age], [0])
m4_define([pacman_version_major], [4])
m4_define([pacman_version_minor], [0])
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])
...
...
doc/index.txt
View file @
b752561a
...
...
@@ -71,6 +71,7 @@ Releases
[frame="topbot",grid="none",options="header,autowidth"]
!======
!Version !Date
!4.0.3 !2011-04-07
!4.0.2 !2011-02-11
!4.0.1 !2011-11-20
!4.0.0 !2011-10-13
...
...
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