summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.