From: msw Date: Thu, 3 Aug 2000 23:17:01 +0000 (+0000) Subject: rev X-Git-Tag: r0-50-15~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e486a5c05364e110aa0001169b4762501cd12da1;p=thirdparty%2Fnewt.git rev --- diff --git a/configure.in b/configure.in index 305990d..5ac736d 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(newt_pr.h) AC_CONFIG_HEADER(config.h) -VERSION=0.50.14 +VERSION=0.50.15 SONAME=0.50 AC_SUBST(VERSION) AC_SUBST(SONAME) diff --git a/newt.spec b/newt.spec index 2cc165f..f65cc51 100644 --- a/newt.spec +++ b/newt.spec @@ -1,6 +1,6 @@ Summary: A development library for text mode user interfaces. Name: newt -%define version 0.50.14 +%define version 0.50.15 Version: %{version} Release: 1 Copyright: LGPL @@ -57,6 +57,12 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Thu Aug 3 2000 Matt Wilson +- added setValue method for checkboxes in snack + +* Wed Jul 05 2000 Michael Fulbright +- added NEWT_FLAG_PASSWORD for entering passwords and having asterix echo'd + * Fri Jun 16 2000 Matt Wilson - build for new release