From 0b7ca728ff2214f381bc3663a9c6f9570cbbc3c1 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 30 Jul 2008 13:07:42 +0000 Subject: [PATCH] =?UTF-8?q?-=20improve=20--noitem=20description=20(#456305?= =?UTF-8?q?)=20-=20add=20setHeight=20to=20Textbox=20class=20-=20fix=20fixe?= =?UTF-8?q?dheight=20forms=20-=20free=20keymap=20in=20newtFinished()=20-?= =?UTF-8?q?=20fix=20memory=20leak=20in=20textbox=20-=20fix=20valgrind=20er?= =?UTF-8?q?ror=20in=20checkboxtree=20-=20don't=20crash=20when=20running=20?= =?UTF-8?q?empty=20form=20-=20don't=20crash=20or=20hang=20when=20form=20ha?= =?UTF-8?q?s=20no=20focusable=20elements=20-=20before=20checkboxtree=20dra?= =?UTF-8?q?wing=20return=20first=20item=20in=20GetCurrent()=20-=20redraw?= =?UTF-8?q?=20textbox=20in=20SetText()=20-=20add=20setColor=20description?= =?UTF-8?q?=20to=20SnackScreen=20docstring=20(Greg=20Swift)=20-=20make=20s?= =?UTF-8?q?ure=20Widget=20isn't=20used=20directly=20(Greg=20Swift)=20(#452?= =?UTF-8?q?920)=20-=20add=20Serbian=20translations=20(Milo=C5=A1=20Komar?= =?UTF-8?q?=C4=8Devi=C4=87)=20-=20add=20Balochi=20translation=20(Mostafa?= =?UTF-8?q?=20Daneshvar)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- newt.spec | 20 ++++++++++++++++++-- sources | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 65510cc..bfa05cd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -newt-0.52.9.tar.gz +newt-0.52.10.tar.gz diff --git a/newt.spec b/newt.spec index e68e0e3..8220b50 100644 --- a/newt.spec +++ b/newt.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: A library for text mode user interfaces Name: newt -Version: 0.52.9 +Version: 0.52.10 Release: 1%{?dist} License: LGPLv2 Group: System Environment/Libraries @@ -101,6 +101,22 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/*.py* %changelog +* Wed Jul 30 2008 Miroslav Lichvar - 0.52.10-1 +- improve --noitem description (#456305) +- add setHeight to Textbox class +- fix fixedheight forms +- free keymap in newtFinished() +- fix memory leak in textbox +- fix valgrind error in checkboxtree +- don't crash when running empty form +- don't crash or hang when form has no focusable elements +- before checkboxtree drawing return first item in GetCurrent() +- redraw textbox in SetText() +- add setColor description to SnackScreen docstring (Greg Swift) +- make sure Widget isn't used directly (Greg Swift) (#452920) +- add Serbian translations (Miloš Komarčević) +- add Balochi translation (Mostafa Daneshvar) + * Fri Mar 21 2008 Miroslav Lichvar - 0.52.9-1 - handle component destruction (patch by Richard W.M. Jones) - fix newtWinEntry definition @@ -109,7 +125,7 @@ rm -rf $RPM_BUILD_ROOT - improve SIGWINCH handling in form - don't abort from whiptail gauge on SIGWINCH - redisplay also last line -- update Polish translation +- update Polish translation (Piotr Drąg) - update URL and Source tag * Tue Feb 19 2008 Fedora Release Engineering - 0.52.8-2 diff --git a/sources b/sources index ede6463..ca968c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2b99bf05379e3410ee68ee994e6f59d newt-0.52.9.tar.gz +bcbcc87ec19ba37d34f819209afa2e15 newt-0.52.10.tar.gz