From 1860ab898086096ef0d9aad66e29f86cbf271423 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 18 Sep 2007 13:40:19 -0500 Subject: Update NEWS, -S testing/qt example, and mirrorlist change Signed-off-by: Dan McGee --- NEWS | 14 +++++++++----- doc/pacman.8.txt | 2 +- etc/pacman.d/mirrorlist.in | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index efe58270..342c0e11 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,16 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- -3.0.5 - Add -mtune=generic to default CFLAGS in makepkg.conf - - Small updates to translations +3.0.6 - config files updated to reflect current -> core change + - fix symlink overwriting issue (#7484) + - fix config parsing with tr_TR locale (#7235) + - use AC_SYS_LARGEFILE if available (#7578) +3.0.5 - add -mtune=generic to default CFLAGS in makepkg.conf + - small updates to translations - repo-add: fix conflicts issue for real this time - - Fix issue with libarchive incorrectly setting permissions -3.0.4 - Updated translations + - fix issue with libarchive incorrectly setting permissions +3.0.4 - updated translations - repo-add: fix issue where conflicts were not put in database -3.0.3 - Updated translations +3.0.3 - updated translations - repo-add: fixed a desc file clobbering issue 3.0.2 - fix a bug where pre/post_remove scriptlets were not ran - ensure ldconfig is ran in all operations diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 83eaf372..f6fee7b4 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -58,7 +58,7 @@ Operations example, `pacman -S qt` will download and install qt and all the packages it depends on. If a package name exists in more than one repo, the repo can be explicitly specified to clarify the package to install: - `pacman -S unstable/qt`. You can also use `pacman -Su` to upgrade all + `pacman -S testing/qt`. You can also use `pacman -Su` to upgrade all packages that are out of date. See <> below. *-U, \--upgrade*:: diff --git a/etc/pacman.d/mirrorlist.in b/etc/pacman.d/mirrorlist.in index ac911dfe..37798481 100644 --- a/etc/pacman.d/mirrorlist.in +++ b/etc/pacman.d/mirrorlist.in @@ -52,7 +52,7 @@ Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/@CARCH@ # - Norway Server = ftp://mirror.djzradio.net/archlinux/$repo/os/@CARCH@ # - Poland -Server = ftp://sunsite.icm.edu.pl/site/linux-sunsite/distributions/archlinux/$repo/os/@CARCH@ +Server = ftp://ftp.icm.edu.pl/pub/Linux/sunsite/distributions/archlinux/$repo/os/@CARCH@ Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/@CARCH@ # - Portugal Server = ftp://gul.est.ips.pt/repos/archlinux/$repo/os/@CARCH@ -- cgit v1.2.3-24-g4f1b