===== Released 1.2.1===== ATK_1_2_1
authorPadraig O'Briain <padraig.obriain@sun.com>
Fri, 3 Jan 2003 17:30:29 +0000 (17:30 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Fri, 3 Jan 2003 17:30:29 +0000 (17:30 +0000)
2003-01-03  Padraig O'Briain  <padraig.obriain@sun.com>

* ===== Released 1.2.1=====

* configure.in: Version 1.2.1, interface age 1, binary age 201

* NEWS: Updated.

ChangeLog
NEWS
configure.in

index fb1bd10..c13fd5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-01-03  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * ===== Released 1.2.1=====
+       
+       * configure.in: Version 1.2.1, interface age 1, binary age 201
+
+       * NEWS: Updated.
+
 2003-01-02  Zbigniew Chyla  <cyba@gnome.pl>
 
        * configure.in (ALL_LINGUAS): Added pl (Polish).
diff --git a/NEWS b/NEWS
index 2ee10e9..5f08239 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
+Changes in version 1.2.1
+
+* Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
+latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
+Greek [Kostas Papadimas]
+
 Changes in version 1.2.0
 
-* Add translations: Russian [Dmitri G. Mastrukov], Ukranuian [Yuriy Syrota]
+* Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]
 
 Changes in version 1.1.5
 
index 99ed939..ea82b7c 100644 (file)
@@ -31,16 +31,16 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 dnl The triplet 
 ATK_MAJOR_VERSION=1
 ATK_MINOR_VERSION=2
-ATK_MICRO_VERSION=0
+ATK_MICRO_VERSION=1
 ATK_VERSION=$ATK_MAJOR_VERSION.$ATK_MINOR_VERSION.$ATK_MICRO_VERSION
 
 dnl The X.Y in -latk-X.Y line. This is expected to stay 1.0 until Atk 2.
 ATK_API_VERSION=1.0
 
 dnl Number of releases since we've added interfaces
-ATK_INTERFACE_AGE=0
+ATK_INTERFACE_AGE=1
 
-ATK_BINARY_AGE=200
+ATK_BINARY_AGE=201
 
 AC_SUBST(ATK_MAJOR_VERSION)
 AC_SUBST(ATK_MINOR_VERSION)