8
0
OBS User unknown
2008-04-06 05:42:48 +00:00
committed by Git OBS Bridge
parent 2881809e3b
commit 657a206d27
4 changed files with 68 additions and 20 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Apr 4 11:20:41 CEST 2008 - ug@suse.de
- version update from 1.12 to 1.15
- appender_thresholds_adjust() with a parameter of 0 now
does nothing (requested by Oliver Koch).
- Added 'defer_connection' to Socket appender so it's more useful
under Apache.
- [rt.cpan.org #32738] fixed caller_depth for error_warn()
(reported by Felix Antonius Wilhelm Ostmann)
- [rt.cpan.org #32942] fixed get_logger() for subclassed Log4perl
(reported by Felix Antonius Wilhelm Ostmann)
- Fixed test suite bug which surfaced in Darwin because temporary
files contain '++' which freaked out the sloppy regex match.
- Better handling of empty config files (reported by Robert Raisch)
- Rewrote the Synchronized appender to use semaphores exclusivly
(got rid of IPC::Shareable).
- Added Log::Log4perl::Util::Semaphore for easy semop handling
Fixed t/026FileApp.t to work on MSWin32.
- Another doc fix by Craig
- Applied Fedora 7 patches
- Added create_at_logtime option to file appender
- Added trace level color (yellow) in ScreenColoredLevels
appender as suggested by Arvind Jayaprakash in
-------------------------------------------------------------------
Mon Jul 16 12:00:29 CEST 2007 - ug@suse.de