Update NEWS, -S testing/qt example, and mirrorlist change
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
7325ebbc22
commit
1860ab8980
3 changed files with 11 additions and 7 deletions
14
NEWS
14
NEWS
|
@ -1,12 +1,16 @@
|
||||||
VERSION DESCRIPTION
|
VERSION DESCRIPTION
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
3.0.5 - Add -mtune=generic to default CFLAGS in makepkg.conf
|
3.0.6 - config files updated to reflect current -> core change
|
||||||
- Small updates to translations
|
- 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
|
- repo-add: fix conflicts issue for real this time
|
||||||
- Fix issue with libarchive incorrectly setting permissions
|
- fix issue with libarchive incorrectly setting permissions
|
||||||
3.0.4 - Updated translations
|
3.0.4 - updated translations
|
||||||
- repo-add: fix issue where conflicts were not put in database
|
- 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
|
- repo-add: fixed a desc file clobbering issue
|
||||||
3.0.2 - fix a bug where pre/post_remove scriptlets were not ran
|
3.0.2 - fix a bug where pre/post_remove scriptlets were not ran
|
||||||
- ensure ldconfig is ran in all operations
|
- ensure ldconfig is ran in all operations
|
||||||
|
|
|
@ -58,7 +58,7 @@ Operations
|
||||||
example, `pacman -S qt` will download and install qt and all the
|
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
|
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:
|
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 <<SO,Sync Options>> below.
|
packages that are out of date. See <<SO,Sync Options>> below.
|
||||||
|
|
||||||
*-U, \--upgrade*::
|
*-U, \--upgrade*::
|
||||||
|
|
|
@ -52,7 +52,7 @@ Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/@CARCH@
|
||||||
# - Norway
|
# - Norway
|
||||||
Server = ftp://mirror.djzradio.net/archlinux/$repo/os/@CARCH@
|
Server = ftp://mirror.djzradio.net/archlinux/$repo/os/@CARCH@
|
||||||
# - Poland
|
# - 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@
|
Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/@CARCH@
|
||||||
# - Portugal
|
# - Portugal
|
||||||
Server = ftp://gul.est.ips.pt/repos/archlinux/$repo/os/@CARCH@
|
Server = ftp://gul.est.ips.pt/repos/archlinux/$repo/os/@CARCH@
|
||||||
|
|
Loading…
Add table
Reference in a new issue