[Commit] nickle/debian changelog,1.25,1.26 control,1.7,1.8

Keith Packard commit at keithp.com
Tue Aug 2 23:34:08 PDT 2005


Committed by: keithp

Update of /local/src/CVS/nickle/debian
In directory home.keithp.com:/tmp/cvs-serv5360/debian

Modified Files:
	changelog control 
Log Message:
2005-08-02  Keith Packard  <keithp at keithp.com>

	* builtin-string.c: (do_String_index), (do_String_substr):
	* file.c: (FileStringWidth), (FilePutString):
	* lex.l:
	* rational.c: (RationalDecimalPrint):
	Fix compiler warnings about signed/unsigned mismatches
	for StringNextChar (thanks GCC 4)

	* debian/changelog:
	* debian/control:
	Update for version 2.49
	Use new readline (5), update policy to 3.6.2


Index: changelog
===================================================================
RCS file: /local/src/CVS/nickle/debian/changelog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- changelog	16 Jun 2005 20:55:50 -0000	1.25
+++ changelog	3 Aug 2005 06:34:06 -0000	1.26
@@ -1,3 +1,11 @@
+nickle (2.49-1) unstable; urgency=low
+  * Fix &foo() return type to be pointer rather than reference.
+  * Always set SO_BROADCAST for UDP sockets
+  * Rewrite parse-args module to be more useful (Bart Massey)
+  * Replace ad-hoc argument parsing code with parse-args (Bart Massey)
+
+ -- Keith Packard <keithp at keithp.com>  Tue,  2 Aug 2005 23:10:30 -0700
+
 nickle (2.48-1) unstable; urgency=low
   * Reference valued functions assigned to references need to avoid copy
   * avoid use of 'long long' type in rational.c, use 'signed_digit' instead

Index: control
===================================================================
RCS file: /local/src/CVS/nickle/debian/control,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- control	3 Mar 2004 03:09:54 -0000	1.7
+++ control	3 Aug 2005 06:34:06 -0000	1.8
@@ -2,8 +2,8 @@
 Section: interpreters
 Priority: optional
 Maintainer: Keith Packard <keithp at keithp.com>
-Build-Depends: debhelper (>= 4), libreadline4-dev 
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 4), libreadline5-dev 
+Standards-Version: 3.6.2
 
 Package: nickle
 Architecture: any




More information about the Commit mailing list