[vlc-commits] 1.1.6.1 to help linux distributions
Jean-Baptiste Kempf
git at videolan.org
Fri Jan 28 12:01:45 CET 2011
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 28 11:55:59 2011 +0100| [e1dd2e04838d5f9087b8044cdef478f4769bfaf7] | committer: Jean-Baptiste Kempf
1.1.6.1 to help linux distributions
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=e1dd2e04838d5f9087b8044cdef478f4769bfaf7
---
NEWS | 8 ++++++--
configure.ac | 6 +++---
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index a26da79..9650ff9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,13 @@
-Changes between 1.1.6 and 1.1.7-git:
----------------------------------
+Changes between 1.1.6 and 1.1.6.1:
+----------------------------------
Interfaces:
* KDE: work around file dialog freeze due to KMimeTypeRepository and QProcess
+Source:
+ * Fix libnotify, lirc, pulse building and packaging for Unix/Linux
+
+
Changes between 1.1.5 and 1.1.6:
---------------------------------
diff --git a/configure.ac b/configure.ac
index 90dd971..aaa4e85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2011 the VideoLAN team])
-AC_INIT(vlc, 1.1.7-git)
+AC_INIT(vlc, 1.1.6.1)
VERSION_MAJOR="1"
VERSION_MINOR="1"
-VERSION_REVISION="7"
-VERSION_EXTRA="-git"
+VERSION_REVISION="6"
+VERSION_EXTRA="1"
PKGDIR="vlc"
AC_SUBST(PKGDIR)
More information about the vlc-commits
mailing list