aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2014-01-08 17:09:48 -0500
committerCarlos O'Donell <carlos@redhat.com>2014-01-08 17:17:48 -0500
commitcd6701cf9c8dc2e40b3c9af03b5847898369ecb9 (patch)
treef91ca73029239fdaa19f0c4d39cdc06d9d72648d /ChangeLog
parent66671c84d58d6ae705bac39dc476c3d3b2b81116 (diff)
downloadglibc-cd6701cf9c8dc2e40b3c9af03b5847898369ecb9.zip
glibc-cd6701cf9c8dc2e40b3c9af03b5847898369ecb9.tar.gz
glibc-cd6701cf9c8dc2e40b3c9af03b5847898369ecb9.tar.bz2
Rename header.pot to pot.header.
The Translation Project has asked us to rename the pot header file `header.pot' to something else. Their scripts automatically look for pot files and the file `header.pot' is not actually a pot file but a header that we use when regenerating `libc.pot.' This commit renames `header.pot' to `pot.header' to avoid causing errors or complicating the TP project scripts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 661f004..2c7e427 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,15 @@
+2014-01-08 Carlos O'Donell <carlos@redhat.com>
+
+ * po/header.pot: Rename to...
+ * po/pot.header: ... this.
+ * po/Makefile: Use pot.header.
+
2014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
Maxim Kuvyrkov <maxim@kugelworks.com>
[BZ #16394]
- * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
- SRC and DEST against LEN.
+ * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
+ SRC and DEST against LEN.
2014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>