Author: bodewig
Date: Wed Oct 5 07:46:39 2011
New Revision: 1179086
URL: http://svn.apache.org/viewvc?rev=1179086&view=rev
Log:
Taking notes on release process
Added:
logging/log4net/ReleaseInstructions.txt (with props)
Added: logging/log4net/ReleaseInstructions.txt
URL:
http://svn.apache.org/viewvc/logging/log4net/ReleaseInstructions.txt?rev=1179086&view=auto
==============================================================================
--- logging/log4net/ReleaseInstructions.txt (added)
+++ logging/log4net/ReleaseInstructions.txt Wed Oct 5 07:46:39 2011
@@ -0,0 +1,62 @@
+This document is a work in progress and was created in parallel to the
+release of Apache log4net 1.2.11.
+
+Before you think about a release:
+
+* make sure you have all the required software around. For the 1.2.11
+ release this meant
+
+ - The default Mono installation (2.6.x) on Ubuntu Linux 10.4. Newer
+ versions of Mono currently can't be used as they don't provide
+ Mono 1.0 and cause a bunch of extra warnings that will be
+ addressed post the 1.2.11 release.
+
+ - A Windows XP box that is used to create the release binaries with
+
+ o a Subversion command line client (I installed Cygwin out of a
+ habit and used the Cygwin version)
+
+ o NAnt 0.91-alpha2 or better http://nant.sourceforge.net/
+
+ Make sure to unblock the ZIP before you extract it.
+
+ o Some recent version of a Java runtime environment (Java5 at
+ minimum)
+
+ o Apache Maven 2.2.x http://maven.apache.org/
+
+ You may want to set some environment variables like Path (to
+ include Maven's and NAnt's bin directories), M2_HOME and
+ JAVA_HOME to make things easier.
+
+ o .NET Framework and SDK 1.0
+
+ You'll need an MSDN account or need to know somebody with an
+ MSDN account to grab that - or need to know somebody who still
+ has it around. It used to be free downloads.
+
+ This framework must be installed first as it refuses to install
+ in parallel to any of the other .NET frameworks.
+
+ o .NET Framework and SDK 1.1
+
+ As of October 2011 this is available from
+ <http://msdn.microsoft.com/en-us/netframework/>
+
+ o .NET Framework 3.5SP1 and SDK 2.0
+
+ As of October 2011 this is available from
+ <http://msdn.microsoft.com/en-us/netframework/>
+
+ The 2.0 SDK provides the compilers for Compact Framework 2.0,
+ the 3.5 SDK does not. So make sure you use the one for 2.0
+
+ o .NET Framework and SDK 4.0
+
+ As of October 2011 this is available from
+ <http://msdn.microsoft.com/en-us/netframework/>
+
+ o HTML Help Compiler
+
+ As of October 2011 this is available from
+ <http://www.microsoft.com/download/en/details.aspx?id=21138>
Propchange: logging/log4net/ReleaseInstructions.txt
------------------------------------------------------------------------------
svn:eol-style = native