Skip to content

Commit

Permalink
3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed Jun 21, 2013
1 parent c4a9bb6 commit 7c17cba
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Overview of Changes in GTK+ 3.9.4 to 3.9.6
==========================================

* GtkListBox:
- handle double-clicks properly
- add an example in gtk3-demo

* Bugs fixed:
390048 Patch for adding "whole word" search for gtk_text_iter...
560337 GtkFileChooser hour time missing for current date files
649390 CRLF text is copied to clipboard as CRCRLF on Windows
679930 gtk_builder_add_* should not use GError
698183 Text input is too slow and some keys are broken after...
701174 Update misleading filechooser documentation
702598 Invalid read of size 4 in gtk_icon_info_get_embedded_rect
702695 typo: "and thus will thus"
702763 ellipsize placeholder text

* Translation updates:
Italian
Tajik


Overview of Changes in GTK+ 3.9.2 to 3.9.4
==========================================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [9])
m4_define([gtk_micro_version], [5])
m4_define([gtk_micro_version], [6])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
Expand Down

0 comments on commit 7c17cba

Please sign in to comment.