summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2012-06-09 09:10:40 -0700
committerDan Nicholson <dbn.lists@gmail.com>2012-06-09 09:10:40 -0700
commit93018c25fc372ac15fe285cf471d1d2f496fe739 (patch)
tree750a7271501ea071cb21ddfa7d83eba40950838f
parentb84b427f1631a802a5912edf6e103fbd5db96c6a (diff)
Update NEWS and bump version to 0.2.0 for release0.2.0
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 487b018..df33b07 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+evince-browser-plugin-0.2.0
+===========================
+- Added toolbar button to save current file.
+- Added toolbar button to open file externally in evince. This allows
+ the plugin to remain simply a previewer and leave the complicated
+ stuff to evince.
+- Changed plugin filename to libevince-plugin.
+- Allow building against gtk3 and evince3 via --enable-gtk3 configure
+ option. This works minimally in recent epiphany but hasn't had a lot
+ of testing.
+- Still needed: printing support.
+
evince-browser-plugin-0.1.0
===========================
- Initial version.
diff --git a/configure.ac b/configure.ac
index 8333a23..028a0c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([Evince Browser Plugin],
- [0.1.1],
+ [0.2.0],
[dbn.lists@gmail.com],
[evince-browser-plugin])
AC_CONFIG_SRCDIR([src/evbp.c])