From: Dan F. <dfa...@us...> - 2009-12-08 00:19:58
|
Update of /cvsroot/libexif/libexif In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4902 Modified Files: NEWS README ChangeLog Log Message: Mention CVE number of recent security fix & other minor updates. Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -d -r1.25 -r1.26 --- README 6 Nov 2009 06:58:08 -0000 1.25 +++ README 8 Dec 2009 00:15:45 -0000 1.26 @@ -143,7 +143,7 @@ must be made through their web site, but updated either through Launchpad (preferred) or by sending updates to the libexif developers mailing list directly. As of this writing, the following languages must be updated through the Translation Project: -da de es fr nl pl sk sv vi +da de es fr ja nl pl sk sv vi If you are interested in translating libexif into a new language, we recommend that you join one of the above translation groups and take Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.65 retrieving revision 1.66 diff -u -p -d -r1.65 -r1.66 --- NEWS 17 Nov 2009 19:22:55 -0000 1.65 +++ NEWS 8 Dec 2009 00:15:45 -0000 1.66 @@ -1,12 +1,12 @@ libexif-0.6.x: - * Updated translations: ja + * Updated translations: da, ja libexif-0.6.19 (2009-11-12): * New translations: be, en_GB, it, ja, pt, sq, zh_CN * Updated translations: da, sv, vi * Now using a binary search to make searching through the tag table faster - * Fixed a heap buffer overflow during tag format conversion + * Fixed a heap buffer overflow during tag format conversion (CVE-2009-3895) libexif-0.6.18 (2009-10-09): Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.340 retrieving revision 1.341 diff -u -p -d -r1.340 -r1.341 --- ChangeLog 25 Nov 2009 21:26:22 -0000 1.340 +++ ChangeLog 8 Dec 2009 00:15:45 -0000 1.341 @@ -1,3 +1,7 @@ +2009-11-27 Dan Fandrich <da...@co...> + + * po/ja.po: Updated Japanese translation by Tadashi Jokagi + 2009-11-25 Dan Fandrich <da...@co...> * po/da.po: Updated Danish translation by Joe Hansen |