Revved to 1.11.4, to include docs fixes.
authorBill Haneman <billh@src.gnome.org>
Tue, 28 Mar 2006 15:07:59 +0000 (15:07 +0000)
committerBill Haneman <billh@src.gnome.org>
Tue, 28 Mar 2006 15:07:59 +0000 (15:07 +0000)
ChangeLog
NEWS
configure.in

index 2c85641..55527f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-28 Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in, NEWS: Revved to 1.11.4, to include docs improvements.
+       
 2006-03-24  Gora Mohanty  <gmohanty@cvs.gnome.org>
 
         * configure.in: Added 'or' (Oriya) to ALL_LINGUAS.
diff --git a/NEWS b/NEWS
index fb4bffd..566c601 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in version 1.11.4:
+=========================
+
+ * Enhanced documentation: gtk-doc API docs are
+   now at 100% coverage.
+
+ * allow for NULL in-params to AtkImage coordinate APIs. 
+
+ * New langs: Georgian (ka)   Vladimir Sichinava
+              Oriya (or)      Gora Mohanty
+
 Changes in version 1.11.3:
 =========================
 
index a012681..e763f34 100644 (file)
@@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 dnl The triplet 
 m4_define([atk_major_version], [1])
 m4_define([atk_minor_version], [11])
-m4_define([atk_micro_version], [3])
+m4_define([atk_micro_version], [4])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])