Skip to content

Commit

Permalink
release: 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Garcia Campos committed Apr 29, 2015
1 parent 5240575 commit 508e2a4
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
================
Evince 3.17.1
================

New features and improvements:

* Provide a symbolic variant of the app icon (#746844, Jakub Steiner)
* Add search support to browser plugin (Carlos Garcia Campos)
* Create popup windows for all markup annotation that can have a
popup associated (#733603, Philipp Reinkemeier)
* Add shortcuts for Continuous and Dual modes (#670964, boisjaune)
* Remove custom search bar implementation and use GtkSearchBar
instead (Carlos Garcia Campos)

Bug fixes:

* Never save n-copies in the persistent print-settings file
(#748549, José Aliste)
* Fix the background color of annotation popup windows (#732211,
Giselle Machado)

Translation updates:

* Daniel (an)
* Khaled Hosny (ar)
* David (ca)
* Marek Černocký (cs)
* Tom Tryfonidis (el)
* Daniel Puentes (eo)
* Daniel Mustieles (es)
* Yosef Or Boczko (he)
* Gabor Kelemen (hu)
* Sveinn í Felli (is)
* Stas Solovey (ru)

================
Evince 3.16.0
================
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],[3])
m4_define([ev_minor_version],[16])
m4_define([ev_micro_version],[0])
m4_define([ev_minor_version],[17])
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 508e2a4

Please sign in to comment.