]> source.dussan.org Git - tigervnc.git/commitdiff
Add the doc/dev/ subdirectory which contains development process related
authorAdam Tkac <atkac@redhat.com>
Thu, 20 Aug 2009 09:32:38 +0000 (09:32 +0000)
committerAdam Tkac <atkac@redhat.com>
Thu, 20 Aug 2009 09:32:38 +0000 (09:32 +0000)
information.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3878 3789f03b-4d11-0410-bbf8-ca57d06f2519

doc/dev/make_release [new file with mode: 0644]
doc/dev/release_announcement [new file with mode: 0644]
doc/dev/version_numbers [new file with mode: 0644]

diff --git a/doc/dev/make_release b/doc/dev/make_release
new file mode 100644 (file)
index 0000000..e72e3dd
--- /dev/null
@@ -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 (file)
index 0000000..c6b1780
--- /dev/null
@@ -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 (file)
index 0000000..af513dc
--- /dev/null
@@ -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
+