From 59a227fea57395c63eb4da19aa31d4f3f84d4b5b Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Fri, 25 Jul 2014 21:15:11 -0600 Subject: [PATCH] Release 1.7.23. --- README.md | 6 +++--- debian/changelog | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b067b54..f4f03cb7 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,14 @@ all details. Make sure to install all required Wine dependencies before proceedi As the first step please grab the latest Wine source: ```bash -wget http://prdownloads.sourceforge.net/wine/wine-1.7.22.tar.bz2 -wget https://github.com/compholio/wine-compholio-daily/archive/v1.7.22.tar.gz +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 ``` Extract the archives: ```bash tar xvjf wine-1*.tar.bz2 cd wine-1* -tar xvzf ../v1.7.22.tar.gz --strip-components 1 +tar xvzf ../v1.7.23.tar.gz --strip-components 1 ``` And apply the patches: ```bash diff --git a/debian/changelog b/debian/changelog index 5dc4b45a..980037b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -wine-compholio (1.7.23) UNRELEASED; urgency=low +wine-compholio (1.7.23) unstable; urgency=low * Rewrite of patch system to simplify maintaining large patchsets. * Fix failing Junction Point test. * Fix possible race conditions in strmbase/quartz. @@ -11,7 +11,7 @@ wine-compholio (1.7.23) UNRELEASED; urgency=low * Downgraded Arial replacement font to Liberation Sans v1.07.3. * Remove relative Junction Point linking for now (breaks tests). * Added WenQuanYi Micro Hei (GPLv3) as a Microsoft Yahei replacement. - -- Erich E. Hoover Fri, 25 Jul 2014 19:44:02 -0600 + -- Erich E. Hoover Fri, 25 Jul 2014 21:12:42 -0600 wine-compholio (1.7.22) unstable; urgency=low * Implement passing ACLs to CreateProcess.