
	ChangeLog for LP64 and 629927 bug

--- recutils-1.3.orig/ChangeLog
+++ recutils-1.3/ChangeLog
@@ -1,3 +1,25 @@
+2011-06-19 Jose E. Marchesi <jemarch@gnu.org>
+
+	utils: avoid the truncation of the result of getopt_long in
+	architectures featuring unsigned chars.
+	* utils/recfix.c (recfix_parse_args): 'ret' shall be an integer to
+	not truncate the -1 returned by getopt_long in architectures
+	featuring unsigned chars.
+	* utils/recsel.c (recsel_parse_args): Likewise.
+	* utils/recinf.c (main): Likewise.
+	* utils/recfmt.c (recfmt_parse_args): Likewise.
+
+2011-06-19 Jose E. Marchesi <jemarch@gnu.org>
+
+	m4: files installed by libtool removed. They were causing a clash
+	on some systems shipping old versions of libtool.
+	* m4/ltoptions.m4: Deleted.
+
+2011-05-16  Jose E. Marchesi  <jemarch@gnu.org>
+
+	Fix size constraint handling on LP64 systems.  Patch sent by Daiki
+	Ueno.
+
 2011-02-11  Jose E. Marchesi  <jemarch@gnu.org>
 
 	Preparation for 1.3.
