Skip to content

Commit

Permalink
Released 15.0.0 build 3 (first 'real' community version) - improving …
Browse files Browse the repository at this point in the history
…gitflow from now.
  • Loading branch information
vpmedia committed Sep 14, 2014
1 parent d34cc7c commit 97c556e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 35 deletions.
55 changes: 24 additions & 31 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 97c556e

Please sign in to comment.