diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-02-04 00:25:42 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-02-04 00:25:42 +0000 |
commit | e122f3347e126dcc824eb34ec99b346a607f38af (patch) | |
tree | b78d99369cf7a931d1660e2412297dd2d66c8f48 /doc | |
parent | 580aabb3ebbf178d2527ba8d596ae3275e36a4ca (diff) | |
download | monitoring-plugins-e122f3347e126dcc824eb34ec99b346a607f38af.tar.gz |
Updated with corrections. Added note to update BUGS file
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1131 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RELEASING | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index f9f05458..4f61c301 100644 --- a/doc/RELEASING +++ b/doc/RELEASING @@ -4,15 +4,18 @@ cvs update in main area . tools/devmode, if feeling adventurous check compilation +Update BUGS file, if this is a major release + Run cvs2cl.pl commit new ChangeLog +Check configure.in with right version cvs tag r1_4-alpha2 checkout new version: cd /tmp rm -fr nagiosplug -cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r 1_4-alpha2 nagiosplug +cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r r1_4-alpha2 nagiosplug cd nagiosplug tools/setup ./configure @@ -28,14 +31,14 @@ SF -> Submit News about release. Get URL to news item SF -> Admin -> File Release System -Edit nagiosplug and create a file release +Add a release to nagiosplug and create a file release name: 1.4-alpha2. Commit Step 1: Add release notes pointing to news item Step 2: add file Step 3: *.tar.gz, Platform Independent, Source .gz Step 4: Send notice -Send email to nagiosplug-help, nagios-announce, nagiosplug-devel +Send email to nagiosplug-help, nagios-announce Change version number in configure.in and package.def |