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 <[email protected]> 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 <[email protected]> -Uploaders: GOTO Masanori <[email protected]>, Jeff Bailey <[email protected]>, Daniel Jacobowitz <[email protected]>, Clint Adams <[email protected]>, Aurelien Jarno <[email protected]> -Standards-Version: 3.8.3 +Uploaders: GOTO Masanori <[email protected]>, Philip Blundell <[email protected]>, Jeff Bailey <[email protected]>, Daniel Jacobowitz <[email protected]>, Clint Adams <[email protected]>, Aurelien Jarno <[email protected]> +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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

