summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--NEWS13
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 26 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 53bec08..c04d80e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-04-19 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * ===== Released 1.6.1=====
+
+ * configure.in: Version 1.6.1, interface age 1, binary age 601
+
+ * NEWS: Updated.
+
+ * README: Fix typo.
+
2004-04-08 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
diff --git a/NEWS b/NEWS
index 2621d66..1c60303 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in version 1.6.1
+========================
+* Update to build on Cygwin, (bug #136666) [Roger Leigh]
+
+* Add translations: Gujarati [Gujarati team],
+Basque [I\303\261aki Larra\303\261aga] Punjabi [Amanpreet Singh Alam],
+Walloon [Pablo Saratxaga], Marathi [Indictrans team]
+
+* Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
+Brazilian Portuguese [Raphael Higino], British [Gareth Owen],
+Romanian [Mi\305\237u Moldovan], Croatian [Robert Sedak],
+Catalan [Jordi Mallach], Slovak [Stanislav Visnovsky]
+
Changes in version 1.6.0
========================
* Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes]
diff --git a/README b/README
index a93775c..742a2f3 100644
--- a/README
+++ b/README
@@ -50,4 +50,4 @@ Bugs should be reported to the GNOME bug tracking system.
(http://bugzilla.gnome.org, product atk.) You will need to create an
account for yourself.
-You can also mail the mailinmg list gnome-accessibility-devel@gnome.org
+You can also mail the mailing list gnome-accessibility-devel@gnome.org
diff --git a/configure.in b/configure.in
index 5f5cee0..2b13ec8 100644
--- a/configure.in
+++ b/configure.in
@@ -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], [6])
-m4_define([atk_micro_version], [0])
+m4_define([atk_micro_version], [1])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])
@@ -25,7 +25,7 @@ dnl The X.Y in -latk-X.Y line. This is expected to stay 1.0 until Atk 2.
m4_define([atk_api_version], [1.0])
dnl Number of releases since we've added interfaces
-m4_define([atk_interface_age], [0])
+m4_define([atk_interface_age], [1])
m4_define([atk_binary_age],
[m4_eval(100 * atk_minor_version + atk_micro_version)])