Revision: 7408 Author: ek.kato Date: Wed Jan 11 00:00:31 2012 Log: * NEWS * RELNOTE - Update.
http://code.google.com/p/uim/source/detail?r=7408 Modified: /branches/1.7/NEWS /branches/1.7/RELNOTE ======================================= --- /branches/1.7/NEWS Thu Jul 21 21:50:54 2011 +++ /branches/1.7/NEWS Wed Jan 11 00:00:31 2012 @@ -1,3 +1,20 @@ +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 leaks in libuim and uim-xim + + Overview of changes from 1.7.0 to 1.7.1 ======================================= * Fixes ======================================= --- /branches/1.7/RELNOTE Thu Jul 21 21:50:54 2011 +++ /branches/1.7/RELNOTE Wed Jan 11 00:00:31 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 -------------------
