Skip to content

Commit

Permalink
Add releaser information to Changes (for in the future when modules a…
Browse files Browse the repository at this point in the history
…re released by others)
  • Loading branch information
sharyanto committed Jun 14, 2012
1 parent 251247f commit 5538d9b
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions Changes
@@ -1,14 +1,14 @@
Revision history for Log-Any-App Revision history for Log-Any-App


0.37 2012-02-28 0.37 2012-02-28 (SHARYANTO)


[ENHANCEMENTS] [ENHANCEMENTS]


Enable showing location (%l, function/file/line number) via environment Enable showing location (%l, function/file/line number) via environment
LOG_SHOW_LOCATION. LOG_SHOW_LOCATION.




0.36 2012-02-25 0.36 2012-02-25 (SHARYANTO)


[ENHANCEMENTS] [ENHANCEMENTS]


Expand All @@ -21,32 +21,32 @@ Revision history for Log-Any-App
${OUTPUT}_LOG_CATEGORY_LEVEL ${OUTPUT}_LOG_CATEGORY_LEVEL




0.35 2011-10-26 0.35 2011-10-26 (SHARYANTO)


No functional changes, but now runs on Perl 5.8.x (previously requires No functional changes, but now runs on Perl 5.8.x (previously requires
5.10). 5.10).




0.34 2011-07-14 0.34 2011-07-14 (SHARYANTO)


[ENHANCEMENTS] [ENHANCEMENTS]


- Add another mechanism to set logging level from outside the script: - Add another mechanism to set logging level from outside the script:
using level flag files. using level flag files.




0.33 2011-06-17 0.33 2011-06-17 (SHARYANTO)


Fix Perl undef warning. Fix Perl undef warning.




0.32 2011-06-15 0.32 2011-06-15 (SHARYANTO)


Require Log::Dispatch::Dir 0.08. Use default filename_pattern from Require Log::Dispatch::Dir 0.08. Use default filename_pattern from
Log::Dispatch::Dir. Log::Dispatch::Dir.




0.31 2011-04-08 0.31 2011-04-08 (SHARYANTO)


No functional changes. No functional changes.


Expand All @@ -55,7 +55,7 @@ Revision history for Log-Any-App
- Fix typos. - Fix typos.




0.30 2011-04-08 0.30 2011-04-08 (SHARYANTO)


[INCOMPATIBLE CHANGES] [INCOMPATIBLE CHANGES]


Expand All @@ -71,7 +71,7 @@ Revision history for Log-Any-App
- Add summary table in Synopsis (suggested by David Golden). - Add summary table in Synopsis (suggested by David Golden).




0.29 2011-04-07 0.29 2011-04-07 (SHARYANTO)


No functional changes. No functional changes.


Expand All @@ -80,104 +80,104 @@ Revision history for Log-Any-App
- Revise documentation. Better Synopsis and Description, I hope. - Revise documentation. Better Synopsis and Description, I hope.




0.28 2011-03-30 0.28 2011-03-30 (SHARYANTO)


[ENHANCEMENTS] [ENHANCEMENTS]


- Add arguments for file: date_pattern, tz (requested by - Add arguments for file: date_pattern, tz (requested by
an0nym0us_m0nk) an0nym0us_m0nk)




0.27 2011-02-16 0.27 2011-02-16 (SHARYANTO)
- Incomplete fix in 0.26 - Incomplete fix in 0.26


0.26 2011-02-16 0.26 2011-02-16 (SHARYANTO)
- Avoid error when Log::Any::App is require'd without import. - Avoid error when Log::Any::App is require'd without import.


0.25 2011-01-26 0.25 2011-01-26 (SHARYANTO)
- Silence Perl's "Too late to run INIT block" warning - Silence Perl's "Too late to run INIT block" warning
- Add some documentation about require()-ing Log::Any::App in runtime - Add some documentation about require()-ing Log::Any::App in runtime
phase phase


0.24 2010-12-17 0.24 2010-12-17 (SHARYANTO)
- If file path ends with a /, it is assumed to be a directory and log - If file path ends with a /, it is assumed to be a directory and log
name is appended to it name is appended to it


0.23 2010-11-11 0.23 2010-11-11 (SHARYANTO)
- Fix test: untaint path for FileRotate [ct] - Fix test: untaint path for FileRotate [ct]


0.22 2010-11-10 0.22 2010-11-10 (SHARYANTO)
- Fixed dist.ini (require File::Path 2.07 not yet specified) - Fixed dist.ini (require File::Path 2.07 not yet specified)


0.21 2010-11-09 0.21 2010-11-09 (SHARYANTO)
- Remove warning messages in test - Remove warning messages in test


0.20 2010-11-09 0.20 2010-11-09 (SHARYANTO)
- Fixed: Log4perl configuration (yet again!), now mixing - Fixed: Log4perl configuration (yet again!), now mixing
level/category_level (general and per-output) works level/category_level (general and per-output) works
- Add some tests - Add some tests


0.19 2010-11-08 0.19 2010-11-08 (SHARYANTO)
- Fixed typo - Fixed typo


0.18 2010-11-08 0.18 2010-11-08 (SHARYANTO)
- New: '-category_alias' option - New: '-category_alias' option
- New: 'category_level' option - New: 'category_level' option
- New: 'category' in output spec now accepts array - New: 'category' in output spec now accepts array
- Doc: Rewritten usage & examples section - Doc: Rewritten usage & examples section


0.17 2010-11-06 0.17 2010-11-06 (SHARYANTO)
- Doc updates. - Doc updates.
- Respect environment COLOR=0/1 to disable/enable screen color. - Respect environment COLOR=0/1 to disable/enable screen color.


0.16 2010-11-04 0.16 2010-11-04 (SHARYANTO)
- More detailed debugging under LOGANYAPP_DEBUG. - More detailed debugging under LOGANYAPP_DEBUG.
- Doc: some more examples. - Doc: some more examples.


0.15 2010-11-04 0.15 2010-11-04 (SHARYANTO)
- Fixed: Setting per-target level. - Fixed: Setting per-target level.


0.14 2010-07-21 0.14 2010-07-21 (SHARYANTO)
- Fixed: Unit for FileRotate max_size is not in MB but bytes. - Fixed: Unit for FileRotate max_size is not in MB but bytes.


0.13 2010-07-21 0.13 2010-07-21 (SHARYANTO)
- Allow turning off each facility via FILE_LOG_LEVEL=off, - Allow turning off each facility via FILE_LOG_LEVEL=off,
SCREEN_LOG_LEVEL=off, and so on. SCREEN_LOG_LEVEL=off, and so on.


0.12 2010-05-07 0.12 2010-05-07 (SHARYANTO)
- Switch to DZP::AutoPrereq (but DZP::MinimumPerl failed) - Switch to DZP::AutoPrereq (but DZP::MinimumPerl failed)


0.11 2010-05-07 0.11 2010-05-07 (SHARYANTO)
- Require Perl 5.10 - Require Perl 5.10


0.10 2010-05-06 0.10 2010-05-06 (SHARYANTO)
- Fixed: determining general level (again!) - Fixed: determining general level (again!)
- Fixed: setting pattern - Fixed: setting pattern


0.09 2010-05-06 0.09 2010-05-06 (SHARYANTO)
- Fixed: Parsing -level should be done before other opts. - Fixed: Parsing -level should be done before other opts.


0.08 2010-04-23 0.08 2010-04-23 (SHARYANTO)
- Add pattern_style. - Add pattern_style.


0.07 2010-04-16 0.07 2010-04-16 (SHARYANTO)
- Changed running init() in INIT phase instead of CHECK (to - Changed running init() in INIT phase instead of CHECK (to
prevent it running when under -c). prevent it running when under -c).


0.06 2010-04-09 0.06 2010-04-09 (SHARYANTO)
- Fixed wrong version (typo) in dependency - Fixed wrong version (typo) in dependency


0.05 2010-04-09 0.05 2010-04-09 (SHARYANTO)
- Require newer version of Log::Any & Log::Any::Adapter - Require newer version of Log::Any & Log::Any::Adapter
- Bug fix: did not DEBUG, TRACE, etc environment correctly - Bug fix: did not DEBUG, TRACE, etc environment correctly


0.04 2010-03-24 0.04 2010-03-24 (SHARYANTO)
- Don't log to file when testing. - Don't log to file when testing.


0.03 2010-03-24 0.03 2010-03-24 (SHARYANTO)
- Require File::Path >= 2.07 (for make_path) - Require File::Path >= 2.07 (for make_path)


0.02 2010-03-19 0.02 2010-03-19 (SHARYANTO)
- Add -dump option. - Add -dump option.
- default mode append for file. - default mode append for file.
- Add debug statements (activated via LOGANYAPP_DEBUG=1) to - Add debug statements (activated via LOGANYAPP_DEBUG=1) to
Expand All @@ -186,5 +186,5 @@ Revision history for Log-Any-App
- Don't do screen colors unless in interactive terminal. - Don't do screen colors unless in interactive terminal.
- Bug fix: export '$log' in BEGIN, not CHECK phase. - Bug fix: export '$log' in BEGIN, not CHECK phase.


0.01 2010-03-17 0.01 2010-03-17 (SHARYANTO)
First release. First release.

0 comments on commit 5538d9b

Please sign in to comment.