From: Dan F. <dfa...@us...> - 2013-02-23 22:17:45
|
Update of /cvsroot/libexif/libexif-gtk In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20147 Modified Files: README NEWS ChangeLog Log Message: Updated with recent changes Index: README =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- README 8 May 2012 21:52:51 -0000 1.3 +++ README 23 Feb 2013 22:17:36 -0000 1.4 @@ -17,7 +17,7 @@ ================= The default is to build the gtk2 version of the library (minimum gtk2 -version: 2.4). The configure option --with-gtk3 allows to build the gtk3 +version: 2.4). The configure option --with-gtk3 allows building with the gtk3 version of the library. NOTE TO DEVELOPERS Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/NEWS,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- NEWS 15 May 2012 21:30:40 -0000 1.7 +++ NEWS 23 Feb 2013 22:17:36 -0000 1.8 @@ -1,7 +1,7 @@ -New in 0.3.6cvs3: - * New translation: de - * Updated translations: fr - * Bug fixes: #1643242: need uninstalled.pc file for libexif-gtk +New in 0.4.0: + * New translations: de, pl + * Updated translations: es, fr, ru + * Bug fixes: #1643242: added libexif-gtk-uninstalled.pc file * Proper setting of gettext parameters * libexif-gtk made compatible for both gtk2 (min version: 2.4) and gtk3 * added --with-gtk3 option in configure.ac (default is gtk2) @@ -9,3 +9,4 @@ * encoding of ru translation file set to utf-8 * fixed internationalisation bugs in gtk-options.c & configure.ac * fixed bugs linked to gtk_notebook_remove_page action + * Bug fixes: #2014281: fix display of GPSLatitude and GPSLatitudeRef names Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- ChangeLog 14 Jun 2012 21:14:26 -0000 1.29 +++ ChangeLog 23 Feb 2013 22:17:36 -0000 1.30 @@ -1,3 +1,10 @@ +2013-02-23 Dan Fandrich <da...@co...> + + * Removed use of broken-by-design exif_tag_get_name(). This fixes + display of GPSLatitude and GPSLatitudeRef tag names. Patch + by Stanislav Brabec (bug #2014281) + * Changed a few fuzzy translations and removed the fuzzyiness + 2012-06-14 Dan Fandrich <da...@co...> * encoding of source files set to utf8 (somehow this was missed |