update NEWS for v5.1.2
Signed-off-by: Andrew Gregory <andrew@archlinux.org>
(cherry picked from commit f8c73464c9
)
This commit is contained in:
parent
281cdb2e1c
commit
6b541404cc
2 changed files with 16 additions and 0 deletions
15
NEWS
15
NEWS
|
@ -1,5 +1,20 @@
|
||||||
VERSION DESCRIPTION
|
VERSION DESCRIPTION
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
5.1.2 - pacman-conf: add missing DisableDownloadTimeout support
|
||||||
|
- Include version when checking optdepend install status
|
||||||
|
during -Qi (FS#60106)
|
||||||
|
- Improve error message for unresolvable urls (FS#48285)
|
||||||
|
- Do not raise SIGINT when a downloaded file exceeds the expected
|
||||||
|
size
|
||||||
|
- Fix previous download interruption status carrying over to new
|
||||||
|
downloads
|
||||||
|
- Reset known signal handlers before running install scripts or
|
||||||
|
hooks (FS#56756)
|
||||||
|
- Properly handle signal interrupts while running install scripts
|
||||||
|
or hooks (FS#60396)
|
||||||
|
- Allow explicitly disabling signature checks when compiled
|
||||||
|
without signature support (FS#60880)
|
||||||
|
- makepkg: fix linting error on environment variables (FS#60681)
|
||||||
5.1.1 - Allow full path including root prefix to be passed to
|
5.1.1 - Allow full path including root prefix to be passed to
|
||||||
--overwrite
|
--overwrite
|
||||||
- Revert deprecation of --root
|
- Revert deprecation of --root
|
||||||
|
|
|
@ -75,6 +75,7 @@ Releases
|
||||||
[frame="topbot",grid="none",options="header,autowidth"]
|
[frame="topbot",grid="none",options="header,autowidth"]
|
||||||
!======
|
!======
|
||||||
!Version !Date
|
!Version !Date
|
||||||
|
!5.1.2 !2018-12-25
|
||||||
!5.1.1 !2018-07-27
|
!5.1.1 !2018-07-27
|
||||||
!5.1.0 !2018-05-28
|
!5.1.0 !2018-05-28
|
||||||
!5.0.2 !2017-06-03
|
!5.0.2 !2017-06-03
|
||||||
|
|
Loading…
Add table
Reference in a new issue