[vlc-commits] [Git][videolan/npapi-vlc][master] Update NEWS for 3.0.3 and copyright

Jean-Baptiste Kempf gitlab at videolan.org
Tue Feb 5 16:41:42 CET 2019


Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Browser Plugins


Commits:
784b0643 by Jean-Baptiste Kempf at 2019-02-05T15:40:56Z
Update NEWS for 3.0.3 and copyright

- - - - -


2 changed files:

- NEWS
- configure.ac


Changes:

=====================================
NEWS
=====================================
@@ -1,3 +1,9 @@
+Changes between VLC plugins 2.2.6 and 3.0.3:
+--------------------------------------------
+
+ * Fix MediaPlayerChapterChangedEvent event propagation
+
+
 Changes between VLC plugins 2.2.6 and 3.0.0:
 --------------------------------------------
 
@@ -5,7 +11,6 @@ Core:
  * Add ChapterChanged, Vout, (Un)Muted, AudioVolume events
  * Fix usage of toggleTeletext() for 3.0 builds
  * Support for multiple video tracks selection
- * Fix MediaPlayerChapterChangedEvent event propagation
 
 ActiveX:
  * Support video scaling set|get


=====================================
configure.ac
=====================================
@@ -1,6 +1,6 @@
 dnl Autoconf settings for npapi-vlc
 
-AC_COPYRIGHT([Copyright 2002-2018 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 2002-2019 VLC authors and VideoLAN])
 
 AC_INIT(npapi-vlc, 3.0.3)
 VERSION_MAJOR="3"
@@ -18,7 +18,7 @@ case $( echo ${VERSION_EXTRA}|wc -m ) in
        *) if test "${VERSION_EXTRA}" = "-git"; then VERSION_EXTRA_RC="666"; else VERSION_EXTRA_RC="99"; fi
 esac
 AC_SUBST(VERSION_EXTRA_RC)
-COPYRIGHT_YEARS="2002-2018"
+COPYRIGHT_YEARS="2002-2019"
 AC_SUBST(COPYRIGHT_YEARS)
 COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} VLC authors and VideoLAN"
 AC_SUBST(COPYRIGHT_MESSAGE)



View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/commit/784b0643c89878f589472b849bbc709d8846a926

-- 
View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/commit/784b0643c89878f589472b849bbc709d8846a926
You're receiving this email because of your account on code.videolan.org.


More information about the vlc-commits mailing list