SHA256
8
0
forked from pool/newt

Accepting request 796449 from home:pluskalm:branches:devel:libraries:c_c++

- Update to version 0.52.21:
  * define env NEWT_NOFLOWCTRL to disable flow control (Robert Gill)
  * don't leak memory on errors in dialogboxes
  * fix radio button selection check in snack
  * fix plural forms in Lithuanian translation (#1568999)
  * fix parallel build (Émeric Dupont)
  * allow python versions to be specified with --with-python option

OBS-URL: https://build.opensuse.org/request/show/796449
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=49
This commit is contained in:
2020-04-23 12:13:02 +00:00
committed by Git OBS Bridge
parent 6c8dfb2635
commit 2a6319cf0b
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 23 08:18:18 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Update to version 0.52.21:
* define env NEWT_NOFLOWCTRL to disable flow control (Robert Gill)
* don't leak memory on errors in dialogboxes
* fix radio button selection check in snack
* fix plural forms in Lithuanian translation (#1568999)
* fix parallel build (Émeric Dupont)
* allow python versions to be specified with --with-python option
-------------------------------------------------------------------
Fri Aug 2 08:15:55 UTC 2019 - Martin Liška <mliska@suse.cz>