-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2015-10-03 Rinat Ibragimov <[email protected]> | ||
|
||
* release: v0.3.3 | ||
* graphics: update fullscreen size at the very end of transition | ||
* net: implement PPB_NetAddress;1.0 inferface | ||
* audio: add "noaudio" backend which only provide sync events | ||
* misc: track origin threads of callbacks | ||
* misc: drop libconfig dependency, use own config parser | ||
* misc: avoid calling Javascript in NPP_SetWindow() | ||
* misc: fix -fvisibility=hidden build issue | ||
* misc: rename file name to libfreshwrapper-flashplayer.so | ||
|
||
2015-08-17 Rinat Ibragimov <[email protected]> | ||
|
||
* release: v0.3.2 | ||
|