From: Carlos Garcia Campos Date: Mon, 12 Jul 2010 18:46:02 +0000 (+0200) Subject: [release] 2.31.5 X-Git-Tag: EVINCE_2_31_5^0 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=e4cade4fd6b92cd26087ad1dce20c3839618275b;p=evince.git [release] 2.31.5 --- diff --git a/NEWS b/NEWS index 288e128d..8b6a56ab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +================ +Evince 2.31.5 +================ + +New Features and UI Improvements: + + * Add a new sidebar page to show the list of annotations (Carlos + Garcia Campos) + * Finish DBus API for synctex support (#543503, Jose Aliste) + * Switch to GTK+ 3 + +Bug fixes: + + * Make sure annot popups never show up outside the main window + * (#604125, Carlos Garcia Campos) + * Set word wrapping mode for text in popup annotations (#623456, + gvlat@pochta.ru) + +Translation updates: + + * Baurzhan Muftakhidinov (kk) + * 朱涛 (zh_CN) + ================ Evince 2.31.4.1 ================ diff --git a/configure.ac b/configure.ac index bf1692e8..6e9d965a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,9 +4,9 @@ m4_define([ev_major_version],[2]) m4_define([ev_minor_version],[31]) -m4_define([ev_micro_version],[4]) -m4_define([ev_extra_version],[1]) -m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version().ev_extra_version]) +m4_define([ev_micro_version],[5]) +m4_define([ev_extra_version],[]) +m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) # The evince API version m4_define([ev_api_version], [2.30])