[vlc-commits] commit: Prepare for VLC 1.1.4.1 (Mac OS X PowerPC only) ( Felix Paul Kühne )
git at videolan.org
git at videolan.org
Fri Sep 24 11:02:18 CEST 2010
vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Sep 24 11:01:52 2010 +0200| [fddb42c0133078e9a727ebfe2a6ed191399c2e47] | committer: Felix Paul Kühne
Prepare for VLC 1.1.4.1 (Mac OS X PowerPC only)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=fddb42c0133078e9a727ebfe2a6ed191399c2e47
---
NEWS | 12 ++++++++----
configure.ac | 6 +++---
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/NEWS b/NEWS
index f35d1a4..591141f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,16 @@
-Changes between 1.1.4 and 1.1.5-git:
---------------------------------
+Changes between 1.1.4 and 1.1.4.1:
+----------------------------------
-Translations:
- * New Armenian translation
+Mac OS X:
+ * Fixed playback of videos with widths divisible by 16
+ * Fixed an issue with the Equalizer's 170Hz slider
Demuxer:
* Fix crash when closing rtsp streams
+Translations:
+ * New Armenian translation
+
Changes between 1.1.3 and 1.1.4:
--------------------------------
diff --git a/configure.ac b/configure.ac
index 775135d..fcfd808 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team])
-AC_INIT(vlc, 1.1.5-git)
+AC_INIT(vlc, 1.1.4.1)
VERSION_MAJOR="1"
VERSION_MINOR="1"
-VERSION_REVISION="5"
-VERSION_EXTRA="-git"
+VERSION_REVISION="4"
+VERSION_EXTRA=".1"
PKGDIR="vlc"
AC_SUBST(PKGDIR)
More information about the vlc-commits
mailing list