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
e0f41e0f
Commit
e0f41e0f
authored
Aug 09, 2011
by
Dan McGee
Browse files
3.5.4 release preparation
Signed-off-by:
Dan McGee
<
dan@archlinux.org
>
parent
c36dbf97
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
e0f41e0f
VERSION
DESCRIPTION
-----------------------------------------------------------------------------
3.5.4
-
fix
display
of
lists
on
non
-
TTYs
and
other
output
fixes
-
fix
group
selection
entry
for
large
inputs
(
FS
#
24253
)
-
fix
divide
by
zero
when
downloading
zero
length
files
-
flush
terminal
input
before
reading
response
(
FS
#
20538
)
-
allow
files
to
be
replaced
by
directories
(
FS
#
24904
)
-
makepkg
:
fix
filenames
with
spaces
and
noextract
(
FS
#
25100
)
-
scripts
:
remove
ln
-
f
option
for
POSIX
compliance
(
FS24893
)
-
various
small
documentation
updates
-
minor
translation
updates
:
de
,
fi
3.5.3
-
segfault
when
creating
lock
in
non
-
existent
dir
(
FS
#
24292
)
-
segfault
when
uninstalling
broken
backed
-
up
symlink
(
FS
#
24230
)
-
--
print
should
not
enable
--
noconfirm
(
FS
#
24287
)
...
...
configure.ac
View file @
e0f41e0f
...
...
@@ -42,12 +42,12 @@ AC_PREREQ(2.62)
# pacman_version_micro += 1
m4_define([lib_current], [6])
m4_define([lib_revision], [
3
])
m4_define([lib_revision], [
4
])
m4_define([lib_age], [0])
m4_define([pacman_version_major], [3])
m4_define([pacman_version_minor], [5])
m4_define([pacman_version_micro], [
3
])
m4_define([pacman_version_micro], [
4
])
m4_define([pacman_version],
[pacman_version_major.pacman_version_minor.pacman_version_micro])
...
...
doc/index.txt
View file @
e0f41e0f
...
...
@@ -63,6 +63,8 @@ Releases
`------------`-------
Date Version
---------------------
2011-08-10 v3.5.4
2011-06-07 v3.5.3
2011-04-18 v3.5.2
2011-03-23 v3.5.1
2011-03-16 v3.5.0
...
...
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