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
18c73b00
Commit
18c73b00
authored
Apr 18, 2011
by
Dan McGee
Browse files
Final updates for 3.5.2 release
Signed-off-by:
Dan McGee
<
dan@archlinux.org
>
parent
1995561f
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
18c73b00
...
...
@@ -2,7 +2,17 @@ VERSION DESCRIPTION
-----------------------------------------------------------------------------
3.5.2
-
ensure
we
show
correct
missing
dependency
info
(
FS
#
23424
)
-
pacman
usage
/--
help
updates
(
FS
#
23433
,
FS
#
23369
)
-
makepkg
:
simplify
log
redirection
and
remove
sync
(
FS
#
23378
)
-
ensure
stdout
/
stderr
are
flushed
before
prompts
(
FS
#
23492
)
-
compile
/
portability
fixes
for
FreeBSD
platform
-
extensive
documentation
updates
for
alpm
.
h
interfaces
-
fix
several
missing
pm_errno
error
code
returns
-
makepkg
:
-
simplify
log
redirection
and
remove
sync
(
FS
#
23378
)
-
improve
parsing
for
sanity
checks
(
FS
#
23524
)
-
avoid
use
of
`
tr
`
to
avoid
locale
and
other
issues
-
fix
GNU
-
ism
in
`
su
`
invocation
-
bacman
:
update
for
new
local
database
format
(
FS
#
23641
)
-
extensive
translation
updates
and
fixes
3.5.1
-
don
't error on unknown pacman.conf directives (FS#23055)
- only read arguments from stdin if '
-
' is provided as target
- fix case with ignore handling in argument list (FS#23342)
...
...
configure.ac
View file @
18c73b00
...
...
@@ -42,12 +42,12 @@ AC_PREREQ(2.62)
# pacman_version_micro += 1
m4_define([lib_current], [6])
m4_define([lib_revision], [
1
])
m4_define([lib_revision], [
2
])
m4_define([lib_age], [0])
m4_define([pacman_version_major], [3])
m4_define([pacman_version_minor], [5])
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 @
18c73b00
...
...
@@ -63,6 +63,7 @@ Releases
`------------`-------
Date Version
---------------------
2011-04-18 v3.5.2
2011-03-23 v3.5.1
2011-03-16 v3.5.0
2011-01-22 v3.4.3
...
...
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