Skip to content

Commit

Permalink
release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 21, 2024
1 parent 8141431 commit 3c3aa9c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
26 changes: 15 additions & 11 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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'
Expand All @@ -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.
Expand All @@ -44,7 +48,7 @@

### atril 1.25.1

* update translations
* Translations update
* update help
* caja extension: Update copyright year
* dvi: use glib i18n macros
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 3c3aa9c

Please sign in to comment.