Added missing bug numbers to Changelog entries.
authorChristoph Scholtes <cschol2112@gmail.com>
Sun, 5 Feb 2012 22:51:11 +0000 (15:51 -0700)
committerChristoph Scholtes <cschol2112@gmail.com>
Sun, 5 Feb 2012 22:51:11 +0000 (15:51 -0700)
ChangeLog
nt/ChangeLog

index 57476bb..d7d9b14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
 
-       * make-dist (README.W32): Include file in source tarball.
+       * make-dist (README.W32): Include file in source tarball. (Bug#9750)
 
        * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
        specific makefiles to support getopt_.h generation with MSVC.
index d696b88..66e9887 100644 (file)
@@ -1,6 +1,6 @@
 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
 
-       * README.W32: Clarification for inclusion in source tarball.
+       * README.W32: Clarification for inclusion in source tarball. (Bug#9750)
 
        * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
 
@@ -9,7 +9,7 @@
        * makefile.w32-in (maybe-copy-distfiles)
        (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
        (create-tmp-dist-dir): Added to make --distfiles optional.
-       (dist): Use create-tmp-dist-dir and maybe-copy-distfiles.
+       (dist): Use create-tmp-dist-dir and maybe-copy-distfiles. (Bug#10261)
 
 2012-02-04  Eli Zaretskii  <eliz@gnu.org>