8
0
Stephan Kulow
2013-12-18 10:40:52 +00:00
committed by Git OBS Bridge
parent 273b229d5a
commit 7986f25c10
4 changed files with 26 additions and 8 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Dec 18 10:40:28 UTC 2013 - coolo@suse.com
- updated to 0.33
- New copy_to() and move_to() methods. [Robert Rothenberg & Ken Williams]
- As advised in the utime() docs, pass undef as the time for touch().
- Do a better job cleaning up temp files in the tests.
- Optimization: use parent.pm instead of base.pm. [Olivier Mengué]
- Changed the docs to show that file() and dir() are exported by
default.
- Fixed spelling error in POD. [Salvatore Bonaccorso]
-------------------------------------------------------------------
Sun Jun 9 14:52:47 UTC 2013 - coolo@suse.com