]> granicus.if.org Git - file/commitdiff
Prepare for 5.23
authorChristos Zoulas <christos@zoulas.com>
Wed, 10 Jun 2015 17:51:37 +0000 (17:51 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 10 Jun 2015 17:51:37 +0000 (17:51 +0000)
ChangeLog
configure.ac

index 91f10a81ed39c2fc278bc2897915b3639cd5f8b6..1ac5ad224cb6c9edb79fd266c735fcc1cd74004a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,16 @@
 
+2015-06-10  13:50  Christos Zoulas <christos@zoulas.com>
+
+       * release 5.23
+
+2015-06-09  16:10  Christos Zoulas <christos@zoulas.com>
+       
+       * Fix issue with regex range for magic with offset
+       * Always return true from mget with USE (success to mget not match
+         indication). Fixes mime evaluation after USE magic
+       * PR/459: Don't insert magic entries to the list if there are parsing
+         errors for them.
+
 2015-06-03  16:00  Christos Zoulas <christos@zoulas.com>
 
        * PR/455: Add utf-7 encoding
index 581baa803fe48f8b7b999724b39254a0ce7fbb92..857b7fe6ec448d7d91efbb26c213e08612090008 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([file],[5.22],[christos@astron.com])
+AC_INIT([file],[5.23],[christos@astron.com])
 AM_INIT_AUTOMAKE([subdir-objects foreign])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])