GNU nano 2.1.8 release
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4369 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
5cf95c45d3
commit
1658d4d14f
|
@ -1,3 +1,4 @@
|
|||
GNU nano 2.1.8 - 2009.02.07
|
||||
2009-02-06 Chris Allegretta <chrisa@asty.org>
|
||||
* rcfile.c (parse_include): Abort on being unable to open an included rcfile. Fixes
|
||||
Savannah bug 25490, nanorc: "include"ing a file which doesn't exist causes nano to segfault.
|
||||
|
|
16
NEWS
16
NEWS
|
@ -1,3 +1,19 @@
|
|||
2009.02.07 - GNU nano 2.1.8 "unsafe at any speed" is released. This
|
||||
release include some long overdue performance
|
||||
improvements in syntax color highlighting, the ability
|
||||
to abort running searches (useful mainly when
|
||||
editing very large files) and the ability to use nano
|
||||
like a pager for viewing standard input (i.e. "nano -").
|
||||
Additionally, there are gentoo syntax highlighting
|
||||
updates and fixes for issues with reading files
|
||||
in a directory with strange parent directory permissions.
|
||||
The key bindings code was also substantially changed
|
||||
in order to be more ISO-C compatible. Be sure to use
|
||||
the Savannah page not only for bug reports but for any
|
||||
features you would like to see before the next stable
|
||||
series is released. Have fun with it!
|
||||
|
||||
|
||||
2008.11.10 - GNU nano 2.1.7 "Effingham" is ready to make good on those
|
||||
campaign promises of lower bug rates and 50% more pie.
|
||||
This release includes a new check for external
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#
|
||||
# $Id$
|
||||
|
||||
AC_INIT([GNU nano], [2.1.7-svn], [nano-devel@gnu.org], [nano])
|
||||
AC_INIT([GNU nano], [2.1.8], [nano-devel@gnu.org], [nano])
|
||||
AC_CONFIG_SRCDIR([src/nano.c])
|
||||
AC_CANONICAL_TARGET([])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
|
664
po/nano.pot
664
po/nano.pot
File diff suppressed because it is too large
Load Diff
664
po/pt_BR.po
664
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
664
po/zh_CN.po
664
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
664
po/zh_TW.po
664
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue