[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4338 - in glibc-doc-reference/trunk: debian manual



Author: aurel32
Date: 2010-06-08 15:51:40 +0000 (Tue, 08 Jun 2010)
New Revision: 4338

Added:
   glibc-doc-reference/trunk/manual/pkgvers.texi
Modified:
   glibc-doc-reference/trunk/debian/changelog
   glibc-doc-reference/trunk/debian/control
   glibc-doc-reference/trunk/manual/charset.texi
Log:
New upstream version


Modified: glibc-doc-reference/trunk/debian/changelog
===================================================================
--- glibc-doc-reference/trunk/debian/changelog	2010-06-08 10:49:36 UTC (rev 4337)
+++ glibc-doc-reference/trunk/debian/changelog	2010-06-08 15:51:40 UTC (rev 4338)
@@ -1,3 +1,10 @@
+glibc-doc-reference (2.11.1-1) unstable; urgency=low
+
+  * New usptream version. 
+  * Bump Standards-Version to 3.8.4.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Tue, 08 Jun 2010 16:53:14 +0200
+
 glibc-doc-reference (2.10.1-1) unstable; urgency=low
 
   * New upstream version. 

Modified: glibc-doc-reference/trunk/debian/control
===================================================================
--- glibc-doc-reference/trunk/debian/control	2010-06-08 10:49:36 UTC (rev 4337)
+++ glibc-doc-reference/trunk/debian/control	2010-06-08 15:51:40 UTC (rev 4338)
@@ -4,8 +4,8 @@
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: texinfo, texi2html, gawk, texlive-base-bin
 Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-Uploaders: GOTO Masanori <gotom@debian.org>, Jeff Bailey <jbailey@raspberryginger.com>, Daniel Jacobowitz <dan@debian.org>, Clint Adams <schizo@debian.org>, Aurelien Jarno <aurel32@debian.org>
-Standards-Version: 3.8.3
+Uploaders: GOTO Masanori <gotom@debian.org>, Philip Blundell <pb@nexus.co.uk>, Jeff Bailey <jbailey@raspberryginger.com>, Daniel Jacobowitz <dan@debian.org>, Clint Adams <schizo@debian.org>, Aurelien Jarno <aurel32@debian.org>
+Standards-Version: 3.8.4
 
 Package: glibc-doc-reference
 Architecture: all

Modified: glibc-doc-reference/trunk/manual/charset.texi
===================================================================
--- glibc-doc-reference/trunk/manual/charset.texi	2010-06-08 10:49:36 UTC (rev 4337)
+++ glibc-doc-reference/trunk/manual/charset.texi	2010-06-08 15:51:40 UTC (rev 4338)
@@ -1234,7 +1234,7 @@
       /* @r{If any characters must be carried forward,}
          @r{put them at the beginning of @code{buffer}.} */
       if (filled > 0)
-        memmove (inp, buffer, filled);
+        memmove (buffer, inp, filled);
     @}
 
   return 1;

Added: glibc-doc-reference/trunk/manual/pkgvers.texi
===================================================================
--- glibc-doc-reference/trunk/manual/pkgvers.texi	                        (rev 0)
+++ glibc-doc-reference/trunk/manual/pkgvers.texi	2010-06-08 15:51:40 UTC (rev 4338)
@@ -0,0 +1,2 @@
+@set PKGVERSION 
+@set REPORT_BUGS_TO 


Reply to: