diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2005-08-24 Kristian Høgsberg <krh@redhat.com> + * configure.ac: Bump release to 0.4.1 + + * NEWS: Sum up changes. + +2005-08-24 Kristian Høgsberg <krh@redhat.com> + * poppler/TextOutputDev.cc: Push rotation argument down to GfxState constructor. This is still not completely functional yet. @@ -1,3 +1,8 @@ +Release 0.4.1 + + - Fix and simplify glib rotation API. + - Fix build issue with freetype flags. + Release 0.4.0 - Real text selection. diff --git a/configure.ac b/configure.ac index 401b3015..3078a349 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.4.0) +AC_INIT(poppler, 0.4.1) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(poppler/poppler-config.h) |