summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-04-30 16:29:39 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-04-30 16:29:39 +0300
commit3b6b3587af2493b5c355fbf9bdd52de80cadcaf7 (patch)
tree653af503c3b0ba893e30cd81acdc195482fe8936
parentcefd9c0d8dda992d4f6cc8874a8063579b7fd877 (diff)
downloadacpp-3b6b3587af2493b5c355fbf9bdd52de80cadcaf7.tar.gz
acpp-3b6b3587af2493b5c355fbf9bdd52de80cadcaf7.tar.bz2
Version 1.03v1.03
-rw-r--r--Changes5
-rw-r--r--lib/Apache/Config/Preproc.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changes b/Changes
index 0d1e4b6..867a3e8 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+1.03 2019-04-30
+
+* Handle include statements with directory as argument
+* Fix cyclic inclusion detection on systems with negative device numbers
+
1.02 2017-12-14
* Fix cyclic inclusion detection
diff --git a/lib/Apache/Config/Preproc.pm b/lib/Apache/Config/Preproc.pm
index acfd027..5b85ce1 100644
--- a/lib/Apache/Config/Preproc.pm
+++ b/lib/Apache/Config/Preproc.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
sub new {
my $class = shift;

Return to:

Send suggestions and report system problems to the System administrator.