mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-04 11:19:46 -05:00
Updates in prep for 3.0.2 release
This commit is contained in:
parent
3e42d00c99
commit
75b20014c1
5
NEWS
5
NEWS
@ -1,5 +1,10 @@
|
||||
VERSION DESCRIPTION
|
||||
-----------------------------------------------------------------------------
|
||||
3.0.2 - fix a bug where pre/post_remove scriptlets were not ran
|
||||
- ensure ldconfig is ran in all operations
|
||||
- added a few new translations, updated existing ones
|
||||
- updated mirror lists
|
||||
- makepkg: ensure CFLAGS are exported to build function
|
||||
3.0.1 - fix a locale issue with tr_TR upper/lower-case conversion
|
||||
- allow removal when listing the same package multiple times
|
||||
- fix a repo-add bug that left a .PKGINFO file in the current
|
||||
|
@ -3,7 +3,7 @@ CFLAGS=""
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots
|
||||
AC_INIT([Pacman package manager], 3.0.1, [pacman-dev@archlinux.org], [pacman])
|
||||
AC_INIT([Pacman package manager], 3.0.2, [pacman-dev@archlinux.org], [pacman])
|
||||
AC_LANG([C])
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CANONICAL_HOST
|
||||
|
Loading…
x
Reference in New Issue
Block a user