]> git.sesse.net Git - vlc/blobdiff - NEWS
std: cosmetic
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 72156233bb6a1209d0fd8d39a91f6587e49630c8..3eb36a7b494561faf1ba658dbc5aae31cb9fb495 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,20 @@
 Changes between 1.1.0 and 1.2.0-git:
 ------------------------------------
 
+Important changes for packagers:
+ * The default builds now assume that the operating system uses UTF-8 for
+   its file systems and files content (except the Windows port). If this is
+   not acceptable, pass --enable-non-utf8 to the configure script.
+
+Access
+ * Multiple files are supported from RAR files
+
 Codecs
  * You can now use ffmpeg-mt in conjunction with vlc
 
+Interfaces
+ * The telnet interface has been removed in the favour of the lua one
+
 Video Filter:
  * New gradfun filter for debanding videos using dithering
 
@@ -16,7 +27,7 @@ Stream output:
     dst=public_html/iphonestreamfile-###.ts}"
 
 
-Changes between 1.0.5 and 1.1.0:
+Changes between 1.0.6 and 1.1.0:
 --------------------------------
 Important changes for users:
  * On Linux, known bugs in the ALSA library might prevent audio output.
@@ -62,7 +73,7 @@ Decoders:
  * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
  * Direct rendering is used more often with H.264 in avcodec module
  * Support for MPEG-4 ALS lossless audio codec
- * Support for VP8 codec (source code version only)
+ * Support for VP8 codec
 
 Demuxers:
  * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
@@ -110,7 +121,6 @@ Visualization:
 Service discovery:
  * Service discoveries can now be written in lua
  * Service discovery for Picture/Music/Video user directories
- * Service discovery based on libudev
  * Shoutcast Service discoveries are now removed
 
 Encoders:
@@ -155,6 +165,7 @@ Misc:
  * new sqlite module
  * --save-config command line option not supported anymore.
  * Fixed and reenabled netsync module.
+ * Improved Solaris port
 
 Bindings:
  * new C++ wrapper around libVLC: libVLCpp