Mercurial > pidgin.yaz
changeset 32106:a7cf3dbaba02
Oh yeah, we're trying not to update ChangeLog.win32. Changing our
release process to not verify the date in that file
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 07 Jun 2011 09:09:44 +0000 |
parents | 0635b0a129a0 |
children | 5c801881c7c5 4cf5cf0248d9 |
files | ChangeLog.win32 Makefile.am |
diffstat | 2 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog.win32 Tue Jun 07 09:04:54 2011 +0000 +++ b/ChangeLog.win32 Tue Jun 07 09:09:44 2011 +0000 @@ -1,9 +1,6 @@ Starting with Pidgin version 2.7.1, this ChangeLog file will no longer be updated. It will be kept in the source tree for historical reasons only. -version 2.8.0 (06/07/2011): - * No changes - version 2.7.1 (05/29/2010): * No changes
--- a/Makefile.am Tue Jun 07 09:04:54 2011 +0000 +++ b/Makefile.am Tue Jun 07 09:09:44 2011 +0000 @@ -55,7 +55,6 @@ # For all releases, check the ChangeLogs. head ChangeLog | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null - head ChangeLog.win32 | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null head po/ChangeLog | grep "^version $(PACKAGE_VERSION)$$" >/dev/null # Ensure we're working from a tag...