Skip to content

Commit

Permalink
Bump addon version to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ksooo committed Mar 17, 2015
1 parent 1564671 commit aee4dc0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pvr.hts/addon.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.hts"
version="2.1.5"
version="2.1.6"
name="Tvheadend HTSP Client"
provider-name="Adam Sutton, Sam Stenvall, Lars Op den Kamp, Kai Sommerfeld">
<requires>
<c-pluff version="0.1"/>
<import addon="xbmc.pvr" version="1.9.5"/>
<import addon="xbmc.pvr" version="1.9.6"/>
<import addon="xbmc.codec" version="1.0.1"/>
</requires>
<extension
Expand Down
13 changes: 9 additions & 4 deletions pvr.hts/changelog.txt
@@ -1,18 +1,23 @@
2.1.6
- updated to PVR API v1.9.6
- added: support for channel group sort index
- fixed: crash while adding/updating timers on the client (double free of a htsp message)

2.1.5
- improved HTSP specification compliance

2.1.4
- Updated to PVR API v1.9.5
- updated to PVR API v1.9.5
- added: avahi discovery
- fixed: lock on exit
- fixed: race when seeking within recordings
- fixed: CHTSPVFS::Read() needs the mutex locked
- removed guilib dep

2.1.1
- Updated to PVR API v1.9.4
- Updated to GUI API v5.8.0
- Updated to Codec API v1.0.1
- updated to PVR API v1.9.4
- updated to GUI API v5.8.0
- updated to Codec API v1.0.1

2.0.5
- fixed incorrect timeout value when deleting recordings (thanks @ksooo)
Expand Down

0 comments on commit aee4dc0

Please sign in to comment.