diff options
author | Adam Tkac <atkac@redhat.com> | 2009-08-20 09:32:38 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-08-20 09:32:38 +0000 |
commit | 945ad2570f25eeb88f9fa09fe125741ea63c157c (patch) | |
tree | b6af6a2673ebeed0300b66be6d0472ccc0f639b8 /doc | |
parent | 42b3a8ba26dd2652b6c582239a0e2142dc2cc421 (diff) | |
download | tigervnc-945ad2570f25eeb88f9fa09fe125741ea63c157c.tar.gz tigervnc-945ad2570f25eeb88f9fa09fe125741ea63c157c.zip |
Add the doc/dev/ subdirectory which contains development process related
information.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3878 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev/make_release | 10 | ||||
-rw-r--r-- | doc/dev/release_announcement | 31 | ||||
-rw-r--r-- | doc/dev/version_numbers | 13 |
3 files changed, 54 insertions, 0 deletions
diff --git a/doc/dev/make_release b/doc/dev/make_release new file mode 100644 index 00000000..e72e3dd5 --- /dev/null +++ b/doc/dev/make_release @@ -0,0 +1,10 @@ +Quick overview of steps to make a release. + +1. tag the release +2. go to the correct tags/<tag> directory and run `svn export . tigervnc-<version>` +3. go to exported tree and in common/ and win/ directories run `autoreconf -fiv` +4. find all "autom4te.cache" directories and remove them +5. pack the exported source as ".tar.gz" archive +6. upload the tarball, built Win installer and Xvnc to Sourceforge +7. fill the release_announcement template +8. send announcement to tigervnc-announce diff --git a/doc/dev/release_announcement b/doc/dev/release_announcement new file mode 100644 index 00000000..c6b17801 --- /dev/null +++ b/doc/dev/release_announcement @@ -0,0 +1,31 @@ +TigerVNC <version> is now available. + +TigerVNC <version> is the <*1> of TigerVNC <branch>. + +Highlights of TigerVNC <version>: +- this version is better +- this version is really better + +Changes since <previous version>: +[Bugfix] Bug is now fixed. +[Enhancement] Enhancement has been added. +[Documentation] Yes, we really updated documentation. + +TigerVNC <version> source can be downloaded from + <link> + +Prebuild binaries for 32bit Windows can be downloaded from + <link> + +Prebuild Xvnc for 32bit Linux can be downloaded from + <link> + +Please report bugs to https://sourceforge.net/tracker/?group_id=254363&atid=1126848. + +--- +TigerVNC team, http://www.tigervnc.com + + + +*1 - first/second alpha/beta release; first/second release candidate; stable release + diff --git a/doc/dev/version_numbers b/doc/dev/version_numbers new file mode 100644 index 00000000..af513dc5 --- /dev/null +++ b/doc/dev/version_numbers @@ -0,0 +1,13 @@ +Files written below contain release numbers which should be changed during +release process. + +java/src/com/tigervnc/vncviewer/README +rfb/configure.ac +unix/configure.ac +unix/xserver/hw/vnc/xvnc.cc +win/configure.ac +win/vncconfig/vncconfig.rc +win/vncviewer/vncviewer.rc +win/winvnc/winvnc.rc +win/tigervnc.iss + |