Skip to content

Commit

Permalink
@3.9.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kanreisa committed Aug 22, 2021
1 parent bceca16 commit daedf1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Performance improvements, fixes for memory leaks and bugs related to EPG process
- **config/server**: Remove `overflowTimeLimit`.
- **ts-filter**: Remove own overflow handling as it no longer makes sense.
- **ts-filter**: Fix memory leak when comparing CRC of broken PAT packet processing. (bug)
- **ts-filter**: Fix a problem in which the _close() function sometimes didn't call properly when the tuner was intercepted. (bug)
- **ts-filter**: Change EIT\[p/f\] information to use in EPG.
- **epg**: Add support for multiple EIT types.
- **epg**: Fix wrong event group processing. (bug)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mirakurun",
"preferGlobal": true,
"description": "Japanese DTV Tuner Server Service.",
"version": "3.9.0-beta.1",
"version": "3.9.0-beta.2",
"homepage": "https://github.com/Chinachu/Mirakurun",
"keywords": [
"mirakurun",
Expand Down

0 comments on commit daedf1e

Please sign in to comment.