diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-12-21 17:05:44 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-12-21 17:05:44 +0000 |
commit | 804cfff20a7ddb656205df590c0f264603fdf4b2 (patch) | |
tree | f6ab0e358d8ff0880f3de16b1fbfd5b0b261a109 | |
parent | 88f63b77b520b49dce5ab1cfd5a18e8e93721c9b (diff) | |
download | gst-plugins-bad-804cfff20a7ddb656205df590c0f264603fdf4b2.tar.gz gst-plugins-bad-804cfff20a7ddb656205df590c0f264603fdf4b2.tar.bz2 gst-plugins-bad-804cfff20a7ddb656205df590c0f264603fdf4b2.zip |
configure.ac: Back to CVS
Original commit message from CVS:
* configure.ac:
Back to CVS
* gst-plugins-bad.doap:
Add release section for 0.10.4
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gst-plugins-bad.doap | 11 |
3 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2006-12-21 Jan Schmidt <thaytan@mad.scientist.com> + + * configure.ac: + Back to CVS + + * gst-plugins-bad.doap: + Add release section for 0.10.4 + === release 0.10.4 === 2006-12-21 Jan Schmidt <thaytan@mad.scientist.com> diff --git a/configure.ac b/configure.ac index cd9a6ade..2801b8c5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer Bad Plug-ins, 0.10.4, +AC_INIT(GStreamer Bad Plug-ins, 0.10.4.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-bad) diff --git a/gst-plugins-bad.doap b/gst-plugins-bad.doap index d0457063..7e90fd56 100644 --- a/gst-plugins-bad.doap +++ b/gst-plugins-bad.doap @@ -36,6 +36,17 @@ real live maintainer, or some actual wide use. <release> <Version> + <revision>0.10.4</revision> + <branch>0.10</branch> + <name>Black Bugs</name> + <created>2006-12-21</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.4.tar.bz2" /> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.4.tar.gz" /> + </Version> + </release> + + <release> + <Version> <revision>0.10.3</revision> <branch>0.10</branch> <name>Petition to request permission</name> |