diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/mdk.texi | 4 | ||||
-rw-r--r-- | mixgtk/mixgtk.glade | 4 |
4 files changed, 12 insertions, 6 deletions
@@ -8,6 +8,11 @@ See the end for copying conditions. Please send mdk bug reports to bug-mdk@gnu.org. --------------------------------------------------------------------------- +* Version 1.3.0 (unreleased) + + - Graphical user interface upgraded to GTK+ 3.14+ + +--------------------------------------------------------------------------- * Version 1.2.11 (15/10/20) ** Bug fixes: @@ -18,6 +23,7 @@ Please send mdk bug reports to bug-mdk@gnu.org. - Correctly rewind tape when seeking past beginning of file (patch #9974 by Kevin Brunelle). - Memory usage optimizations (Kevin Brunelle). + - Compatibility with Guile 3. --------------------------------------------------------------------------- * Version 1.2.10 (07/01/19) @@ -576,7 +582,7 @@ Please send mdk bug reports to bug-mdk@gnu.org. * Copying information: Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, - 2010, 2013, 2014, 2015 Free Software Foundation, Inc. + 2010, 2013, 2014, 2015, 2019, 2020 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/configure.ac b/configure.ac index f43c1ef..dcc187e 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.11,[bug-mdk@gnu.org],mdk) +AC_INIT([GNU MDK],1.3.0,[bug-mdk@gnu.org],mdk) AC_CONFIG_SRCDIR([mixlib/mix.h]) AM_INIT_AUTOMAKE diff --git a/doc/mdk.texi b/doc/mdk.texi index 3b05687..32b5b84 100644 --- a/doc/mdk.texi +++ b/doc/mdk.texi @@ -8,8 +8,8 @@ @c %**end of header @set UPDATED October, 2020 -@set EDITION 1.2.11 -@set VERSION 1.2.11 +@set EDITION 1.3.0 +@set VERSION 1.3.0 @set JAO Jose Antonio Ortega Ruiz @set PHILIP Philip E. King @set PIETER Pieter E. J. Pareit diff --git a/mixgtk/mixgtk.glade b/mixgtk/mixgtk.glade index 975248c..106b040 100644 --- a/mixgtk/mixgtk.glade +++ b/mixgtk/mixgtk.glade @@ -107,7 +107,7 @@ <object class="GtkLabel" id="mdk_web"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">http://www.gnu.org/software/mdk/mdk.html</property> + <property name="label" translatable="yes"><a href="http://www.gnu.org/software/mdk/mdk.html">www.gnu.org/software/mdk</a></property> <property name="use_markup">True</property> <property name="justify">center</property> <property name="selectable">True</property> @@ -140,7 +140,7 @@ <object class="GtkLabel" id="label1442"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes"><small>Copyright (C) 2001-2019 + <property name="label" translatable="yes"><small>Copyright (C) 2000-2020 Free Software Foundation, Inc</small></property> <property name="use_markup">True</property> <property name="justify">center</property> |