mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
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
14
NEWS
14
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
|
||||
|
@ -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 <<SO,Sync Options>> below.
|
||||
|
||||
*-U, \--upgrade*::
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user