changeset 7593:3456b3ce0775

[gaim-migrate @ 8211] release? i don't know what you're talking about committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 22 Nov 2003 04:27:28 +0000
parents 582f764b26f6
children de6da3ff2b7b
files ChangeLog NEWS VERSION configure.ac pixmaps/logo.png src/Makefile.am
diffstat 6 files changed, 14 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 22 01:13:00 2003 +0000
+++ b/ChangeLog	Sat Nov 22 04:27:28 2003 +0000
@@ -1,6 +1,6 @@
 Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
 
-version 0.73cvs:
+version 0.73 (11/21/2003):
 	* New Logging format and code:
 		* fixes i18n issues with logs
 		* compatable with old logs
--- a/NEWS	Sat Nov 22 01:13:00 2003 +0000
+++ b/NEWS	Sat Nov 22 04:27:28 2003 +0000
@@ -1,4 +1,13 @@
 -=[ Gaim ]=-  The Pimpin' Penguin IM Client That's Good For The Soul!
+0.73 (11/21/2003):
+	Nathan: This should be a really solid release.  I fixed most if not
+	all of the idiotic Jabber bugs from 0.72, and re-enabled the SASL
+	login stuff, now that it is finalized in the XMPP drafts.  Oh, and
+	we now have a release notification plugin, so you can find out when
+	the latest and greatest version of Gaim is out without breaking that
+	reload button in your browser.  There's other fun new stuff, but I
+	forget what it is.
+
 0.72 (10/30/2003):
 	Sean: I think I'll go as the Gaim logo guy for Halloween.  That
 	would be a cool costume.
--- a/VERSION	Sat Nov 22 01:13:00 2003 +0000
+++ b/VERSION	Sat Nov 22 04:27:28 2003 +0000
@@ -1,1 +1,1 @@
-0.73cvs
+0.73
--- a/configure.ac	Sat Nov 22 01:13:00 2003 +0000
+++ b/configure.ac	Sat Nov 22 04:27:28 2003 +0000
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/main.c)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([gaim], [0.73cvs])
+AM_INIT_AUTOMAKE([gaim], [0.73])
 
 AC_PREREQ([2.50])
 
Binary file pixmaps/logo.png has changed
--- a/src/Makefile.am	Sat Nov 22 01:13:00 2003 +0000
+++ b/src/Makefile.am	Sat Nov 22 04:27:28 2003 +0000
@@ -67,6 +67,8 @@
 	ft.h \
 	imgstore.c \
 	imgstore.h \
+	log.c \
+	log.h \
 	md5.c \
 	md5.h \
 	multi.h \
@@ -157,8 +159,6 @@
 	gtkutils.h \
 	idle.c \
 	internal.h \
-	log.c \
-	log.h \
 	main.c \
 	session.c \
 	stock.c \