Skip to content

Commit

Permalink
prepare release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbluelle committed Jun 2, 2018
1 parent 82d2a6e commit 7080a98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(LIGHTSPARK)
SET(MAJOR_VERSION "0")
SET(MINOR_VERSION "8")
SET(PATCH_VERSION "0")
SET(PATCH_VERSION "1")
SET(SUBPATCH_VERSION "0")

IF(EXISTS "${CMAKE_SOURCE_DIR}/.git/")
Expand Down
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
lightspark: An open source flash player implementation

Version NEXT:
Version 0.8.1:

* make plugins work with newer versions of firefox and chromium
* partially implement flash.net.Socket
* several performance improvements, but lightspark is still slower than adobe player
* fix several rendering issues
* implement support for Stage3D
* partially implement MorphShape rendering
Expand Down

0 comments on commit 7080a98

Please sign in to comment.