In this episode:

** Bug fixes:

   - #55877: mixvm.el: obsolete string-to-int removed.
   - Read/write access to/from highest word of memory (patch #9773 by
     Kevin Brunelle).
   - Correctly rewind tape when seeking past beginning of file (patch
     #9974 by Kevin Brunelle).
   - Memory usage optimizations (Kevin Brunelle).

Special thanks to Kevin Brunelle, who joined the fun with significant
contributions in this release cycle!


Here are the compressed sources and a GPG detached signature[*]:
  http://ftp.gnu.org/gnu/mdk/v1.2.11/mdk-1.2.11.tar.gz
  http://ftp.gnu.org/gnu/mdk/v1.2.11/mdk-1.2.11.tar.gz.sig

Use a mirror for higher download bandwidth:
  https://www.gnu.org/order/ftp.html

Here are the MD5 and SHA1 checksums:

5598a4c20a0c5c670e25a7bbda6d8f3e  mdk-1.2.11.tar.gz
cc52ea5716e3f4c19b46ac16d0d655e670e358a7  mdk-1.2.11.tar.gz

[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:

  gpg --verify mdk-1.2.11.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys 5343A3EC

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:
  Autoconf 2.69
  Automake 1.16.2
  Flex 2.6.4


-- 
Lisp has assisted a number of our most gifted fellow humans in
thinking previously impossible thoughts. —Edsger Dijkstra

Reply via email to