diff -Nru kodi-pvr-argustv-2.1.0/debian/changelog kodi-pvr-argustv-2.2.0/debian/changelog --- kodi-pvr-argustv-2.1.0/debian/changelog 2016-02-28 12:41:18.000000000 +0000 +++ kodi-pvr-argustv-2.2.0/debian/changelog 2016-03-13 20:45:04.000000000 +0000 @@ -1,29 +1,30 @@ -kodi-pvr-argustv (2.1.0-1~vivid) vivid; urgency=low +kodi-pvr-argustv (2.2.0-1~vivid) vivid; urgency=low [ kodi ] * autogenerated dummy changelog [ wsnipex ] - * v2.1.0 (14-02-2016) - Update to PVR addon API v5.0.0 v2.0.1 (23-01- - 2016) - Updated language files from Transifex v2.0.0 (17-01-2016) - - Initial Kodi Krypton version. v1.11.9 (10-01-2016) - Updated - language files from Transifex v1.11.8 (03-01-2016) - Updated - language files from Transifex v1.11.7 (08-12-2015) - Updated - language files from Transifex v1.11.6 (19-09-2015) - Update to PVR - addon API v4.1.0 v1.11.5 (09-09-2015) - Updated to PVR API v4.0.0 - v1.11.4 (04-08-2015) - Updated to PVR API v3.0.0 (API 1.9.7 - compatibility mode) v1.11.3 (19-07-2015) - Updated to PVR API v2.1.0 - - Automatically fill in platform and library name v1.11.2 (17-07- - 2015) - Debian packaging: fix library install path - Miscellaneous - backend fixes v1.11.1 (04-07-2015) - Updated to PVR API v2.0.0 - v1.11.0 (03-07-2015) - Updated to PVR API v1.9.7 v1.10.9 (29-06- - 2015) - Coverity fixes v1.10.8 (28-06-2015) - Updated language files - from Transifex v1.10.7 (11-04-2015) - Added option for all - recordings to be in folders v1.10.6 (04-05-2015) - Updated to use - new libplatform-dev v1.10.5 (09-04-2015) - Fix race condition on - Channel GUID cache v1.10.4 (28-03-2015) - Updated to PVR API v1.9.6 - v1.10.3 (14-03-2015) - TSReader: attempt to fix a crash on RPi due - to xbmc/xbmc#6306 This PR introduced a 2nd FileReader class in Kodi + * v2.2.0 (08-03-2016) - Update to PVR addon API v5.1.0 v2.1.0 (14-02- + 2016) - Update to PVR addon API v5.0.0 v2.0.1 (23-01-2016) - Updated + language files from Transifex v2.0.0 (17-01-2016) - Initial Kodi + Krypton version. v1.11.9 (10-01-2016) - Updated language files from + Transifex v1.11.8 (03-01-2016) - Updated language files from + Transifex v1.11.7 (08-12-2015) - Updated language files from + Transifex v1.11.6 (19-09-2015) - Update to PVR addon API v4.1.0 + v1.11.5 (09-09-2015) - Updated to PVR API v4.0.0 v1.11.4 (04-08- + 2015) - Updated to PVR API v3.0.0 (API 1.9.7 compatibility mode) + v1.11.3 (19-07-2015) - Updated to PVR API v2.1.0 - Automatically + fill in platform and library name v1.11.2 (17-07-2015) - Debian + packaging: fix library install path - Miscellaneous backend fixes + v1.11.1 (04-07-2015) - Updated to PVR API v2.0.0 v1.11.0 (03-07- + 2015) - Updated to PVR API v1.9.7 v1.10.9 (29-06-2015) - Coverity + fixes v1.10.8 (28-06-2015) - Updated language files from Transifex + v1.10.7 (11-04-2015) - Added option for all recordings to be in + folders v1.10.6 (04-05-2015) - Updated to use new libplatform-dev + v1.10.5 (09-04-2015) - Fix race condition on Channel GUID cache + v1.10.4 (28-03-2015) - Updated to PVR API v1.9.6 v1.10.3 (14-03- + 2015) - TSReader: attempt to fix a crash on RPi due to + xbmc/xbmc#6306 This PR introduced a 2nd FileReader class in Kodi which conflicts with the PVR addon one... The PVR FileReader class is now inside an ArgusTV namespace v1.10.2 (08-03-2015) - Updated to PVR API v1.9.5 v1.10.1 (17-02-2015) - Updated to PVR API v1.9.4 @@ -149,4 +150,4 @@ (tsbuffer only, no rtsp), basic EPG - Tested ForTheRecord Argus version: v1.5.0.3 - -- wsnipex Sun, 28 Feb 2016 13:41:18 +0100 + -- wsnipex Sun, 13 Mar 2016 21:45:04 +0100 diff -Nru kodi-pvr-argustv-2.1.0/debian/changelog.tmp kodi-pvr-argustv-2.2.0/debian/changelog.tmp --- kodi-pvr-argustv-2.1.0/debian/changelog.tmp 2016-02-28 12:40:39.000000000 +0000 +++ kodi-pvr-argustv-2.2.0/debian/changelog.tmp 2016-03-13 20:44:22.000000000 +0000 @@ -1,4 +1,4 @@ -kodi-pvr-argustv (2.1.0-1~#DIST#) #DIST#; urgency=low +kodi-pvr-argustv (2.2.0-1~#DIST#) #DIST#; urgency=low [ kodi ] * autogenerated dummy changelog diff -Nru kodi-pvr-argustv-2.1.0/pvr.argustv/addon.xml.in kodi-pvr-argustv-2.2.0/pvr.argustv/addon.xml.in --- kodi-pvr-argustv-2.1.0/pvr.argustv/addon.xml.in 2016-02-19 08:48:16.000000000 +0000 +++ kodi-pvr-argustv-2.2.0/pvr.argustv/addon.xml.in 2016-03-08 22:52:16.000000000 +0000 @@ -1,12 +1,12 @@  - + TransferRecordingEntry(handle, &tag); iNumRecordings++; }