GNU poke 4.3 released

2025-03-11 Thread Mohammad-Reza Nabipoor


I am happy to announce a new release of GNU poke, version 4.3.

This is a bugfix release in the 4.x series.

See the file NEWS in the distribution tarball for a list of issues
fixed in this release.

The tarball poke-4.3.tar.gz is now available at
https://ftp.gnu.org/gnu/poke/poke-4.3.tar.gz.

  GNU poke (http://www.jemarch.net/poke) is an interactive, extensible
  editor for binary data.  Not limited to editing basic entities such
  as bits and bytes, it provides a full-fledged procedural,
  interactive programming language designed to describe data
  structures and to operate on them.

Thanks to the people who contributed with code and/or documentation to
this release.

Happy poking!
Mohammad-Reza Nabipoor



zile-2.6.3 released [stable]

2025-03-11 Thread Reuben Thomas
This is to announce zile-2.6.3, a stable release. Zile is a minimal Emacs
clone, highly portable and quick to start. It does not offer most of the
features of Emacs, and you’re recommended to use Emacs instead wherever
possible!

This release fixes linking on some systems; there are no significant code
changes, so if you’re happy with an earlier release, there’s no need to
upgrade.


There have been 26 commits by 1 people in the 201 weeks since 2.6.2.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!
The following people contributed changes to this release:

  Reuben Thomas (26)

Reuben
 [on behalf of the zile maintainers]
==

Here is the GNU zile home page:
https://gnu.org/s/zile/

Here are the compressed sources and a GPG detached signature:
  https://ftpmirror.gnu.org/zile/zile-2.6.3.tar.gz
  https://ftpmirror.gnu.org/zile/zile-2.6.3.tar.gz.sig

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

Here are the SHA1 and SHA256 checksums:

  File: zile-2.6.3.tar.gz
  SHA1 sum:   af6459b103effa12f1c4a06ab47e3134abcd2e6a
  SHA256 sum:
66720b062c150a2a96fa2831f55cf95dfa21c9c2d6c0487fa92a5a1e4074006f

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 zile-2.6.3.tar.gz.sig

The signature should match the fingerprint of the following key:

  pub   rsa2048 2013-12-11 [SC]
2409 3F01 6FFE 8602 EF44  9BB8 4C8E F3DA 3FD3 7230
  uid   Reuben Thomas 
  uid   keybase.io/rrt 

If that command fails because you don't have the required public key,
or that public key has expired, try the following commands to retrieve
or refresh it, and then rerun the 'gpg --verify' command.

  gpg --locate-external-key r...@sc3d.org

  gpg --recv-keys 4C8EF3DA3FD37230

  wget -q -O-
'https://savannah.gnu.org/project/release-gpgkeys.php?group=zile&download=1
' | gpg --import -

As a last resort to find the key, you can try the official GNU
keyring:

  wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg
  gpg --keyring gnu-keyring.gpg --verify zile-2.6.3.tar.gz.sig

This release is based on the zile git repository, available as

  git clone https://git.savannah.gnu.org/git/zile.git

with commit ec638f5f6c6661247469eaadf171e4577e773ec1 tagged as v2.6.3.

For a summary of changes and contributors, see:

  https://git.sv.gnu.org/gitweb/?p=zile.git;a=shortlog;h=v2.6.3

or run this command from a git-cloned zile directory:

  git shortlog v2.6.2..v2.6.3

This release was bootstrapped with the following tools:
  Autoconf 2.71
  Automake 1.17
  Gnulib 2025-01-26 2e46209809f751087ca27523283bd5c3e9071d31

NEWS

* Noteworthy changes in release 2.6.3 (2025-03-11) [stable]

** Miscellaneous

  This release fixes the build on systems that may need more replacements
  libc functions than a typical GNU system, such as Microsoft Windows.
There
  are some minor updates to the build system.