NEWS, README: Updated for 0.44.04 0.44.04
authorJerome St-Louis <jerome@ecere.com>
Sun, 10 Mar 2013 15:46:13 +0000 (11:46 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sun, 10 Mar 2013 15:46:13 +0000 (11:46 -0400)
NEWS
README

diff --git a/NEWS b/NEWS
index a003586..4f83e73 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Ecere SDK 0.44.04 (March 10, 2013)
+
+   * Various Bug Fixes
+   * MinGW-w64 Support
+   * 64 Bit Support
+   * Basic Android Support
+   * Improved FreeBSD Support
+   * Improved OS X Support
+----------------------------------------
 Ecere SDK 0.44.03 (January 27, 2013)
 
    * Renaming libec0 Debian package to libecc0 to solve conflict with "Library for modular symbols and elliptic curves over Q" in Sid
diff --git a/README b/README
index a783811..7ea6c33 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-The Ecere SDK v0.44 - http://ecere.com
+The Ecere SDK v0.44.04 - http://ecere.com
 
 Free Open Source Software released under the New BSD license.
 
@@ -51,7 +51,7 @@ Daily-built Ubuntu Debian packages are available from our Ubuntu PPA:
 To build from source, simply type make (mingw32-make on Windows).
 
 It should build fine on Linux, on Windows with MinGW or MinGW-w64,
-on Mac OS X with Xcode command line tools installed or on FreeBSD.
+on Mac OS X with Xcode command line tools installed or on FreeBSD (with gmake).
 
 Executables can also be deployed to the Android platform using the Android NDK.