[vlc-commits] Update NEWS and MODULES_LIST

Jean-Baptiste Kempf git at videolan.org
Thu Jan 7 21:20:57 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan  7 21:12:25 2016 +0100| [478ab0ba1dce117e8e6fea6c1c675a4e795cbb83] | committer: Jean-Baptiste Kempf

Update NEWS and MODULES_LIST

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=478ab0ba1dce117e8e6fea6c1c675a4e795cbb83
---

 NEWS                 |    5 ++++-
 modules/MODULES_LIST |    6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index f5d6022..25b2ebc 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Core:
    and rewrite the parsing of those files
  * VLC now assumes vlcrc config file is in UTF-8
  * Add a keystore API: fetch and store password for common protocols (HTTP,
- * SMB, SFTP, FTP, ...)
+   SMB, SFTP, FTP, RTSP ...)
 
 Access:
  * Support HDS (Http Dynamic Streaming) from Adobe (f4m, f4v, etc.)
@@ -179,6 +179,9 @@ Misc
  * Update libVLC doxygen modules
  * Add a text-to-speech renderer for subtitles on OS X/iOS
  * Add a text-to-speech renderer for subtitles on Windows
+ * Add Gnome libsecret-based crypto keystore
+ * Add KDE Kwallet-based crypto keystore
+ * Add a plaintext keystore
 
 Removed modules
  * Atmo video filter
diff --git a/modules/MODULES_LIST b/modules/MODULES_LIST
index d6ffe08..c8d9311 100644
--- a/modules/MODULES_LIST
+++ b/modules/MODULES_LIST
@@ -201,10 +201,8 @@ $Id$
  * kai: OS/2 audio output
  * karaoke: simple karaoke audio filter
  * kate: kate text bitstream decoder
- * keystore_kwallet: store secrets via KDE Kwallet
- * keystore_plaintext: store secrets in a plaintext file (insecure)
- * keystore_secret: store secrets via Gnome libsecret
  * kva: OS/2 video output
+ * kwallet: store secrets via KDE Kwallet
  * libass: Subtitle renderers using libass
  * libbluray: Library to access Blu-Ray drives
  * libmpeg2: Mpeg2 video decoder using libmpeg2
@@ -287,6 +285,7 @@ $Id$
  * packetizer_vc1: VC-1 video packetizer
  * panoramix: image wall panoramic video with edge blending filter
  * param_eq: parametric equalizer
+ * plaintext_keystore: store secrets in a plaintext file (insecure)
  * playlist: playlist import module
  * png: PNG images decoder
  * podcast: podcast feed parser
@@ -333,6 +332,7 @@ $Id$
  * sd_journal: logger output to SystemD journal
  * sdl_image: SDL-based image decoder
  * sdp: SDP fake access
+ * secret: store secrets via Gnome libsecret
  * securetransport: TLS module for OS X and iOS
  * sepia: Sepia video filter
  * sftp: SFTP network access module



More information about the vlc-commits mailing list