[Rt-commit] [svn] r1171 - rt/branches/rt-3.1
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Wed Jun 30 00:36:19 EDT 2004
Author: jesse
Date: Wed Jun 30 00:36:18 2004
New Revision: 1171
Modified:
rt/branches/rt-3.1/ (props changed)
rt/branches/rt-3.1/README
rt/branches/rt-3.1/configure.ac
rt/branches/rt-3.1/releng.cnf
Log:
----------------------------------------------------------------------
r2030 at tinbook: jesse | 2004-06-30T04:36:01.943950Z
Bumping to 3.2.0
----------------------------------------------------------------------
Modified: rt/branches/rt-3.1/README
==============================================================================
--- rt/branches/rt-3.1/README (original)
+++ rt/branches/rt-3.1/README Wed Jun 30 00:36:18 2004
@@ -29,8 +29,9 @@
General Public License (GPL), so it doesn't cost anything to set
up and use.
-RT is commercially supported software. To purchase consulting services,
-support or training, please write to sales at bestpractical.com
+RT is commercially supported software. To purchase support, training,
+custom development or professional services, please write to
+sales at bestpractical.com.
Jesse Vincent
Best Practical Solutions, LLC
@@ -82,9 +83,10 @@
GENERAL INSTALLATION
--------------------
-This is a rough guide to installing RT. For more detail, you'll want
-to read 'Chapter 2: Installing' in RT's manual, available at
-http://www.bestpractical.com/rt
+This is a rough guide to installing RT. For more detail, you'll
+want to read a more comprehensive installation guide at:
+
+ http://wiki.bestpractical.com/index.cgi?InstallationGuides
1 Unpack this distribution SOMWHERE OTHER THAN where you want to install RT
@@ -269,14 +271,15 @@
BUGS
----
-To report a bug, send email to rt-3.0-bugs at fsck.com.
+To report a bug, send email to rt-bugs at fsck.com.
GETTING HELP
------------
If RT is mission-critical for you or if you use it heavily, we recommend that
you purchase a commercial support contract. Details on support contracts
-are available at http://www.bestpractical.com.
+are available at http://www.bestpractical.com or by writing to
+sales at bestpractical.com.
If you're interested in having RT extended or customized or would like more
information about commercial support options, please send email to
@@ -297,8 +300,7 @@
If you're interested in hacking on RT, you'll want to subscribe to
rt-devel at lists.bestpractical.com. Subscribe to it with instructions
-similar to
-those above.
+similar to those above.
Address questions about the stable release to the rt-users list, and
questions about the development version to the rt-devel list. If you feel
@@ -312,5 +314,6 @@
For current information about RT, check out the RT website at
http://www.bestpractical.com/
+
You'll find screenshots, a pointer to the current version of RT, contributed
patches, and lots of other great stuff.
Modified: rt/branches/rt-3.1/configure.ac
==============================================================================
--- rt/branches/rt-3.1/configure.ac (original)
+++ rt/branches/rt-3.1/configure.ac Wed Jun 30 00:36:18 2004
@@ -7,7 +7,7 @@
dnl Setup autoconf
AC_PREREQ(2.53)
-AC_INIT(RT, [3.1.HEAD], [rt-3.0-bugs at fsck.com])
+AC_INIT(RT, [3.2.HEAD], [rt-bugs at fsck.com])
AC_CONFIG_SRCDIR([lib/RT.pm.in])
dnl Extract RT version number components
Modified: rt/branches/rt-3.1/releng.cnf
==============================================================================
--- rt/branches/rt-3.1/releng.cnf (original)
+++ rt/branches/rt-3.1/releng.cnf Wed Jun 30 00:36:18 2004
@@ -1,5 +1,5 @@
PRODUCT = rt
-TAG = 3.2.0rc4
+TAG = 3.2.0
CANONICAL_REPO = svn+ssh://svn.bestpractical.com/svn/bps-public/rt/
TAGS = tags/
TRUNK = branches/rt-3.1/
More information about the Rt-commit
mailing list