"Fossies" - the Fresh Open Source Software Archive

Member "Class-Date-1.1.17/Changes" (1 Jun 2018, 5501 Bytes) of package /linux/privat/Class-Date-1.1.17.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "Changes": 1.1.16_vs_1.1.17.

    1 Revision history for Class::Date
    2 
    3 1.1.17 2018-06-01
    4   [ BUG FIXES ]
    5     - Modules still had the hard-coded $VERSIONs in them. (GH#11)
    6 
    7   [ STATISTICS ]
    8     - code churn: 4 files changed, 191 insertions(+), 180 deletions(-)
    9 
   10 1.1.16 2018-05-26
   11   - Remove the xs part of the distribution, which  was not adding much for
   12     the extra pain.
   13   - Quiet spurious warning. (GH#9)
   14   - Fix typos in documentation. (GH#5)
   15 
   16   [ STATISTICS ]
   17     - code churn: 22 files changed, 181 insertions(+), 510 deletions(-)
   18 
   19 1.1.15 2014-05-05T06:18:37Z
   20   - Don't require Env::C  due to RT #95332
   21 
   22 1.1.14 2014-05-03T11:02:33Z
   23   - Move Date/Const.pm to lib/Calss/Date/
   24   - Move Class::Date::Invalid and Class::Date::Rel to their own files in
   25     lib/Class/Date/
   26   - Require Scalar::Util and remove work-around lack of Scalar::Util
   27   - Require Env::C
   28 
   29 1.1.13 2014-05-02T08:32:15Z
   30   - Use Test::More for testing
   31 
   32 1.1.12 2014-04-30T08:44:29Z
   33   - Fixing MANIFEST.SKIP to include Makefile.PL and exclue MYMETA files.
   34 
   35 1.1.11 2014-04-30T06:56:24Z
   36   - Convert the pod to UTF8 and add =encoding RT #94657 
   37   - Minumum version of perl is not 5.006
   38   - Makefile updated
   39   - New maintainer: Gabor Szabo
   40 
   41 1.1.10 2010-07-18T13:27:39Z
   42   - Remove the deprecated UNIVERSAL::import (Vladimir Timofeev)
   43 
   44 1.1.9 2006-05-14T22:52:50Z
   45   - Added "meridiam" and "ampm" methods by llarian
   46 
   47 1.1.8 2005-11-06T16:36:54Z
   48   - Added Env::C support for mod_perl environments
   49   - Added documentation about thread-safety and mod_perl issues
   50 
   51 1.1.7 2003-08-20T23:16:29Z
   52   - Bugfix in Date::Parse support
   53 
   54 1.1.6 2003-03-16T18:05:23Z
   55   - Introducing the NOTZ_TIMEZONE variable to support local time
   56     calculations, where TZ variables are not set.
   57 
   58 1.1.5 2003-02-05T23:17:50Z
   59   - Small documentation fix
   60 
   61 1.1.4 2003-02-05T11:15:20Z (test release)
   62   - Restored the usage of gmtime and timegm methods, because I cannot solve
   63     the timezone issues on win32 platform.
   64 
   65 1.1.3 2003-01-03T09:07:01Z
   66   - Fixed a warning in the strftime method
   67 
   68 1.1.2 2002-12-14T14:46:41Z
   69   - Test and report buggy strftime implementation
   70   - Fix for strftime
   71   - Hardcoded "Class::Date" class names are removed, to enhance inheritance
   72 
   73 1.1.1 2002-08-28T23:30:43Z
   74   - errstr method of Class::Date::Invalid is documented
   75   - Timezone set fix for perl 5.8.0
   76   - Fix for the missing "tzname" declaration on OSX.
   77   - NOTE: gmdate and timezone support still does not work on win32!
   78 
   79 1.1.0 2002-07-15T20:24:04Z
   80   - Date::Parse support now works well with partly defined dates.
   81   - Full timezone support (except on the win32 platform)
   82 
   83 1.0.10 2002-03-10T21:45:58Z
   84   - Extend the range of operation to 1902-2038 where the underlying system
   85     (perl, POSIX functions) support
   86 
   87 1.0.9 2002-02-25T23:19:49Z
   88   - is_leap_year function added
   89 
   90 1.0.8 2001-11-07T12:15:28Z
   91   - fix Time::Local detection in perl 5.005_03
   92   - The module is now working without a C compiler
   93   - You will get warnings if you request for Date::Parse, but it cannot be
   94     found
   95 
   96 1.0.7 2001-10-15T00:22:47Z
   97   - fix for function name clash in bleadperl
   98   - Documentation update: Win32 and support chapters added, Development
   99     focus rewritten
  100 
  101 1.0.6 2001-10-11T14:26:27Z
  102   - Fixed a bug with month_end and newer stable perls (5.6.1)
  103   - Fixed a bug with Time::Local in perl 5.7.2
  104 
  105 1.0.5 2001-07-17T14:31:00Z
  106   - Restored and documented the compatibility issues with perl 5.005
  107 
  108 1.0.4 2001-07-12T11:00:46Z
  109   - Fix a bug with RANGE_CHECK in addition
  110 
  111 1.0.3 2001-07-03T13:09:04Z
  112   - "errmsg" method is not works as expected
  113   - "errstr" is now an alias to "errmsg"
  114 
  115 1.0.2 2001-06-27T00:08:05Z
  116   - "set" method is renamed to "clone"
  117   - named interface is documented
  118   - minor documentation fixes
  119 
  120 1.0.1 2001-06-16T16:14:02Z
  121   - added a "set" method to change parts of the date
  122   - fix the "href" method
  123   - Added a $RANGE_CHECK variable, to possiby disable dates like 
  124     "2001-02-31"
  125   - Added error handling
  126   - Restored compatibility with perl 5.005
  127 
  128 1.0.0 2001-06-11T14:58:29Z
  129   - it is now requires perl 5.6 because of using Time::Local
  130   - stable release, basically the same as 0.98
  131 
  132 0.98 2001-05-22T16:46:03Z
  133   - bug in "truncate" method fixed
  134   - documentation changes
  135 
  136 0.97 2001-05-16T23:10:17Z
  137   - Accepts the date in "YYYY-MM-DD HH:MM" format
  138   - uses Time::Local instead of strftime("%s"), because the latter is not
  139     available in not GNU environment
  140 
  141 0.96 2001-05-11T01:42:36Z
  142   - Fixed $DST_ADJUST bug when adding months
  143   - Added $MONTH_BORDER_ADJUST variable and documentation for it
  144   - Added "month_begin", "month_end" and "days_in_month" method
  145   - Fixed the "aref" method
  146   - Doc. grammar fixes
  147 
  148 0.95 2001-05-10T00:11:43Z
  149   - Fixed comparison problem with undef
  150   - date("2001-01-31")+'1M'-'1M' != "2001-01-31" "bug" documented
  151   - Fixed the module name in two places (it was Date::Class)
  152 
  153 0.94 2001-04-26T16:30:39Z
  154   - $date-'1D' bug fixed
  155   - added "now" function
  156 
  157 0.93 2001-04-18T12:55:15Z
  158   - the return value from Date::Parse is fixed
  159 
  160 0.92 2001-04-17T17:23:10Z
  161   - made 'Date::Parse' usage optional
  162 
  163 0.91 2001-04-09T13:42:49Z
  164   - small bugfixes for perl 5.005
  165   - date(undef) and Class::Date::Rel(undef) returns undef
  166   - array method fix (year + 1900, month + 1)
  167   - $DATE_FORMAT is not exportable any more (confusing)
  168   - test fixes
  169 
  170 0.90 2001-04-05T13:18:18Z
  171   - Complete rewrite based on Matt Sergeant's Time::Object
  172   - Can handle GMT and local time also
  173   - A severe bug fixed concerning the Daylight Saving Time
  174   - Dependency to POSIX.pm has been removed
  175 
  176 0.5 2001-03-12
  177   - Initial release