[kaffeine] /: Bump version to 2.0.17

Mauro Carvalho Chehab null at kde.org
Thu May 2 00:36:10 BST 2019


Git commit ccf46ac8629ff17b6bd36940bacfe1e759c85dc8 by Mauro Carvalho Chehab.
Committed on 01/05/2019 at 23:33.
Pushed by mauroc into branch 'master'.

Bump version to 2.0.17

-   Fix GCC 9 warnings (due to -Wdeprecated-copy)
-   dvbtab: remove unused hide cursor logic
-   dvbdevice: fix a race condition with frontend timeout
-   dvbdevice_linux: improve some warning messages
-   mediawidget: fix a regression with next/previous logic
-   scanfile.dvb: update it to reflect last changes
-   dvbepgdialog: allow showing channels with empty EPG
-   index.docbook: some updates at the doc guide
-   index.docbook: add documentation about XMLTV support
-   Add support for reading EPG from xmltv files
-   Add support for disabling MPEG-TS EPG reception
-   README.md: add a quick description about xmltv
-   dvbconfigdialog: remove an extra addLayout()
-   iso-codes: add support for handling 2-letter codes as well
-   dvbdevice_linux: remove unused frontendFd
-   dvb: fix initialization for some objects
-   backend-vlc: don't leak metadata
-   backend-vlc: remove two temporary debug logs
-   backend-vlc: only release libvlc_media_new() when stopped
-   mediawidget: increase language popup size
-   mediawidget: define a policy for the audio combo dropbox
-   backend-vlc: ensure that audio stream will be a valid value
-   backend-vlc: update metadata at stop()
-   backend-vlc: release libvlc_media at destroy method
-   backend-vlc: add other events to the list of possible types
-   backend-vlc: simplify events handling logic
-   backend-vlc: print unhandled libVLC events by name
-   backend-vlc: update audio streams at metadata change
-   mainwindow: associate control bar to main window widget
-   backend-vlc: avoid memory leaks
-   mainwindow: free configuration at exit
-   mainwindow: better implement close event
-   backend-vlc: don't leak timer at object destroy
-   vlcmediawidget: properly initialize the class
-   vlcmediawidget: initialize urlIsAudioCd and trackNumber variables
-   backend-vlc: store current audio stream

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung at kernel.org>

M  +1    -1    CMakeLists.txt
M  +38   -0    Changelog
M  +3    -5    doc/index.docbook

https://commits.kde.org/kaffeine/ccf46ac8629ff17b6bd36940bacfe1e759c85dc8

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7328595..b13c262 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ project(kaffeine)
 
 set(KAFFEINE_MAJOR_VERSION 2)
 set(KAFFEINE_MINOR_VERSION 0)
-set(KAFFEINE_PATCH_VERSION 16)
+set(KAFFEINE_PATCH_VERSION 17)
 
 # comment/uuncomment below if either the version is a production or a development one
 #set(KAFFEINE_EXTRA_VERSION -git)
diff --git a/Changelog b/Changelog
index bf9b3e0..6500f48 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,44 @@
 Kaffeine Changelog
 ==================
 
+Version 2.0.17 (2019-05-01):
+-   Fix GCC 9 warningd (due to -Wdeprecated-copy)
+-   dvbtab: remove unused hide cursor logic
+-   dvbdevice: fix a race condition with frontend timeout
+-   dvbdevice_linux: improve some warning messages
+-   mediawidget: fix a regression with next/previous logic
+-   scanfile.dvb: update it to reflect last changes
+-   dvbepgdialog: allow showing channels with empty EPG
+-   index.docbook: some updates at the doc guide
+-   index.docbook: add documentation about XMLTV support
+-   Add support for reading EPG from xmltv files
+-   Add support for disabling MPEG-TS EPG reception
+-   README.md: add a quick description about xmltv
+-   dvbconfigdialog: remove an extra addLayout()
+-   iso-codes: add support for handling 2-letter codes as well
+-   dvbdevice_linux: remove unused frontendFd
+-   dvb: fix initialization for some objects
+-   backend-vlc: don't leak metadata
+-   backend-vlc: remove two temporary debug logs
+-   backend-vlc: only release libvlc_media_new() when stopped
+-   mediawidget: increase language popup size
+-   mediawidget: define a policy for the audio combo dropbox
+-   backend-vlc: ensure that audio stream will be a valid value
+-   backend-vlc: update metadata at stop()
+-   backend-vlc: release libvlc_media at destroy method
+-   backend-vlc: add other events to the list of possible types
+-   backend-vlc: simplify events handling logic
+-   backend-vlc: print unhandled libVLC events by name
+-   backend-vlc: update audio streams at metadata change
+-   mainwindow: associate control bar to main window widget
+-   backend-vlc: avoid memory leaks
+-   mainwindow: free configuration at exit
+-   mainwindow: better implement close event
+-   backend-vlc: don't leak timer at object destroy
+-   vlcmediawidget: properly initialize the class
+-   vlcmediawidget: initialize urlIsAudioCd and trackNumber variables
+-   backend-vlc: store current audio stream
+
 Version 2.0.16 (2019-01-14):
 -   Immediately apply the new audio language if the user changes it while
     a channel is being playing;
diff --git a/doc/index.docbook b/doc/index.docbook
index a7e166c..b05a42d 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -41,15 +41,13 @@
 
 <copyright>
 <year>2004</year>
-<year>2016</year>
-<year>2017</year>
-<year>2018</year>
+<year>2016-2019</year>
 <holder>The &kaffeine; Authors.</holder>
 </copyright>
 <legalnotice>&FDLNotice;</legalnotice>
 
-<date>2018-04-27</date>
-<releaseinfo>&kaffeine; 2.0.15</releaseinfo>
+<date>2019-05-01</date>
+<releaseinfo>&kaffeine; 2.0.17</releaseinfo>
 
 <!-- Abstract about this handbook -->
 


More information about the kde-doc-english mailing list