]> git.sesse.net Git - vlc/blobdiff - ChangeLog
* ./AUTHORS: added myself :)
[vlc] / ChangeLog
index 93b3081cb4f869781e10537aa929032ca31ce56f..10982af3f10fa533281aa58d2326373747950da7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,29 @@
 
 HEAD
 
+  * ./AUTHORS: added ipkiss.
+  * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu
+    item, not yet implemented.
+  * ./plugins/win32/about.dfm: replaced the outdated author list with a
+    "VideoLAN Team" entry.
+  * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
+    replaced the outdated author list with a "VideoLAN Team" entry.
+  * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
+    it does not work, and removed the vlc-a52 package because liba52 is
+    statically linked into vlc.
+  * ./debian/control: added more helpful package descriptions.
+  * ALL: changed version to 0.3.0. Yeah, it's coming.
+  * ./Makefile: fixed make dist.
+  * ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
+  * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1.
+  * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz.
+  * ./Makefile: renamed the `snapshot' rule to `dist'.
+  * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
+  * ./Makefile.modules: modules now depend on Makefile.opts.
+  * ./configure.in: added (hopefully) explicit messages on how to get
+    libdvdcss and link vlc with it.
+  * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
+  * ./plugins/win32/*: Added management for secondary config dialogs
   * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
     contributor is currently working on.
   * ALL: removed libdvdcss from the vlc tree.