8
0
Stephan Kulow
2014-03-07 06:52:16 +00:00
committed by Git OBS Bridge
parent a623f6c526
commit 5a63201ea1
4 changed files with 24 additions and 10 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Mar 7 06:51:23 UTC 2014 - coolo@suse.com
- updated to 0.30
- add docs abount POSIX::strftime::Compiler
- non trial release
- [TRIAL] switch to using POSIX::strftime::Compiler
- fixed POSIX::setlocale fails on system without locales (Android) #6 (Thank you dex4er)
- skip tz test on Windows.
- requires perl v5.8.4 (Thank you dex4er)
- skip tz test on Cygwin.
- Fixed test. Cygwin does not die tzset. But timezone does not been changed
- Fixed test. POSIX::tzset not implemented on Windows (Thank you dex4er)
- Check tzoffset for every line. It's need for daylight saving time.
- Use POSIX::strftime::GNU if available (Thank you dex4er)
-------------------------------------------------------------------
Tue Jul 9 07:50:21 UTC 2013 - coolo@suse.com