PageRenderTime 43ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/Class-Date-1.1.9/Changes

#
#! | 134 lines | 103 code | 31 blank | 0 comment | 0 complexity | 72bc3d749c5f67e42a0963d4b834061f MD5 | raw file
  1. Revision history for Perl extension Class::Date.
  2. 1.1.8 Sun Nov 6 16:36:54 CET 2005
  3. - Added Env::C support for mod_perl environments
  4. - Added documentation about thread-safety and mod_perl issues
  5. 1.1.7 Wed Aug 20 23:16:29 CEST 2003
  6. - Bugfix in Date::Parse support
  7. 1.1.6 Sun Mar 16 18:05:23 CET 2003
  8. - Introducing the NOTZ_TIMEZONE variable to support local time
  9. calculations, where TZ variables are not set.
  10. 1.1.5 Wed Feb 5 23:17:50 CET 2003
  11. - Small documentation fix
  12. 1.1.4 Wed Feb 5 11:15:20 CET 2003 (test release)
  13. - Restored the usage of gmtime and timegm methods, because I cannot
  14. solve the timezone issues on win32 platform.
  15. 1.1.3 Fri Jan 3 09:07:01 CET 2003
  16. - Fixed a warning in the strftime method
  17. 1.1.2 Sat Dec 14 14:46:41 CET 2002
  18. - Test and report buggy strftime implementation
  19. - Fix for strftime
  20. - Hardcoded "Class::Date" class names are removed, to enhance
  21. inheritance
  22. 1.1.1 Wed Aug 28 23:30:43 CEST 2002
  23. - errstr method of Class::Date::Invalid is documented
  24. - Timezone set fix for perl 5.8.0
  25. - Fix for the missing "tzname" declaration on OSX.
  26. - NOTE: gmdate and timezone support still does not work on win32!
  27. 1.1.0 Mon Jul 15 20:24:04 CEST 2002
  28. - Date::Parse support now works well with partly defined dates.
  29. - Full timezone support (except on the win32 platform)
  30. 1.0.10 Sun Mar 10 21:45:58 CET 2002
  31. - Extend the range of operation to 1902-2038 where the underlying
  32. system (perl, POSIX functions) support
  33. 1.0.9 Mon Feb 25 23:19:49 CET 2002
  34. - is_leap_year function added
  35. 1.0.8 Wed Nov 7 12:15:28 CET 2001
  36. - fix Time::Local detection in perl 5.005_03
  37. - The module is now working without a C compiler
  38. - You will get warnings if you request for Date::Parse, but it cannot
  39. be found
  40. 1.0.7 Mon Oct 15 00:22:47 CEST 2001
  41. - fix for function name clash in bleadperl
  42. - Documentation update: Win32 and support chapters added,
  43. Development focus rewritten
  44. 1.0.6 Thu Oct 11 14:26:27 CEST 2001
  45. - Fixed a bug with month_end and newer stable perls (5.6.1)
  46. - Fixed a bug with Time::Local in perl 5.7.2
  47. 1.0.5 Tue Jul 17 14:31:00 CEST 2001
  48. - Restored and documented the compatibility issues with perl 5.005
  49. 1.0.4 Tue Jul 12 11:00:46 CEST 2001
  50. - Fix a bug with RANGE_CHECK in addition
  51. 1.0.3 Tue Jul 3 13:09:04 CEST 2001
  52. - "errmsg" method is not works as expected
  53. - "errstr" is now an alias to "errmsg"
  54. 1.0.2 Wed Jun 27 00:08:05 CEST 2001
  55. - "set" method is renamed to "clone"
  56. - named interface is documented
  57. - minor documentation fixes
  58. 1.0.1 Sat Jun 16 16:14:02 CEST 2001
  59. - added a "set" method to change parts of the date
  60. - fix the "href" method
  61. - Added a $RANGE_CHECK variable, to possiby disable dates like
  62. "2001-02-31"
  63. - Added error handling
  64. - Restored compatibility with perl 5.005
  65. 1.0.0 Mon Jun 11 14:58:29 CEST 2001
  66. - it is now requires perl 5.6 because of using Time::Local
  67. - stable release, basically the same as 0.98
  68. 0.98 Tue May 22 16:46:03 CEST 2001
  69. - bug in "truncate" method fixed
  70. - documentation changes
  71. 0.97 Wed May 16 23:10:17 CEST 2001
  72. - Accepts the date in "YYYY-MM-DD HH:MM" format
  73. - uses Time::Local instead of strftime("%s"), because the latter
  74. is not available in not GNU environment
  75. 0.96 Fri May 11 01:42:36 CEST 2001
  76. - Fixed $DST_ADJUST bug when adding months
  77. - Added $MONTH_BORDER_ADJUST variable and documentation for it
  78. - Added "month_begin", "month_end" and "days_in_month" method
  79. - Fixed the "aref" method
  80. - Doc. grammar fixes
  81. 0.95 Thu May 10 00:11:43 CEST 2001
  82. - Fixed comparison problem with undef
  83. - date("2001-01-31")+'1M'-'1M' != "2001-01-31" "bug" documented
  84. - Fixed the module name in two places (it was Date::Class)
  85. 0.94 Thu Apr 26 16:30:39 CEST 2001
  86. - $date-'1D' bug fixed
  87. - added "now" function
  88. 0.93 Wed Apr 18 12:55:15 CEST 2001
  89. - the return value from Date::Parse is fixed
  90. 0.92 Tue Apr 17 17:23:10 CEST 2001
  91. - made 'Date::Parse' usage optional
  92. 0.91 Mon Apr 9 13:42:49 CEST 2001
  93. - small bugfixes for perl 5.005
  94. - date(undef) and Class::Date::Rel(undef) returns undef
  95. - array method fix (year + 1900, month + 1)
  96. - $DATE_FORMAT is not exportable any more (confusing)
  97. - test fixes
  98. 0.90 Thu Apr 5 13:18:18 CEST 2001
  99. - Complete rewrite based on Matt Sergeant's Time::Object
  100. - Can handle GMT and local time also
  101. - A severe bug fixed concerning the Daylight Saving Time
  102. - Dependency to POSIX.pm has been removed
  103. 0.5 Initial release