# HG changeset patch # User nenolod # Date 1160852689 25200 # Node ID 9f2b7ac55dec898069c307e48a6d555b6b5dad58 # Parent 7bbb619fa68cd4efcaa1188e78c0336ad839943a [svn] - bump to 1.2.0-rc4 diff -r 7bbb619fa68c -r 9f2b7ac55dec ChangeLog --- a/ChangeLog Sat Oct 14 12:03:26 2006 -0700 +++ b/ChangeLog Sat Oct 14 12:04:49 2006 -0700 @@ -1,3 +1,13 @@ +2006-10-14 19:03:26 +0000 William Pitcock + revision [2709] + - objectify libintl + + trunk/configure.ac | 1 + trunk/intl/Makefile | 49 +++++ + trunk/intl/Makefile.in | 479 ------------------------------------------------- + 3 files changed, 49 insertions(+), 480 deletions(-) + + 2006-10-14 18:52:24 +0000 William Pitcock revision [2707] - only attempt to build the intl objective if INTL_OBJECTIVE is defined. diff -r 7bbb619fa68c -r 9f2b7ac55dec configure.ac --- a/configure.ac Sat Oct 14 12:03:26 2006 -0700 +++ b/configure.ac Sat Oct 14 12:04:49 2006 -0700 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([audacious], [1.2.0-rc3], [bugs+audacious@atheme.org]) +AC_INIT([audacious], [1.2.0-rc4], [bugs+audacious@atheme.org]) AC_PREREQ([2.59]) AC_CANONICAL_HOST