From 18524f3386f799fd0a2456005550ff6d25b20a30 Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Fri, 8 Aug 2014 22:06:43 -0600 Subject: [PATCH] Release 1.7.24. --- DEVELOPER.md | 6 +++--- debian/changelog | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 6063c810..0a3dbba6 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -32,15 +32,15 @@ before proceeding. As the first step please grab the latest Wine source: ```bash -wget http://prdownloads.sourceforge.net/wine/wine-1.7.23.tar.bz2 -wget https://github.com/compholio/wine-compholio-daily/archive/v1.7.23.tar.gz +wget http://prdownloads.sourceforge.net/wine/wine-1.7.24.tar.bz2 +wget https://github.com/compholio/wine-compholio-daily/archive/v1.7.24.tar.gz ``` Extract the archives: ```bash tar xvjf wine-1*.tar.bz2 cd wine-1* -tar xvzf ../v1.7.23.tar.gz --strip-components 1 +tar xvzf ../v1.7.24.tar.gz --strip-components 1 ``` And apply the patches: diff --git a/debian/changelog b/debian/changelog index 09665432..03833cc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -wine-compholio (1.7.24) UNRELEASED; urgency=low +wine-compholio (1.7.24) unstable; urgency=low * Various further improvements to the patch system. * Added patch to implement inet_pton. * Added patch to implement GetSystemTimes. @@ -25,7 +25,7 @@ wine-compholio (1.7.24) UNRELEASED; urgency=low * Removed patch to create Vista directories (accepted upstream). * Removed strmbase/quartz locking fix patches (accepted upstream). * Removed windowscodecs/PropertyBag patch (accepted upstream). - -- Erich E. Hoover Fri, 08 Aug 2014 14:39:15 -0600 + -- Erich E. Hoover Fri, 08 Aug 2014 22:06:07 -0600 wine-compholio (1.7.23) unstable; urgency=low * Rewrite of patch system to simplify maintaining large patchsets.