From: Arjen Baart Date: Thu, 6 Aug 2020 06:01:04 +0000 (+0200) Subject: Bumped version 0.3.3 X-Git-Url: http://www.andromeda.nl/gitweb/?a=commitdiff_plain;h=4099938d93c9c4d52d1b18a414269167d2da1d96;p=libacl.git Bumped version 0.3.3 --- diff --git a/Makefile.am b/Makefile.am index eb4ad77..1332c83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,4 @@ SUBDIRS = src test doc + +pkg: + debuild -us -uc diff --git a/debian/changelog b/debian/changelog index 5aed59c..eb54795 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libacl (0.3-3) testing; urgency=low + + * UTC: conversion to and from time_t, calculate diffrence in seconds + * XML: access to attributes + + -- Arjen Baart Tue, 16 Jun 2020 19:14:10 +0200 + libacl (0.3-2) testing; urgency=low * SuperString class diff --git a/src/Makefile.am b/src/Makefile.am index 29780d5..47afd24 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,6 +7,6 @@ libACL_la_SOURCES = string.cpp regex.cpp superstring.cpp date.cpp parsedate.c da configuration.cpp \ _version.c -libACL_la_LDFLAGS = -release 0.3.2 +libACL_la_LDFLAGS = -release 0.3.3 include_HEADERS = String.h date.h Integer.h xml.h configuration.h