GNU nano 2.5.2 release
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5635 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
6f352038da
commit
0f45b26cb9
|
@ -1,3 +1,5 @@
|
||||||
|
GNU nano 2.5.2 - 2016.02.12
|
||||||
|
|
||||||
2016-02-11 Benno Schulenberg <bensberg@justemail.net>
|
2016-02-11 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/text.c (do_linter): Go to the next item in the list before
|
* src/text.c (do_linter): Go to the next item in the list before
|
||||||
freeing the current one. This fixes Savannah bug #46796.
|
freeing the current one. This fixes Savannah bug #46796.
|
||||||
|
|
8
NEWS
8
NEWS
|
@ -1,3 +1,11 @@
|
||||||
|
2016.02.12 - GNU nano 2.5.2 is carrying too many dogs. This release includes
|
||||||
|
several fixes for various memory leaks, position history
|
||||||
|
size growth, and a long standing issue with using
|
||||||
|
nano under sudo creading root-owned files. There are also
|
||||||
|
the usual bevy of documentation and other miscellaneous
|
||||||
|
fixes and touch ups. Upgrade today while supplies last,
|
||||||
|
operators are standing by!
|
||||||
|
|
||||||
2016.01.11 - GNU nano 2.5.1 "Salzburg" is released. It includes fixes
|
2016.01.11 - GNU nano 2.5.1 "Salzburg" is released. It includes fixes
|
||||||
for a syntax-highlighting bug and a positionlog bug, it
|
for a syntax-highlighting bug and a positionlog bug, it
|
||||||
disables a time-eating multiline regex in the C syntax,
|
disables a time-eating multiline regex in the C syntax,
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
AC_INIT([GNU nano], [2.5.1-svn], [nano-devel@gnu.org], [nano])
|
AC_INIT([GNU nano], [2.5.2], [nano-devel@gnu.org], [nano])
|
||||||
AC_CONFIG_SRCDIR([src/nano.c])
|
AC_CONFIG_SRCDIR([src/nano.c])
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# List of available languages.
|
# List of available languages.
|
||||||
bg ca cs da de eo es eu fi fr ga gl hu id it ja ms nb nl nn pl pt_BR ro ru sl sr sv tr uk vi zh_CN zh_TW
|
bg ca cs da de eo es eu fi fr ga gl hr hu id it ja ms nb nl nn pl pt_BR ro ru sl sr sv tr uk vi zh_CN zh_TW
|
||||||
|
|
719
po/nano.pot
719
po/nano.pot
File diff suppressed because it is too large
Load Diff
752
po/pt_BR.po
752
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
719
po/zh_CN.po
719
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
719
po/zh_TW.po
719
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue