aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Kent <raven@themaw.net>2023-11-02 14:51:14 +0800
committerIan Kent <raven@themaw.net>2023-11-03 08:46:34 +0800
commit8c348df3dc4509e87dff6615ba7d295ca28fab63 (patch)
tree9e29d6897da9e7ab7f4e87041b63f7119cb8cb90
parent532ad2995c9917b880498ab49556fa2484491782 (diff)
downloadautofs-8c348df3dc4509e87dff6615ba7d295ca28fab63.tar.gz
autofs-5.1.8 - update autofs releaserelease_5_1_9
Update to release 5.1.9. Signed-off-by: Ian Kent <raven@themaw.net>
-rw-r--r--.autofs-5.1.9 (renamed from .autofs-5.1.8)0
-rw-r--r--.version2
-rw-r--r--CHANGELOG3
-rw-r--r--autofs.spec5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
6 files changed, 10 insertions, 4 deletions
diff --git a/.autofs-5.1.8 b/.autofs-5.1.9
index 587be6b4..587be6b4 100644
--- a/.autofs-5.1.8
+++ b/.autofs-5.1.9
diff --git a/.version b/.version
index d4bda08b..fc3aa773 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-5.1.8
+5.1.9
diff --git a/CHANGELOG b/CHANGELOG
index a7e5a914..3e47daa1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+
+02/11/2023 autofs-5.1.9
- fix kernel mount status notification.
- fix fedfs build flags.
- fix set open file limit.
@@ -106,6 +108,7 @@
- rename configure.in to configure.ac.
- update autoconf macros.
- update autoconf release.
+- update autofs release.
19/10/2021 autofs-5.1.8
- add xdr_exports().
diff --git a/autofs.spec b/autofs.spec
index 89691e8f..4a6e0b3e 100644
--- a/autofs.spec
+++ b/autofs.spec
@@ -22,7 +22,7 @@
Summary: A tool from automatically mounting and umounting filesystems.
Name: autofs
-%define version 5.1.8
+%define version 5.1.9
%define release 1
Version: %{version}
Release: %{release}
@@ -216,6 +216,9 @@ fi
%dir /etc/auto.master.d
%changelog
+* Thu Nov 02 2023 Ian Kent <raven@themaw.net>
+- Update package to version 5.1.9.
+
* Tue Oct 19 2021 Ian Kent <raven@themaw.net>
- Update package to version 5.1.8.
diff --git a/configure b/configure
index e4a17b02..d9b94b3e 100755
--- a/configure
+++ b/configure
@@ -612,7 +612,7 @@ PACKAGE_STRING=''
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
-ac_unique_file=".autofs-5.1.8"
+ac_unique_file=".autofs-5.1.9"
ac_default_prefix=/usr
# Factoring default headers for most tests.
ac_includes_default="\
diff --git a/configure.ac b/configure.ac
index 63f2a5b4..76a38f42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_PREREQ(2.5)
#
define([AC_CACHE_LOAD], )dnl
define([AC_CACHE_SAVE], )dnl
-AC_INIT(.autofs-5.1.8)
+AC_INIT(.autofs-5.1.9)
# for pkg-config macros
m4_include([/usr/share/aclocal/pkg.m4])