summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.