SHA256
8
0
forked from pool/newt

- update to 0.52.13:

+ add support for changing colors in individual labels, scrollbars, entries,
  textboxes and scales, add custom colorsets
+ add support for NEWT_COLORS and NEWT_COLORS_FILE variables (rh#689903)
+ allow resizing of form
+ fix errors found by coverity
+ fix va_list usage (Gwenole Beauchesne)
+ fix building and installing on Mac OS X (rh#652479)
+ check for slang.h header, support DESTDIR variable, add --without-python
  option (Otavio Salvador)
+ add Persian, Low German translations
- added newt-0.52.13-python_version.patch to fix detection of 
  python version in configure script

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=12
This commit is contained in:
Lars Vogdt
2011-08-08 11:48:08 +00:00
committed by Git OBS Bridge
parent 7e3b6cd35a
commit 539ef00070
5 changed files with 43 additions and 9 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Aug 8 11:32:27 UTC 2011 - lars@linux-schulserver.de
- update to 0.52.13:
+ add support for changing colors in individual labels, scrollbars, entries,
textboxes and scales, add custom colorsets
+ add support for NEWT_COLORS and NEWT_COLORS_FILE variables (rh#689903)
+ allow resizing of form
+ fix errors found by coverity
+ fix va_list usage (Gwenole Beauchesne)
+ fix building and installing on Mac OS X (rh#652479)
+ check for slang.h header, support DESTDIR variable, add --without-python
option (Otavio Salvador)
+ add Persian, Low German translations
- added newt-0.52.13-python_version.patch to fix detection of
python version in configure script
-------------------------------------------------------------------
Thu Mar 17 11:44:10 UTC 2011 - chris@computersalat.de