2005-08-24  Kristian Høgsberg  <krh@redhat.com>

        * configure.ac: Bump release to 0.4.1

        * NEWS: Sum up changes.
diff --git a/ChangeLog b/ChangeLog
index f992538..d79947c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
diff --git a/NEWS b/NEWS
index d4e0967..a21455e 100644
--- a/NEWS
+++ b/NEWS
@@ -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 401b301..3078a34 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)