diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-06-24 19:43:04 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-06-24 19:43:04 +0000 |
commit | 887e9ebf3c57a2646e23fb07db65b90751cea30b (patch) | |
tree | 2865e75777967857d9a54ce1336a3cd1222f1c29 /doc | |
parent | 1980dd537cb4c85ac04dc23fbde542c2495ed1fc (diff) | |
download | tigervnc-887e9ebf3c57a2646e23fb07db65b90751cea30b.tar.gz tigervnc-887e9ebf3c57a2646e23fb07db65b90751cea30b.zip |
Update release documentation (not sure how useful this documentation still is, but I'll let others decide that.)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4541 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev/make_release | 10 | ||||
-rw-r--r-- | doc/dev/release_announcement | 8 | ||||
-rw-r--r-- | doc/dev/version_numbers | 7 |
3 files changed, 7 insertions, 18 deletions
diff --git a/doc/dev/make_release b/doc/dev/make_release index 179bf594..13956f8e 100644 --- a/doc/dev/make_release +++ b/doc/dev/make_release @@ -2,9 +2,7 @@ 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 unix/ 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 +3. pack the exported source as ".tar.gz" archive +4. upload the tarball and binaries built from it to Sourceforge +5. fill the release_announcement template +6. send announcement to tigervnc-announce diff --git a/doc/dev/release_announcement b/doc/dev/release_announcement index c6b17801..e867f4e5 100644 --- a/doc/dev/release_announcement +++ b/doc/dev/release_announcement @@ -11,13 +11,7 @@ Changes since <previous version>: [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 +TigerVNC <version> binaries and source can be downloaded from <link> Please report bugs to https://sourceforge.net/tracker/?group_id=254363&atid=1126848. diff --git a/doc/dev/version_numbers b/doc/dev/version_numbers index bb8b6494..38cdde94 100644 --- a/doc/dev/version_numbers +++ b/doc/dev/version_numbers @@ -1,11 +1,8 @@ Files written below contain release numbers which should be changed during release process. +CMakeLists.txt java/src/com/tigervnc/vncviewer/README -configure.ac +java/src/com/tigervnc/vncviewer/VncViewer.java unix/xserver/hw/vnc/xvnc.cc -win/vncconfig/vncconfig.rc -win/vncviewer/vncviewer.rc -win/winvnc/winvnc.rc -win/tigervnc.iss |