summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-01 19:12:47 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-01 19:12:47 +0000
commit41f1dd9e39d4be9c5e5d7b3c5b18eeb56e4ad628 (patch)
tree1283ab342be4d33c14069ffa83c67684d75cf36f
parentfbf165cc62ffb8bf3a7d2c6a75c4b72c4744e4d4 (diff)
downloadgst-libav-41f1dd9e39d4be9c5e5d7b3c5b18eeb56e4ad628.tar.gz
releasing 0.9.7RELEASE-0_9_7
Original commit message from CVS: releasing 0.9.7
-rw-r--r--ChangeLog7
-rw-r--r--NEWS6
-rw-r--r--RELEASE7
m---------common0
-rw-r--r--configure.ac8
5 files changed, 19 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 28cf6d8..a238fd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.9.7 ===
+
+2005-12-01 <thomas (at) apestaart (dot) org>
+
+ * configure.ac:
+ releasing 0.9.7, "Mein Hund Hat Keine Nase"
+
2005-11-28 Julien MOUTTE <julien@moutte.net>
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_class_init),
diff --git a/NEWS b/NEWS
index 65d5fbd..d9bc172 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-This is GStreamer FFmpeg Plug-ins 0.9.6, "Cold Cat"
+This is GStreamer FFmpeg Plug-ins 0.9.7, "Mein Hund Hat Keine Nase"
+
+Changes since 0.9.6:
+
+ * Improved pixel aspect ratio handling
Changes since 0.9.4:
diff --git a/RELEASE b/RELEASE
index 523455b..5b4a8a8 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.6 "Cold Cat"
+GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.7 "Mein Hund Hat Keine Nase"
The GStreamer team is petrified to announce a new release
@@ -35,6 +35,7 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
+ * Improved pixel aspect ratio handling
Bugs fixed in this release
@@ -67,9 +68,7 @@ Applications
Contributors to this release
- * Andy Wingo
- * Jan Schmidt
- * Luca Ognibene
+ * Julien Moutte
* Thomas Vander Stichele
* Tim-Philipp Müller
  \ No newline at end of file
diff --git a/common b/common
-Subproject b0b08bcd66ca385364b6f90663585b09693aec6
+Subproject fe94837afc0b10eaf867156fc29eea0073ba45d
diff --git a/configure.ac b/configure.ac
index 2078162..5ecdcfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,21 +12,21 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 6, 1,
+AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 7, 0,
GST_CVS="no", GST_CVS="yes")
dnl we cheat here so we don't have to change the actual configure code bit
GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO
dnl required GStreamer version
-GST_REQ=0.9.1
+GST_REQ=0.9.7
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
dnl our libraries and install dirs use major.minor as a version
#GST_MAJORMINOR=$GST_FFMPEG_VERSION_MAJOR.$GST_FFMPEG_VERSION_MINOR
dnl hack while GST_MAJORMINOR doesn't match the release
-GST_MAJORMINOR=0.9
+GST_MAJORMINOR=0.10
AC_SUBST(GST_MAJORMINOR)
dnl CURRENT, REVISION, AGE
@@ -34,7 +34,7 @@ dnl - library source changed -> increment REVISION
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
-AS_LIBTOOL(GST_FFMPEG, 1, 0, 0)
+AS_LIBTOOL(GST_FFMPEG, 0, 0, 0)
AM_PROG_LIBTOOL()
AC_CONFIG_SRCDIR(configure.ac)