From 9ae59a93a74424e26045b749141cb238ec049a96 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Wed, 20 Mar 2019 00:09:04 +0000 Subject: NEWS and version bump --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 632726a..5461236 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ Please send mdk bug reports to bug-mdk@gnu.org. - #55877: mixvm.el: obsolete string-to-int removed. - Read/write access to/from highest word of memory (patch #9773 by Kevin Brunnelle). + - Correctly rewind tape when seeking past beginning of file (patch + #9974 by Kevin Brunelle). --------------------------------------------------------------------------- * Version 1.2.10 (07/01/19) diff --git a/configure.ac b/configure.ac index 8295bf5..77d24b7 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([GNU MDK],1.2.10,[bug-mdk@gnu.org],mdk) +AC_INIT([GNU MDK],1.2.11,[bug-mdk@gnu.org],mdk) AC_CONFIG_SRCDIR([mixlib/mix.h]) AM_INIT_AUTOMAKE -- cgit v1.2.3