From 4099938d93c9c4d52d1b18a414269167d2da1d96 Mon Sep 17 00:00:00 2001 From: Arjen Baart Date: Thu, 6 Aug 2020 08:01:04 +0200 Subject: [PATCH] Bumped version 0.3.3 --- Makefile.am | 3 +++ debian/changelog | 7 +++++++ src/Makefile.am | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) 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 -- 2.20.1