Skip to content

Commit

Permalink
Update CHANGELOG for v1.2.1
Browse files Browse the repository at this point in the history
Change-Id: I3576823c43adc8b22faa74e863ccf460976aad3e
  • Loading branch information
kqyang committed Nov 19, 2015
1 parent 59b9939 commit e3cefdd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
## [1.2.1] - 2015-11-18
### Fixed
- Fixed a deadlock in MpdBuilder which could lead to program hang #45
- Fixed a race condition in MpdNotifier which could lead to corrupted mpd #49
- Improved support for WVM files:
- Support files with no PES stream ID metadata.
- Support files with multiple audio or video configurations.
- Fixed a race condition when flushing ThreadedIoFile which may cause flush
to be called before file being written; fixed another race condition in
ThreadedIoFile if there is an error in reading or writing files.
- Relaxed requirement on reserved bits when parsing AVCC #44
- Fixed stropts.h not found issue in CentOS 7.

## [1.2.0] - 2015-10-01
### Added
- Added [docker](https://www.docker.com/) support. Thanks @leandromoreira.
Expand Down

0 comments on commit e3cefdd

Please sign in to comment.