Bumped version 0.3.3
authorArjen Baart <arjen@andromeda.nl>
Thu, 6 Aug 2020 06:01:04 +0000 (08:01 +0200)
committerArjen Baart <arjen@andromeda.nl>
Thu, 6 Aug 2020 06:01:04 +0000 (08:01 +0200)
Makefile.am
debian/changelog
src/Makefile.am

index eb4ad77..1332c83 100644 (file)
@@ -1 +1,4 @@
 SUBDIRS = src test doc
+
+pkg:
+       debuild -us -uc
index 5aed59c..eb54795 100644 (file)
@@ -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 <arjen@andromeda.nl>  Tue, 16 Jun 2020 19:14:10 +0200
+
 libacl (0.3-2) testing; urgency=low
 
   * SuperString class
index 29780d5..47afd24 100644 (file)
@@ -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