diff options
author | raveit65 <[email protected]> | 2024-02-21 16:45:00 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-21 16:45:00 +0100 |
commit | 3c3aa9cbb18e3a10d4aa95e258d8c415750f1ff3 (patch) | |
tree | d5dc45b1d6c18f42b659370bf21917a67dba0713 | |
parent | 81414311394fa846c85b7c77db839f8d7492e616 (diff) | |
download | atril-1.28.0.tar.bz2 atril-1.28.0.tar.xz |
release 1.28.0v1.28.0
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 17 insertions, 13 deletions
@@ -1,6 +1,10 @@ +### atril 1.28.0 + + * Translations update + ### atril 1.27.1 - * update translations + * Translations update * fix a incompatible pointer type warning for gcc14 * epub: Avoid crash when index list has extraneous entry * epub: Prevent path traversal when extracting files @@ -19,7 +23,7 @@ ### atril 1.27.0 - * update translations + * Translations update * epub: Fix index loading for certain documents - look for epub:type instead of epub:id. * ci: drop -Wunused-parameter compiler cflag from debian build * Fix implicit conversion changes signedness: 'gboolean' to 'guint' @@ -33,7 +37,7 @@ ### atril 1.26.0 - * update translations + * Translations update * ev-window.c: only create a EvWebView if needed * ev-sidebar-links: Optimize reverse link lookup for a page * introspection: Fix bogus --library arguments. @@ -44,7 +48,7 @@ ### atril 1.25.1 - * update translations + * Translations update * update help * caja extension: Update copyright year * dvi: use glib i18n macros @@ -80,7 +84,7 @@ ### atril 1.25.0 - * sync with transifex + * Translations update * [ci] fix release tarball on travis CI failed * Re-enable highlight_find_results * Use ENABLE_SYNCTEX in libdocument/Makefile.am @@ -109,13 +113,13 @@ ### atril 1.24.0 - * update translations + * Translations update * thumbnailer: Fix memory leak * Fix year 2038 issue with signed 32-bit integers ### atril 1.23.2 - * update translations + * Translations update * Fix atril.desktop file * Fix memory leak ev_sidebar_thumbnails_document_changed_cb() * pdf: Fix memory leak when adding new text annotations @@ -142,7 +146,7 @@ ### atril 1.23.1 - * update translations + * Translations update * tx: sync with transifex * Travis CI: 'cppcheck' with '-D__cplusplus' * ev-view: Remove unused variables and assignment @@ -205,7 +209,7 @@ ### atril 1.23.0 - * update translations + * Translations update * Remove trailing whitespaces * test: get focus on frame * let test7.py can works @@ -223,7 +227,7 @@ ### atril 1.22.0 - * update translations + * Translations update * Add update-authors.pl script which helps to update atril.about * Read authors (updated) from atril.about gresource * Initialize Travis CI support @@ -243,7 +247,7 @@ ### atril 1.21.1 - * update translations + * 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 diff --git a/configure.ac b/configure.ac index 50045cbf..2a6d1d6c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ # ***************************************************************************** m4_define([ev_major_version], [1]) -m4_define([ev_minor_version], [27]) -m4_define([ev_micro_version], [1]) +m4_define([ev_minor_version], [28]) +m4_define([ev_micro_version], [0]) m4_define([ev_extra_version], []) m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) |