|
|
Log in / Subscribe / Register

autofs 5.1.0 release

From:  Ian Kent <raven@themaw.net>
To:  autofs@vger.kernel.org
Subject:  [ANNOUNCE] autofs 5.1.0 release
Date:  Thu, 05 Jun 2014 13:45:23 +0800
Message-ID:  <1401947123.2560.19.camel@perseus.fritz.box>
Cc:  linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Archive‑link:  Article

Hi all,

A lot of testing has been done to check that the amd format map
implementation doesn't break existing function. There's more to
do but it's time to release 5.1.0.

autofs
======

The package can be found at:
ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5
It is autofs-5.1.0.tar.[gz|xz]

No source rpm is there as it can be produced by using:
rpmbuild -ts autofs-5.1.0.tar.gz

and the binary rpm by using:
rpmbuild -tb autofs-5.1.0.tar.gz

See the README.amd-maps file for information about using amd format
maps.

Here are the entries from the CHANGELOG which outline the updates:
- fix mistake in assignment (included in 5.1.0-beta1).
- add amd map format parser (included in 5.1.0-beta1).
- check for non existent negative entries in lookup_ghost().
- fix reset flex scan buffer on init.
- fix fix negative status being reset on map read.
- amd lookup update lookup ldap to handle amd keys.
  - inadvertantly dropped from initial series.
- amd lookup update lookup hesiod to handle amd keys.
  - inadvertantly dropped from initial series.
- fix wildcard key lookup.
- fix out of order amd timestamp lookup.
- fix ldap default schema config.
- fix ldap default master map name config.
- fix map format init in lookup_init().
- fix incorrect max key length in defaults get_hash().
- fix xfn sets incorrect lexer state.
- fix old style key lookup.
- fix expire when server not responding.
- fix ldap_uri config update.
- fix typo in conf_load_autofs_defaults().
- fix hash on confg option add and delete.
- add plus to path match pattern.
- fix multi entry ldap option handling.
- cleanup options in amd_parse.c
- allow empty value for some map options.
- allow empty value in macro selectors.

Ian



Copyright © 2014, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds