Revision: 7410 Author: ek.kato Date: Wed Jan 11 00:09:03 2012 Log: * RELNOTE * NEWS - Merge r7408, r7409 from 1.7 branch.
http://code.google.com/p/uim/source/detail?r=7410 Modified: /trunk/NEWS /trunk/RELNOTE ======================================= --- /trunk/NEWS Tue Jul 26 18:05:11 2011 +++ /trunk/NEWS Wed Jan 11 00:09:03 2012 @@ -6,6 +6,24 @@ * Others +Overview of changes from 1.7.1 to 1.7.2 +======================================= +* Fixes + - libuim + * Fix crash in im-acquire-text with selection + + - uim-pref-qt4 + * Fix build failure when --as-needed is used (#40385, Julian Taylor) + +* Enhancements + - Qt4 bridge + * Support text acquisition API with QTextEdit + +* Others + - Plug very minor memory leak in uim-xim + - Plug very minor file descriptor leak in libuim-custom + + Overview of changes from 1.7.0 to 1.7.1 ======================================= * Fixes ======================================= --- /trunk/RELNOTE Tue Jul 26 18:03:46 2011 +++ /trunk/RELNOTE Wed Jan 11 00:09:03 2012 @@ -1,10 +1,10 @@ -uim 1.7.1 Release Note +uim 1.7.2 Release Note ====================== About This Release ------------------ -This distribution of uim 1.7.1 is the latest stable release of uim. +This distribution of uim 1.7.2 is the latest stable release of uim. Please report us if you find a problem. @@ -15,10 +15,10 @@ What's New ---------- -Improvement of uim-byeoru and uim-tutcode input methods, gnome-shell -support of system tray toolbar, and several (very minor) bug fixes. - -See NEWS for the fully detailed changes. +Fix crash when text acquisition is invoked with selected text. +Support text acquisition API with QTextEdit of Qt4. See NEWS for the +fully detailed changes. + What's New in 1.7.0 -------------------
