1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4515 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
Chris Allegretta 2010-08-11 02:41:26 +00:00
родитель 9b1c868326
Коммит 544c56c036
2 изменённых файлов: 2 добавлений и 2 удалений

2
NEWS
Просмотреть файл

@ -4,7 +4,7 @@
when being used out of crontab). For very strange situations when being used out of crontab). For very strange situations
(such as where you cannot change the permissions on the (such as where you cannot change the permissions on the
file you're writing, there is a new rc file option file you're writing, there is a new rc file option
"allow_insecure_backup" to be even more permission and "allow_insecure_backup" to be even more permissive and
allowing the write to proceed. Also included are allowing the write to proceed. Also included are
some syntax highlighting updated, and that is about it. some syntax highlighting updated, and that is about it.
Keep fighting the good fight children. Keep fighting the good fight children.

Просмотреть файл

@ -20,7 +20,7 @@
# #
# $Id$ # $Id$
AC_INIT([GNU nano], [2.2.5], [nano-devel@gnu.org], [nano]) AC_INIT([GNU nano], [2.2.5-svn], [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