From 97c556e481ce49dd0e4e44107b40dbf07acec5fa Mon Sep 17 00:00:00 2001 From: vpmedia Date: Sun, 14 Sep 2014 17:13:30 +0200 Subject: [PATCH] Released 15.0.0 build 3 (first 'real' community version) - improving gitflow from now. --- CHANGES.md | 55 ++++++++++++++++++++++++------------------------------ Makefile | 8 ++++---- 2 files changed, 28 insertions(+), 35 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 565f35171..9f6a5001f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,43 +12,36 @@ CHANGES ## Community Releases -### 1.0.2 +### 15.0.0 +* Aligned version scheme to Adobe AIR SDK +* Added LibOpenSSL v1.0.1i +* Added LibXML2 +* Added MCrypt Cryptography library +* Added MHash Hashing library +* Added BeeCrypt Cryptography library +* Added Nettle Cryptography library +* Added GLS3D library +* Deprecated ObjectiveC support +* Deprecated Legacy ASC support * Updated BMake from VCS -* Updated CMake to v2.8.12.2 +* Updated CMake to v3.0.0 * Updated Make to v4.0 * Updated SWIG to v3.0.0 -* Updated PlayerGlobal to v13.0.0 -* Updated libraries -* Merged libraries from https://github.com/alexmac/alcextra -* Merged examples from https://github.com/alexmac/alcexamples -* Improved cross-platform compatibility of sources -* Created SourceForge project: http://sourceforge.net/projects/crossbridge-community/ - -### 1.0.3 - -* Updated PlayerGlobal to v14.0.0 +* Updated 3rd party libraries +* Updated PlayerGlobal to v15.0.0 * Updated ASC2 Compiler to v14.0.0 -* Deprecated ObjectiveC support -* Deprecated Legacy ASC support -* Enabled ASC2 parallel compilation -* Improved AS3 logging for threads - -### 1.0.4 - * Updated AVMPlus from https://github.com/adobe-flash/avmplus -* Added LibOpenSSL -* Added LibXML2 -* Updated CMake to v3.0.0 +* Merged libraries from https://github.com/alexmac/alcextra +* Merged examples from https://github.com/alexmac/alcexamples * Moved Examples to https://github.com/crossbridge-community +* Migrated SourceForge project: http://sourceforge.net/projects/crossbridge-community/ +* Minor bug fixes +* Improved ASC2 compilation +* Improved cross-platform compatibility of sources +* Improved AS3 CModule logging +* Improved AS3 CModule performance -### 1.0.5 +### 16.0.0 -* Updated OpenSSL to v1.0.1i -* Added MCrypt Cryptography Library -* Added MHash Hashing Library -* Added BeeCrypt Cryptography Library -* Added Nettle Cryptography Library -* Integrated GLS3D -* Improved performance -* Updated PlayerGlobal to v15.0.0 +TBA \ No newline at end of file diff --git a/Makefile b/Makefile index 8aeb4c1d3..fcb552f70 100644 --- a/Makefile +++ b/Makefile @@ -459,10 +459,10 @@ clean_libs: rm -rf $(DEPENDENCY_LIBSDLIMAGE) rm -rf $(DEPENDENCY_LIBSDLMIXER) rm -rf $(DEPENDENCY_LIBSDLTTF) - #rm -rf $(DEPENDENCY_LIBSDL2) - #rm -rf $(DEPENDENCY_LIBSDL2IMAGE) - #rm -rf $(DEPENDENCY_LIBSDL2MIXER) - #rm -rf $(DEPENDENCY_LIBSDL2TTF) + rm -rf $(DEPENDENCY_LIBSDL2) + rm -rf $(DEPENDENCY_LIBSDL2IMAGE) + rm -rf $(DEPENDENCY_LIBSDL2MIXER) + rm -rf $(DEPENDENCY_LIBSDL2TTF) rm -rf $(DEPENDENCY_LIBTIFF) rm -rf $(DEPENDENCY_LIBTOOL) rm -rf $(DEPENDENCY_LIBVORBIS)