aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-04-17 15:07:17 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-04-17 15:09:47 +0200
commitd21aabb64b7178667349199ff852326365899258 (patch)
tree8c087a43849915091aea85f3eecc6a5d0da36fe4
parenta2b74de60d4885e5b318de6e2c67f6a4bba8296f (diff)
downloadacmeman-d21aabb64b7178667349199ff852326365899258.tar.gz
acmeman-d21aabb64b7178667349199ff852326365899258.tar.bz2
Update Changes.
* Changes: Update. * MANIFEST: Remove auto-generated file. * .gitignore: Ignore MANIFEST. * MANIFEST.SKIP: New file.
-rw-r--r--.gitignore2
-rw-r--r--Changes8
-rw-r--r--MANIFEST10
-rw-r--r--MANIFEST.SKIP64
4 files changed, 74 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 1bf5703..023aa0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,13 @@
.emacs*
*~
*.bak
+/MANIFEST
/MYMETA.json
/MYMETA.yml
Makefile
/acmeman-*.tar.gz
/tmp
/blib
/pm_to_blib
/inc
+*.tar.gz \ No newline at end of file
diff --git a/Changes b/Changes
index 5352924..b6662a7 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,14 @@
+1.05 2018-04-17
+
+* null source
+* dns checking (core.check-dns statement)
+* core.restart renamed to core.postrenew
+* per-domain postrenew script (domain.*.postrenew)
+* Improve Makefile.PL (--no-autoinstall option).
+
1.04 2017-09-13
This version introduces acmeman configuration file, which can be used to
direct its action if a server other than Apache is used. It also can
be instructed to store certificate, certificate chain, and certificate
key in a single file, instead of three different ones. This can be used
diff --git a/MANIFEST b/MANIFEST
deleted file mode 100644
index 3fa916f..0000000
--- a/MANIFEST
+++ /dev/null
@@ -1,10 +0,0 @@
-acmeman
-Changes
-inc/ExtUtils/AutoInstall.pm
-lib/App/Acmeman/Apache/Layout.pm
-lib/App/Acmeman/Config.pm
-lib/App/Acmeman/Domain.pm
-lib/App/Acmeman/Source/Apache.pm
-LICENSE
-Makefile.PL
-MANIFEST This list of files
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644
index 0000000..2f9c3df
--- /dev/null
+++ b/MANIFEST.SKIP
@@ -0,0 +1,64 @@
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+\bSCCS\b
+,v$
+\B\.svn\b
+\B\.git\b
+\B\.gitignore\b
+\b_darcs\b
+\B\.cvsignore$
+
+# Avoid VMS specific MakeMaker generated files
+\bDescrip.MMS$
+\bDESCRIP.MMS$
+\bdescrip.mms$
+
+# Avoid Makemaker generated and utility files.
+\bMANIFEST\.bak
+\bMakefile$
+\bblib/
+\bMakeMaker-\d
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$ # 6.18 through 6.25 generated this
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+\bBuild.bat$
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
+
+# Avoid temp and backup files.
+~$
+\.old$
+\#$
+\b\.#
+\.bak$
+\.tmp$
+\.#
+\.rej$
+
+# Avoid OS-specific files/dirs
+# Mac OSX metadata
+\B\.DS_Store
+# Mac OSX SMB mount metadata files
+\B\._
+
+# Avoid Devel::Cover and Devel::CoverX::Covered files.
+\bcover_db\b
+\bcovered\b
+
+# Avoid MYMETA files
+^MYMETA\.
+
+^debug.sh
+^tmp
+^buildreq
+^\.emacs\.*
+\.tar(?:\.gz)?$
+\.diff$
+\.patch$
+^bootstrap\.pl

Return to:

Send suggestions and report system problems to the System administrator.