-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNEWS
More file actions
15 lines (14 loc) · 769 Bytes
/
NEWS
File metadata and controls
15 lines (14 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
New in 0.5.0git3:
* Make code compatible for both gtk2 (minimum version: 2.6) and gtk3
* Add --with-gtk3 option in configure.ac (default is gtk2)
* Fix bug 2014281: gexif doesn't build with latest GTK 2.13.2
* Convert source files (.c .h) to utf-8 encoding (fix crashes for invalid encoding)
* Warning message "No EXIF data found!" replaced by message dialog box
* Warning message "Implement!" replaced by 'about' dialog box
* de, es, fr, pl, sv translations completed
* Fix bug 1599611: gexif is not localized (remark: no change of AM_GNU_GETTEXT)
* Fix bug 712169: fixed text strings in locales that don't use UTF-8
* Add AM_SILENT_RULES by default
* Fix cross-compilation with pkg-config
* Remove unused macro files
* Add continuous integration builds