From 7988d78fcb432a2b1a65ec52d6cf7540070ff1ea Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Wed, 10 Jun 2015 17:51:37 +0000 Subject: [PATCH] Prepare for 5.23 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 91f10a81..1ac5ad22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,16 @@ +2015-06-10 13:50 Christos Zoulas + + * release 5.23 + +2015-06-09 16:10 Christos Zoulas + + * 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 * PR/455: Add utf-7 encoding diff --git a/configure.ac b/configure.ac index 581baa80..857b7fe6 100644 --- a/configure.ac +++ b/configure.ac @@ -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])]) -- 2.40.0