1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
0.21
2022-11-23 Sam Varshavchik <mrsam@courier-mta.com>
* make install: replace absolute links with relative links.
0.20
2022-11-12 Sam Varshavchik <mrsam@courier-mta.com>
* Adjust deb packaging. Check /etc/lsb-release and include the
distribution release in the deb package version, to faciliate
updating to the same version of the package in an updated release.
Fix build dependencies.
Add use strict+warnings
0.19
2022-05-22 Sam Varshavchik <mrsam@courier-mta.com>
* configure.ac: autotools update.
2022-04-14 Sam Varshavchik <mrsam@courier-mta.com>
* Add scripts to create installable .deb packages, update
documentation.
0.18
2021-02-19 Sam Varshavchik <mrsam@courier-mta.com>
* spec file: additional fixes.
2019-11-10 Sam Varshavchik <mrsam@courier-mta.com>
* configure.ac: Update for Fedora 31 RPM.
0.17
2013-08-25 Sam Varshavchik <mrsam@courier-mta.com>
* sysconftoolize.pl: Add --copy option to sysconftoolize.
* Migrated to git repo.
0.16
2011-04-05 Sam Varshavchik <mrsam@courier-mta.com>
* Migrated to subversion repo.
2007-07-26 Mr. Sam <mrsam@courier-mta.com>
* COPYING: GPL 3
2007-04-06 Mr. Sam <mrsam@lc2440>
* configure.in: Update documentation to Docbook XML V4.4
0.15
2005-07-16 Mr. Sam <mrsam@courier-mta.com>
* sysconftool.m4.in: Pacify autoconf 2.59.
2005-02-21 Mr. Sam <mrsam@courier-mta.com>
* sysconftool7.sgml: Clarify that sysconftool scans until next ##NAME
0.14
2003-04-22 Mr. Sam <mrsam@courier-mta.com>
* Converted documentation to docbook SGML.
2003-04-20 Mr. Sam <mrsam@courier-mta.com>
* configure.in: Update GNU toolchain.
2001-12-19 Mr. Sam <mrsam@courier-mta.com>
* Makefile.am (install-exec-hook): Fix ln -s failing on reinstall.
2001-12-19 Ken Herron <Kherron@newsguy.com>
* sysconftoolize.pl.in: Initilize $prefix.
2000-12-09 Mr. Sam <mrsam@gwl.email-scan.com>
* Makefile.am: Added standard makefile targets for management.
2000-12-08 Mr. Sam <mrsam@gwl.email-scan.com>
* sysconftool.[17].html: Remove explicit (n) -- added by html2man
anyway.
* README: rpm -ta no longer needs --target=noarch
2000-12-07 Mr. Sam <mrsam@courier-mta.com>
* Initial checkin
|