fork the 2.1 branch of nano
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4057 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
914fa163c0
commit
995ebee5e7
|
@ -1,5 +1,7 @@
|
||||||
CVS code -
|
CVS code -
|
||||||
|
|
||||||
|
- 2.1 tree forks here
|
||||||
|
|
||||||
GNU nano 2.0.3 - 2007.01.29
|
GNU nano 2.0.3 - 2007.01.29
|
||||||
- General:
|
- General:
|
||||||
- Miscellaneous comment fixes. (DLR)
|
- Miscellaneous comment fixes. (DLR)
|
||||||
|
|
2
README
2
README
|
@ -66,5 +66,7 @@ Mailing List and Bug Reports
|
||||||
Current Status
|
Current Status
|
||||||
|
|
||||||
GNU nano has reached its third stable milestone, 2.0.x.
|
GNU nano has reached its third stable milestone, 2.0.x.
|
||||||
|
Development of new features continues in the 2.1.x branch, while
|
||||||
|
2.0.x versions are dedicated to bug-fixing and polishing.
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
|
|
|
@ -42,6 +42,10 @@ If you're using a C shell (e.g. tcsh or csh), do
|
||||||
After that's set up, cd to your src directory and use the following
|
After that's set up, cd to your src directory and use the following
|
||||||
command to download the CVS tree:
|
command to download the CVS tree:
|
||||||
|
|
||||||
|
$ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/nano checkout nano
|
||||||
|
|
||||||
|
If you want to download the stable CVS branch, add "-r nano_2_0_branch":
|
||||||
|
|
||||||
$ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/nano checkout -r nano_2_0_branch nano
|
$ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/nano checkout -r nano_2_0_branch nano
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
AC_INIT([GNU nano], [2.0.3-cvs], [nano-devel@gnu.org], [nano])
|
AC_INIT([GNU nano], [2.0.99-cvs], [nano-devel@gnu.org], [nano])
|
||||||
AC_CONFIG_SRCDIR([src/nano.c])
|
AC_CONFIG_SRCDIR([src/nano.c])
|
||||||
AC_CANONICAL_TARGET([])
|
AC_CANONICAL_TARGET([])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
Loading…
Reference in New Issue