[vlc-devel] commit: 0.9.4-git -> 0.9.4 and update of NEWS (Derk-Jan Hartman )
git version control
git at videolan.org
Fri Oct 3 14:56:25 CEST 2008
vlc | branch: 0.9-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Fri Oct 3 14:55:47 2008 +0200| [a577b588951115ecfd0cc698f5e833aec8e8071c] | committer: Derk-Jan Hartman
0.9.4-git -> 0.9.4 and update of NEWS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a577b588951115ecfd0cc698f5e833aec8e8071c
---
NEWS | 13 ++++++++++++-
configure.ac | 4 ++--
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 3f4b18b..77a1bfe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
-Changes between 0.9.3 and 0.9.4-git:
+Changes between 0.9.3 and 0.9.4:
------------------------------------
+Various bugfixes:
+ * Crashes fixed in ogg, vobsub, dvdread
+ * Fixes several memory leaks.
+
+Mac OS X port:
+ * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
+ * Fixed a crash with deletion of old preferences.
+ * Fixed targetname for downloaded updates
+
+Windows port:
+ * Stability fix for the video output.
Changes between 0.9.2 and 0.9.3:
diff --git a/configure.ac b/configure.ac
index c7868aa..53c4a91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
dnl Autoconf settings for vlc
-AC_INIT(vlc, 0.9.4-git)
+AC_INIT(vlc, 0.9.4)
VERSION_MAJOR="0"
VERSION_MINOR="9"
VERSION_REVISION="4"
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
CODENAME="Grishenko"
More information about the vlc-devel
mailing list