Mercurial > audlegacy
changeset 1903:b52f117255b0 trunk
[svn] - 1.2.1 release
author | nenolod |
---|---|
date | Tue, 24 Oct 2006 13:29:52 -0700 |
parents | e549a118c972 |
children | 4960ba312ffe |
files | ChangeLog NEWS configure.ac |
diffstat | 3 files changed, 18 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Oct 24 13:17:19 2006 -0700 +++ b/ChangeLog Tue Oct 24 13:29:52 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-24 20:17:19 +0000 William Pitcock <nenolod@nenolod.net> + revision [2761] + - fix memory leak once and for bloody all + + trunk/audacious/widgets/playlist_list.c | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + + 2006-10-24 08:30:49 +0000 William Pitcock <nenolod@nenolod.net> revision [2759] - make a note about the 1.2 release page.
--- a/NEWS Tue Oct 24 13:17:19 2006 -0700 +++ b/NEWS Tue Oct 24 13:29:52 2006 -0700 @@ -1,4 +1,12 @@ -Audacious 1.2.0 (2006-10-??) +Audacious 1.2.1 (2006-10-23) + +Enhancements +* None + +Bugfixes +* [player] memory leak fixes + +Audacious 1.2.0 (2006-10-23) Enhancements * Russian character set support via latest librcd
--- a/configure.ac Tue Oct 24 13:17:19 2006 -0700 +++ b/configure.ac Tue Oct 24 13:29:52 2006 -0700 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([audacious], [1.2.0], [bugs+audacious@atheme.org]) +AC_INIT([audacious], [1.2.1], [bugs+audacious@atheme.org]) AC_PREREQ([2.59]) AC_CANONICAL_HOST