diff --git a/IMPROVEMENTS b/IMPROVEMENTS
index 92fd3b81353acfa78c356210ce3a25348e027382..592fb63a7c2c15ab105befa4a208b9a13d06eead 100644
--- a/IMPROVEMENTS
+++ b/IMPROVEMENTS
@@ -2,6 +2,7 @@ Improvements in nano
 ====================
 
 Since 2.6.0:
+  - Ctrl+Arrow should now work also on a Linux virtual console.
   - Ctrl+Up and Ctrl+Down jump to previous or next block of text.
   - Feedback during Unicode Input (M-V followed by six digits).
   - The option 'wordchars' for specifying extra word characters.
diff --git a/NEWS b/NEWS
index 32da543d4243b01d22a4290d6b9c1adf1595637e..384b727fd0b5b6aa06e63efdbe0d956f5e1b7a19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2016.08.10 - nano 2.6.3 "Marika" makes the Ctrl+Arrow keys work also on
+		a Linux virtual console, takes as verbatim only the very
+		first keystroke after M-V, removes any lock files that it
+		holds when dying, doesn't abort when a word contains digits
+		(when using the default speller), fixes a small sorting bug
+		in the file browser, makes searching case-insensitively in
+		a UTF-8 locale a little faster, and doesn't enter invalid
+		bytes when holding down both Alt keys.  Santé!
+
 2016.07.28 - nano 2.6.2 "Le vent nous portera" adds two new features: the
 		keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
 		of text, and the option 'wordchars' for specifying which
diff --git a/configure.ac b/configure.ac
index 8278fe3015fc489c6fd6ccd1695d6400671f0311..514c08350aa51e7bf8241e4a93f5ef875044560e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
 # USA.
 
-AC_INIT([nano], [2.6.2], [nano-devel@gnu.org], [nano])
+AC_INIT([nano], [2.6.3], [nano-devel@gnu.org], [nano])
 AC_CONFIG_SRCDIR([src/nano.c])
 AC_CANONICAL_HOST
 AM_INIT_AUTOMAKE
diff --git a/doc/man/nano.1 b/doc/man/nano.1
index 832499528bb1d350ed683358993a06641a2b1224..9b6450ea70caeb646a87c44b407e86eab8dcced5 100644
--- a/doc/man/nano.1
+++ b/doc/man/nano.1
@@ -17,7 +17,7 @@
 .\"   Documentation License along with this program.  If not, see
 .\"   <http://www.gnu.org/licenses/>.
 .\"
-.TH NANO 1 "version 2.6.2" "July 2016"
+.TH NANO 1 "version 2.6.3" "August 2016"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 
diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5
index 289fb178f1ea87304f8ab0780edb581248523136..fcdc251d5e1ffff751cbff74cf2c2393cb6530df 100644
--- a/doc/man/nanorc.5
+++ b/doc/man/nanorc.5
@@ -17,7 +17,7 @@
 .\"   Documentation License along with this program.  If not, see
 .\"   <http://www.gnu.org/licenses/>.
 .\"
-.TH NANORC 5 "version 2.6.2" "July 2016"
+.TH NANORC 5 "version 2.6.3" "August 2016"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
diff --git a/doc/man/rnano.1 b/doc/man/rnano.1
index 961e267c547578c788791ec8ac96969a19894b5a..f1a8efa8a1c5f96d0f4170194de5df84ca08fcab 100644
--- a/doc/man/rnano.1
+++ b/doc/man/rnano.1
@@ -16,7 +16,7 @@
 .\"   Documentation License along with this program.  If not, see
 .\"   <http://www.gnu.org/licenses/>.
 .\"
-.TH RNANO 1 "version 2.6.2" "July 2016"
+.TH RNANO 1 "version 2.6.3" "August 2016"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi
index 9e3faead526753ffe47347e42e7cb3f6a9b8ee0c..4f39c1e3c0ab437627a9591bb1e180f8d40751c0 100644
--- a/doc/texinfo/nano.texi
+++ b/doc/texinfo/nano.texi
@@ -6,8 +6,8 @@
 
 @smallbook
 @set EDITION 0.4
-@set VERSION 2.6.2
-@set UPDATED July 2016
+@set VERSION 2.6.3
+@set UPDATED August 2016
 
 @dircategory Editors
 @direntry
@@ -21,7 +21,7 @@
 @titlepage
 @title @code{nano}
 @subtitle a small and friendly text editor.
-@subtitle version 2.6.2
+@subtitle version 2.6.3
 
 @author Chris Allegretta
 @page