From: Arjen Baart Date: Sun, 13 Sep 2020 07:31:40 +0000 (+0200) Subject: Bunped version 0.3.4 X-Git-Url: http://www.andromeda.nl/gitweb/?a=commitdiff_plain;h=082b748878a9f3fbb877217e3cab3159d7da8001;p=libacl.git Bunped version 0.3.4 --- diff --git a/debian/changelog b/debian/changelog index eb54795..2cd2bd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +libacl (0.3-4) testing; urgency=low + + * UTC: Parse times with fractional seconds + + -- Arjen Baart Tue, 16 Jun 2020 19:14:10 +0200 libacl (0.3-3) testing; urgency=low * UTC: conversion to and from time_t, calculate diffrence in seconds diff --git a/src/Makefile.am b/src/Makefile.am index 2062854..982cb6b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ libACL_la_SOURCES = string.cpp regex.cpp superstring.cpp date.cpp parsedate.c da configuration.cpp \ _version.c -libACL_la_LDFLAGS = -release 0.3.3 +libACL_la_LDFLAGS = -release 0.3.4 include_HEADERS = String.h date.h Integer.h xml.h configuration.h