From: Vadim Zeitlin Date: Mon, 28 Jan 2002 16:43:29 +0000 (+0000) Subject: wxWindows builds with Solaris and FreeBSD native makes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/188b6ff729636daf63a243bb719ee17ed4d90eea wxWindows builds with Solaris and FreeBSD native makes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index b55c0a54ba..4cdb6bdaad 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -64,6 +64,10 @@ Unix ports: and the compiler flags for C++ files only, CFLAGS should still be used to compile pure C files. + +OTHER CHANGES +============= + 2.3.3 ----- @@ -75,6 +79,11 @@ wxBase: - memory leak in wxHTTP fixed (Dimitri) - fixes to AM_PATH_WXCONFIG autoconf macro +Unix (Base/GUI): + +- wxWindows may be built using BSD and Solaris (and possibly other) make + programs and not only GNU make + All (GUI): - significantly improved native font support