Release 1.7.23.

This commit is contained in:
Erich E. Hoover 2014-07-25 21:15:11 -06:00
parent 7b41f47a27
commit 59a227fea5
2 changed files with 5 additions and 5 deletions

View File

@ -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

4
debian/changelog vendored
View File

@ -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 <erich.e.hoover@gmail.com> Fri, 25 Jul 2014 19:44:02 -0600
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 25 Jul 2014 21:12:42 -0600
wine-compholio (1.7.22) unstable; urgency=low
* Implement passing ACLs to CreateProcess.