[Po4a-commits] "po4a NEWS,1.20,1.21 changelog,1.189,1.190"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Mon Apr 16 20:08:56 UTC 2007
Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv12390
Modified Files:
NEWS changelog
Log Message:
Document the timestamping mechanism.
Index: NEWS
===================================================================
RCS file: /cvsroot/po4a/po4a/NEWS,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- NEWS 16 Apr 2007 18:38:02 -0000 1.20
+++ NEWS 16 Apr 2007 20:08:54 -0000 1.21
@@ -18,6 +18,15 @@
** New features
+ general: po4a now uses timestamps to avoid re-generating a translation
+ if no changes are expected: if a translation is more recent
+ than its associated PO and master document, then there is no
+ need to update it. For the documents which do not pass the
+ translation threshold, a file is created with the .po4a-stamp
+ extension. This file is also used as a timestamp file, and
+ permits to avoid spending time if po4a expect that the
+ translation will not be generated.
+
general: Beginning of a C extension. This provides speedup. Testers are
welcomed.
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/changelog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- changelog 16 Apr 2007 19:40:44 -0000 1.189
+++ changelog 16 Apr 2007 20:08:54 -0000 1.190
@@ -1,5 +1,9 @@
2007-04-16 Nicolas François <nicolas.francois at centraliens.net>
+ * NEWS: document the timestamping mechanism in the NEWS file.
+
+2007-04-16 Nicolas François <nicolas.francois at centraliens.net>
+
* lib/Locale/Po4a/Po.pm: $VERSION is not defined. Use the full
$Locale::Po4a::TransTractor::VERSION instead.
More information about the Po4a-commits
mailing list