# Version/Revision history
0.10 Tue 30 Jun 2026 12:36:09 MSK
* Changed default logging backend from syslog to STDERR.
Applications relying on implicit syslog logging should explicitly
configure file => "syslog:" (or file => "@") instead.
* Added explicit logging targets:
file => "stdout:"
file => "stderr:"
file => "syslog:"
* Short aliases are also supported:
"-" => stdout
"=" => stderr
"@" => syslog
* If a log file cannot be opened, logging automatically falls back to
STDERR instead of aborting initialization.
0.09 Sat 27 Jun 2026 19:12:29 MSK
* Added Acrux::Util::parse_words function
0.08 Tue 20 Jan 2026 19:29:10 MSK
* Project relicensed from the Perl 5 dual license to the Artistic License 2.0
* Added Acrux::Digest::Damm module with checkdigit/digest methods
* Added Acrux::FileLock module
0.07 Tue 04 Nov 2025 16:21:16 MSK
* Acme::Crux: root, configfile, logfile, pidfile attributes are redesigned
Now each of the listed attributes does not depend on the application
execution context.
0.06 Wed 05 Mar 2025 14:12:11 MSK
* Disabled strf test
0.05 Wed 21 Aug 2024 19:07:48 MSK
* The definition of the IS_TTY constant has been changed
* Added the prompt util function
* Modified 11-strf.t
0.04 Fri 14 Jun 2024 19:25:44
* Added strf util function
0.03 Sun 18 Feb 2024 07:50:05 MSK
* Added new requiremets
* Documentation modified
* The root directory for the config only applies to default files
0.02 Fri 02 Feb 2024 16:25:24 MSK
* Added core modules
* Added documentation
0.01 Sun 28 Jan 2024 16:55:47 MSK
* Initial release