prepping the release RELEASE-0_3_2-DOBDAY
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 2 Feb 2002 13:50:03 +0000 (13:50 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 2 Feb 2002 13:50:03 +0000 (13:50 +0000)
Original commit message from CVS:
prepping the release

configure.ac
docs/random/release
gstreamer.spec.in

index d5ca3fc..71acdd6 100644 (file)
@@ -8,15 +8,15 @@ AM_CONFIG_HEADER(config.h)
 
 GST_VERSION_MAJOR=0
 GST_VERSION_MINOR=3
-GST_VERSION_MICRO=1
+GST_VERSION_MICRO=2
 
 dnl we use a datestamped release tag and a fourth version ".1" number
 dnl during CVS development
-GST_VERSION_RELEASE=`date +%Y%m%d`
-GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.3
+dnl GST_VERSION_RELEASE=`date +%Y%m%d`
+dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.3
 dnl we use a normal release tag increased manually when releasing
-dnl GST_VERSION_RELEASE=1
-dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
+GST_VERSION_RELEASE=1
+GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
 
 PACKAGE=gstreamer
 VERSION=$GST_VERSION
index 6b5263d..fdf1ec4 100644 (file)
@@ -1,6 +1,16 @@
 Release TODO
 ------------
 
+* after a release, we move in cvs mode and use a .1 nano version number
+
+* close to the next release, we make prereleases by upping the nano version
+
+* update release notes
+
+* add release notes to cvs
+
+* update web site release notes
+
 * make distcheck should pass
 
 * test suite should pass
@@ -19,7 +29,6 @@ Release TODO
   http://gstreamer.net/dev/cvs.php
   add tag to above page
 
-* update web site release notes
 
 * update web site news items for release
 
index 7c8d03b..71a3502 100644 (file)
@@ -27,7 +27,7 @@ plugins.
 %{_bindir}/gst-inspect
 %{_bindir}/gst-launch
 %{_bindir}/gst-register
-%{_libdir}/libgst.so.*
+%{_libdir}/libgst-%{version}.so.*
 %{_libdir}/gst/libgstautoplugcache.so*
 %{_libdir}/gst/libgstautoplugger.so*
 %{_libdir}/gst/libgstbasicscheduler.so*