2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2015-06-03 09:19:43 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 6.50:
VERSION 6.50 2015-06-01
Bug fixes
Not really a bug, but 6.49 got a bunch of NYTprof data bundled with it
by mistake. It's been removed. RT 103252
Fixed a bug where information about whether a date was complete or
truncated was discarded. Jim Avera
Fixed a bug where SetDate with a zone alias failed.
Added the Format_MMMYYYY config variable to allow the truncated format
mmmYYYY to be parsed instead of mmmDDYY. David W. Morganwalp and RT 103142
Fixed Makefile.PL/Build.PL to correct for a change on perl on windows
which changes a module prereq requirement. Alexandr Ciornii
Time zone fixes
Newest zoneinfo data (tzdata 2015d)
Added aliases for older HP-UX time zones. RT 104141
Documentation fixes
Fixed URL for tzdata. Mohammad S Anwar
Better POD formats.
Fixed a documentation error. RT 103966
|
2015-03-05 08:00:17 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 6.49:
Added a deprecation warning
The TZ config variable is going away. Added a deprecation
warning.
Some speedups for timezone handling
Based on RT 102284, I have done some optimization of the timezone
handling code.
Bug fixes
Added the missing is_date base method to Date::Manip::Base.
Mario Domgoergen.
Time zone fixes
Newest zoneinfo data (tzdata 2015a)
Language fixes
A number of corrections by Nicholas Riley
|
2014-12-03 16:00:05 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 6.48:
VERSION 6.48 2014-12-01
Put repository on GitHub
Suggested by Gabor Szabo
parse_time now parses ISO 8601 times
The parse_time routine wouldn't correctly parse ISO 8601 times. This
is now fixed.
Parsing special dates with timezones now works
Parsing special date formats with timezones is now supported such as:
Christmas at noon PST
in 3 days at noon PST
now PST
epoch 3000000 PST
dm_zdump modified
To match the newest version of zdump, the gmtoff is now added at the end
of each line.
Bug fixes
Fixed a bug in the printf method that would not handle embedded newlines
correctly (and resulted in an infinite loop if it were preceded by a '%').
Henrique Martins
Fixed a bug where '24:00' was not parsed correctly (though '24:00:00' was).
Fixed a bug where fractional values separated by a comma weren't parsed
correctly.
Time zone fixes
Newest zoneinfo data (tzdata 2014j)
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-10-09 15:45:06 by Thomas Klausner | Files touched by this commit (456) |
Log message:
Remove SVR4_PKGNAME, per discussion on tech-pkg.
|
2014-09-06 14:48:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 6.47:
VERSION 6.47 2014-09-01)
Time zone fixes
Newest zoneinfo data (tzdata 2014f)
Language fixes
Fixed some encoding errors in the language pod documentation.
|
2014-07-13 03:55:15 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 6.46
No changelog upstream.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2014-04-24 02:35:32 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 6.43. From the changelog:
Several changes to distribution files
I made several changes to Build.PL, Makefile.PL, META.yml in order
to improve the quality (or kwalitee) of the module. None of these
should impact anyone using the module.
Time zone fixes
Newest zoneinfo data (tzdata 2013i)
Newest zoneinfo data (tzdata 2013h)
Documentation fixes
Cleaned up some of the Recur documentation. Suggested by RT 92794
Added ParseDateFormat function
Added the ParseDateFormat function to the DM6 functional interface
in response to RT 89286.
Added Common Log format
Added the date format used in apache logs: 11/Oct/2000:13:55:36
-0700 RT 89286.
Bug fixes
Fixed a bug where dates of the form of a delta with a timezone
attached (i.e. "1 day ago at midnight UTC") failed. RT 89256
Fixed a bug where events handling gave a warning if there were no
events that applied. RT 90344
|