Skip to content

Commit

Permalink
release 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Mar 22, 2021
1 parent e3b161c commit d4bec44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### atril 1.24.1

* update translations
* epub backend: Escape link text to display & in index content
* Fix segfault on empty navMap
* build: silent build warnings for distcheck
* epub backend: build with WARN_CFLAGS instead WARN_CXXFLAGS
* build: set compiler warning level to yes
* Update authors
* thumbnailer: fix typo in the option description
* Use int64_t for g_date_time_to_unix even word size is 32-bit wide

### atril 1.24.0

* update translations
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

m4_define([ev_major_version], [1])
m4_define([ev_minor_version], [24])
m4_define([ev_micro_version], [0])
m4_define([ev_micro_version], [1])
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 d4bec44

Please sign in to comment.