info-gnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU rush-1.7 released


From: Sergey Poznyakoff
Subject: GNU rush-1.7 released
Date: Thu, 08 Jul 2010 00:30:57 +0300

Hello,

I am pleased to announce the release 1.7 of GNU Rush.

GNU Rush is a restricted user shell, designed for sites providing
limited remote access to their resources.  See below for a list
of user-visible changes in this release.

Here are the compressed sources:
  ftp://ftp.gnu.org/gnu/rush/rush-1.7.tar.gz   (877KB)
  ftp://ftp.gnu.org/gnu/rush/rush-1.7.tar.bz2  (701KB)
  ftp://ftp.gnu.org/gnu/rush/rush-1.7.tar.xz   (589KB)

Here are the GPG detached signatures[*]:
  ftp://ftp.gnu.org/gnu/rush/rush-1.7.tar.gz.sig
  ftp://ftp.gnu.org/gnu/rush/rush-1.7.tar.bz2.sig
  ftp://ftp.gnu.org/gnu/rush/rush-1.7.tar.xz.sig

To reduce load on the main server, use a mirror listed at:
  http://www.gnu.org/order/ftp.html

Here are the MD5 and SHA1 checksums:

01c42be5359d2c31e2145eb112cd94cf  rush-1.7.tar.gz
21ed68df1feb2a48475174b04fbf64b8  rush-1.7.tar.bz2
02fae838fe8f5dc5b4e3a2e4da0182b8  rush-1.7.tar.xz
f886eaf093332a8b8503afcf8ca2acff7eea7191  rush-1.7.tar.gz
f28535c41548ff011657c6c0d0676a4f365ef4c6  rush-1.7.tar.bz2
2355049ad66720a9838ea7ac3ad2cbb5720dc397  rush-1.7.tar.xz

[*] You can use either of the above signature files 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 rush-1.7.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 55D0C732

and rerun the `gpg --verify' command.

This release was bootstrapped with the following tools:
  Autoconf 2.63
  Automake 1.11.1
  Libtool 2.2.7a
  Gnulib v0.0-3896-gabe9c75

Noteworthy changes in this release:

* New configuration statements `acct-umask', `acct-dir-mode', `acct-file-mode'

These statements set the value of umask used when accessing accounting
database files, and permissions for the accounting directory and
database files, correspondingly.

* Conditions `uid' and `gid' accept symbolic user/group names as argument.

Both conditions now accept symbolic as well as numeric arguments,
e.g.:

  uid 1300
  uid smith
  uid < smith
  git != 500

* The `newgrp' command

The `newgrp' command changes the current group ID to the one given as
its argument, which must be either a numeric GID or a name of an
existing group.

* Default regex flags affect the `transform' statement.

* New translations

Dutch, by Koen Torfs.
Vietnamese, by Clytie Siddall.

* Bugfixes
** Fix memory allocation in make_file_name (puszcza#127).
** Fix handling of numeric options in `rushlast'.
** A single fall-through rule caused infinite loop (puszcza#127#comment7).
** Accounting mode is now off by default, as described in the documentation.

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]