...which should expand to "0.8.2" rather than "PQ_SDBC_MAJOR.PQ_SDBC_MINOR.PQ_SDBC_MICRO"
### diff --git a/ANNOUNCE b/ANNOUNCE index 42f8e542f7..ed253bc180 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,16 +1,15 @@ -The Wine development release 4.20 is now available. +The Wine development release 4.21 is now available. What's new in this release (see below for details): - - New version of the Mono engine with an FNA update. - - Code persistence in VBScript and JScript. - - Vulkan spec updates. - - Improved support for LLVM MinGW. + - HTTP proxy configuration through DHCP. + - Parameter block support in D3DX9. + - A few more dlls converted to PE. - Various bug fixes. The source is available from the following locations: -
Fixes CVE-2019-9948 CVE-2019-9740 CVE-2019-10160 CVE-2019-16056 and expat CVE-2019-15903. python-3.3.5-pyexpat-symbols.patch.1 fails to apply, and it's a mystery why --with-system-expat is used everywhere but on MacOSX, where 292af048ace2d4b455b2da3a22c784cb05db1d09 disabled it for no obvious reason, so try to remove the special case and get rid of the patch. Change-Id: I5ba4532eb6e7c2fb90daba95d132dcc7c9013d96 Reviewed-on:
### diff --git a/ANNOUNCE b/ANNOUNCE index dfe397e1b0..42f8e542f7 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,15 +1,16 @@ -The Wine development release 4.19 is now available. +The Wine development release 4.20 is now available. What's new in this release (see below for details): - - A number of additional VBScript features. - - More stateblock support in WineD3D. - - Some fixes for ARM64 support. + - New version of the Mono engine with an FNA update. + - Code persistence in VBScript and JScript. + - Vulkan spec updates. + - Improved support for LLVM MinGW. - Various bug fixes. The source is available from the following locations: -
This is going to be the value used anyway, as we didn't specify it.
### diff --git a/ANNOUNCE b/ANNOUNCE index 46582a9d25..dfe397e1b0 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,15 +1,15 @@ -The Wine development release 4.18 is now available. +The Wine development release 4.19 is now available. What's new in this release (see below for details): - - Many new VBScript functions. - - A number of cleanups and improvements in Quartz. - - Fixes for several test failures. + - A number of additional VBScript features. + - More stateblock support in WineD3D. + - Some fixes for ARM64 support. - Various bug fixes. The source is available from the following locations: -
Add the new optional target "binpkgs" to allow to use binary packages, i.e., installing them with pkg(8), instead of building them from dports(7).
'make restartpkgs' is broken because 'make install' would fail if the port is alreay installed.
In the "customizeiso" target, ${ISOROOT}/usr/dports will be removed after installing packages, this conflicts with its creation in the "srcs" target.
Expand %PRODUCTVERSION in a much cleaner way.
### diff --git a/ANNOUNCE b/ANNOUNCE index 33d1b5744f..46582a9d25 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,18 +1,15 @@ -The Wine development release 4.17 is now available. +The Wine development release 4.18 is now available. What's new in this release (see below for details): - - New version of the Mono engine with upstream fixes. - - Support for DXTn compressed textures. - - Initial version of the Windows Script runtime library. - - Support for XRandR device change notifications. - - Support for generating RSA keys. - - Stubless proxies support on ARM64. + - Many new VBScript functions. + - A number of cleanups and improvements in Quartz. + - Fixes for several test failures. - Various bug fixes. The source is available from the following locations: -