diff options
author | raveit65 <[email protected]> | 2018-12-11 11:28:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-11 11:56:31 +0100 |
commit | 93f6b1f2347e029a32cd6826b987411f28642b65 (patch) | |
tree | 24e952ce892236e1c755a96b7295db8f5cbdbd01 | |
parent | 1ca30efc3a45799f69eed5b948d9742e7e4962d1 (diff) | |
download | atril-93f6b1f2347e029a32cd6826b987411f28642b65.tar.bz2 atril-93f6b1f2347e029a32cd6826b987411f28642b65.tar.xz |
release 1.20.3v1.20.3
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +### atril 1.20.3 + + * Translations update + * Use make functions for HELP_LINGUAS + * comics: support application/vnd.rar MIME type + * shell: Save document to the same path it was opened from + * Reduce the chattiness of atril daemon + * EvView: Fix cursor movement when logical and visual line order differs + * Update atril_start_window.png + * moveable (older spelling) -> movable + * tx: add atril-user-guide to transifex config + * Update Catalan screenshot + ### atril 1.20.2 * Translations update diff --git a/configure.ac b/configure.ac index 85eb41db..17efb482 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([ev_major_version], [1]) m4_define([ev_minor_version], [20]) -m4_define([ev_micro_version], [2]) +m4_define([ev_micro_version], [3]) m4_define([ev_extra_version], []) m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) |