[pacman-dev] [PATCH] NEWS update for pacman-3.4
Signed-off-by: Allan McRae <allan@archlinux.org> --- NEWS | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 743028c..2fdada6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,42 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +3.4.0 - new "Architecture" option that will restrict pacman to + installing only packages from the given architecture. Can be + set to "auto" in which case the output of "uname -m" is used + - use "$arch" when specifing a mirror url to automatically + select the correct architecture + - Installing packages with -U can handle installing + dependencies, confict resolution and replacing packages + - can upgrage the system and install a new package using + "pacman -Syu <pkg>" + - new -D/--database operation for modifying package install + reasons + - new --print and --print-format options to output information + in suitable format for wrapper scripts + - only extract new entries when updating a repo database + - show "Required by" in -Sii output + - -U and -R options always ask for confirmation + - allow -Qo to perform a functional 'which' + - cache cleaning cleans all directories, not just first + - cleanupdelta: new utility to help remove unused deltas from + a repo database + - repo-add: handle removing the final package from a repo + - rankmirrors: rewrite using bash + - vercmp: does not link to libalpm to prevent upgrade issues + - makepkg: + - automatically aborts of any errors during packaging + - changelogs are now included via the "changelog" variable + - can override pkgver, pkgrel and arch in split packages + - repackaging without a package() function is depricated + - stricter syntax checking for backup and optdepends entries + - file stripping options are configurable + - New --pkg flag to allow building specific package(s) from + split PKGBUILDs. + - build() function is now optional + - warns about reference to the build root in a package + - configure source package destination with SRCPKGDEST + - major internal refactor of handling tests ("[" to "[[") + - contrib/pactree: print reverse dependency tree 3.3.3 - correctly check the return code from opendir() - fix possible infinite loop in alpm_list_remove() - makepkg: -- 1.7.1
On 03/06/10 15:36, Allan McRae wrote:
Signed-off-by: Allan McRae<allan@archlinux.org> --- NEWS | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-)
Someone else will need to update the API changes in the README file. Allan
Some typos:
+ - use "$arch" when specifing a mirror url to automatically
specifing → specifying
+ - Installing packages with -U can handle installing + dependencies, confict resolution and replacing packages
confict → conflict
+ - can upgrage the system and install a new package using + "pacman -Syu <pkg>"
upgrage → upgrade
+ - repackaging without a package() function is depricated
depricated → deprecated
On 04/06/10 01:42, Cedric Staniewski wrote:
Some typos:
+ - use "$arch" when specifing a mirror url to automatically
specifing → specifying
+ - Installing packages with -U can handle installing + dependencies, confict resolution and replacing packages
confict → conflict
+ - can upgrage the system and install a new package using + "pacman -Syu<pkg>"
upgrage → upgrade
+ - repackaging without a package() function is depricated
depricated → deprecated
All fixed on my working branch. Thanks. Allan
On Thu, Jun 3, 2010 at 08:36, Allan McRae <allan@archlinux.org> wrote:
+ - makepkg: + - automatically aborts of any errors during packaging of -> on ?
+ - repackaging without a package() function is depricated
depricated -> deprecated
+ - stricter syntax checking for backup and optdepends entries + - file stripping options are configurable + - New --pkg flag to allow building specific package(s) from + split PKGBUILDs. + - build() function is now optional + - warns about reference to the build root in a package + - configure source package destination with SRCPKGDEST + - major internal refactor of handling tests ("[" to "[[")
refactor -> refactoring ? -- Roman Kyrylych (Роман Кирилич)
On 04/06/10 01:43, Roman Kyrylych wrote:
On Thu, Jun 3, 2010 at 08:36, Allan McRae<allan@archlinux.org> wrote:
+ - makepkg: + - automatically aborts of any errors during packaging of -> on ?
+ - repackaging without a package() function is depricated
depricated -> deprecated
+ - stricter syntax checking for backup and optdepends entries + - file stripping options are configurable + - New --pkg flag to allow building specific package(s) from + split PKGBUILDs. + - build() function is now optional + - warns about reference to the build root in a package + - configure source package destination with SRCPKGDEST + - major internal refactor of handling tests ("[" to "[[")
refactor -> refactoring ?
All fixed on my working branch. Thanks. Allan
participants (3)
-
Allan McRae
-
Cedric Staniewski
-
Roman Kyrylych