summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-25 16:18:41 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-25 16:24:36 +0300
commit6003bfe043664e371ee89ddb43404cf627636435 (patch)
treed9f56c8ba2c55f82a085f4741d15353a24ce5a03
parent51bc78ebaa043db4a79fde771794143a144cc2ca (diff)
downloadfileserv-6003bfe043664e371ee89ddb43404cf627636435.tar.gz
fileserv-6003bfe043664e371ee89ddb43404cf627636435.tar.bz2
Version 0.4v0.4
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a2efa25..033b5ac 100644
--- a/NEWS
+++ b/NEWS
@@ -3,13 +3,16 @@ See the end of file for copying conditions.
Please send fileserv bug reports to <gray+fileserv@gnu.org.ua>
-Version 0.3.90 (git)
+Version 0.4, 2019-07-25
+
+* Bugfixes and organizational changes
+
Version 0.3, 2018-04-21
* Global configuration file
-* Per-directory configuration files.
+* Per-directory configuration files
* MIME type autodetection
diff --git a/configure.ac b/configure.ac
index 9717a84..3939325 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with fileserv. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([fileserv], 0.3.90, [gray+fileserv@gnu.org.ua])
+AC_INIT([fileserv], 0.4, [gray+fileserv@gnu.org.ua])
AC_CONFIG_SRCDIR([src/fileserv.c])
AM_INIT_AUTOMAKE([1.15 foreign tar-ustar dist-xz silent-rules])
# Enable silent rules by default:

Return to:

Send suggestions and report system problems to the System administrator.