summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1aa49abd..7bc27f80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-03-09 Kristian Høgsberg <krh@redhat.com>
+ * NEWS: Describe 0.1.2 (and 0.1.1) release.
+
+ * configure.ac: Bump poppler version to 0.1.2
+
+2005-03-09 Kristian Høgsberg <krh@redhat.com>
+
* configure.ac: Bump cairo requirement to 0.4.
2005-03-04 Kristian Høgsberg <krh@redhat.com>
diff --git a/NEWS b/NEWS
index 9cb6ad4d..720108d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Release 0.1.2 (Wed Mar 9 10:45:58 EST 2005)
+
+ - cairo optimizations and fixes from Jeff Muizelaar
+ - Bump cairo requirement to 0.4
+ - Make cairo and gtk checks fail gracefully
+
+Release 0.1.1
+
+ - Fix issues with installed header files including config.h
+ - Fix a couple of typos in pkg-config files
+ - Install splash and cairo header files when necessary
+
Release 0.1 - no date yet
- First release
diff --git a/configure.ac b/configure.ac
index 0b85a797..e856ae30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Based on Xpdf configure.in and evince configure.ac
AC_PREREQ(2.59)
-AC_INIT(poppler, 0.1.1)
+AC_INIT(poppler, 0.1.2)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(poppler/poppler-config.h)