prepping the release

Original commit message from CVS:
prepping the release
This commit is contained in:
Thomas Vander Stichele 2002-02-02 13:50:03 +00:00
parent a6048ae4d7
commit fb54baa94b
3 changed files with 16 additions and 7 deletions

View 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

View 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

View 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*