5.72 2015-01-11
- Added EXPERIMENTAL support for case-insensitive attribute selectors like
[foo="bar" i] to Mojo::DOM::CSS.
- Added max_lines attribute to Mojo::Headers.
- Improved Mojo::Reactor::EV to update the current time before starting a
timer.
- Improved error messages for start-line and header limits.
- Fixed bug in Mojo::Headers where max_line_size was not checked correctly.
- Fixed whitespace bug in Mojo::DOM::CSS.
- Add ${PERL5_LICENSE}
- Add post-patch: target to remove garbage
(upstream)
Update 2.28 to 2.29
2.29 2005-12-10
- Fixed the setCookie() domain checking to be domain agnostic.
- Fixed the print(css => []) issue where entries were not being displayed
one to a line, unless you had postfixed them with \n.
- If you don't specify a -Options hashref for a select box, it now creates
an empty one for you instead of blowing an error since this is a usefull
and valid case.
- Added #VALUE=x# for Feature Request 1398696.
- Worked on fixing Bug#1453214 by making the formSubmittedVariable only be
required when we have form items that depend on it to know what state they
are in. checkbox, select, multi-select, select-picker all depend on it.
- Worked on fixing Bug#1284264 by making the required string only be displayed
when there are user visible required items. Improved the createTemplate()
output to take this into account and to only display the table elements when
there are user visible form items defined.
- Fixing bug #1454087.
From DESCR:
tenshi is a log monitoring program, designed to watch one or more log files for
lines matching user defined regular expressions and report on the matches. The
regular expressions are assigned to queues which have an alert interval and a
list of mail recipients.
Queues can be set to send a notification as soon as there is a log line
assigned to it, or to send periodic reports.
gettimeofday() directly. With a 32-bit clock_t and a 100Hz tick,
times() will wrap once every 497 days if my math isn't too far off,
and this will land us in an assert() in dbeacon and with a core dump.
So instead use gettimeofday() and save 2 x getrusage() per earlier
times() call. Retain some protection against gettimeofday() failing.
Bump PKGREVISION.
Do not require releases to contain install floppies, since amd64 no
longer has them.
The default value of the --boot-from option is now "cdrom" if the
install floppies are missing.
When reporting a failed download of optional files, be clearer that
this is not an error. Also, don't treat arbitrary exceptions during
downloads as indicating a missing file, only the expected IOError.
Increase the default disk size from 768M to 1G, as 768M is no
longer sufficient for amd64.
New command line option --structured-log-file. This is like
--structured-log but takes the name of a log file as an
argument, and the structured logging is in addition to, not
instead of, the traditional logging to stdout.
Increase installation timeout from 1 hour to 3 hours so that
a system built with DEBUG and LOCKDEBUG can be installed under
qemu without timing out.
Unconditionally print a greeting message including the version number
of startup, so that logs from automated anita runs will always
indicate the version used.
In --structured-log mode, log the string matched by expect() instead
of the return value, as the latter is always zero and therefore
conveys no useful information.
uses zope nor pkgsrc.
Changes:
4.1.2 (2014-12-27)
Add support for PyPy3.
Remove unittest assertions deprecated in Python3.x.
Add zope.interface.document.asReStructuredText, which formats the generated
text for an interface using ReST double-backtick markers.
4.1.1 (2014-03-19)
Add support for Python 3.4.
4.1.0 (2014-02-05)
Update bootstrap.py to version 2.2.
Add @named(name) declaration, that specifies the component name, so it does not
have to be passed in during registration.
which already tweaked the tty.sh file, name it according to the new rules.
This is to actually get the netbsd-5 branch working with this, since
realpath() insists on a non-NULL second argument.
Updated www/p5-Rose-HTML-Objects to 0.621
Updated www/p5-Rose-HTMLx-Form-Related to 0.24
Updated www/p5-Router-Simple to 0.17
Updated www/p5-Squatting to 0.83
Updated www/p5-Starlet to 0.24
Updated www/p5-Starman to 0.4011
Updated www/p5-Template-Toolkit-Simple to 0.31
Updated www/p5-Test-WWW-Mechanize-Catalyst to 0.60
Updated www/p5-Twiggy to 0.1025
Updated www/p5-WWW-Amazon-Wishlist to 2.012
Updated www/p5-WWW-Mechanize to 1.73
Updated www/p5-WWW-Pastebin-PastebinCom-Create to 1.003
Updated www/p5-WWW-Shorten to 3.06
Updated www/p5-Web-Scraper to 0.38
1.003 2014-01-17
- Fixed a bug where the module died when a network error occured
1.002 2014-01-11
- Fixed the module and the tests to handle properly the case
when we reach the daily 10-pastes limit.
1.001 2014-01-07
- Resurrected the module for use with App::Nopaste
1.73 2013-08-24
========================================
[TESTS]
- Update t/local/back.t to use LocalServer for 404 checking to avoid fails
on win32. Fix by Matt S Trout, patient diagnostics and testing provided
by jayefuu of freenode #perl
- Blow away more proxy env vars in LocalServer, and do it on load so that
the LWP env checking doesn't happen before we've done it.
[OTHER CHANGES]
- Better error when passing only one parameter to follow_link
2014-11-28 Kingpin <Martin@EV-9D9>
* lib/WWW/Amazon/Wishlist.pm (get_list): fixed now that HTML page
layouts are same
2013-12-14 Kingpin <Martin@EV-9D9>
* lib/WWW/Amazon/Wishlist.pm (_extract): fixed for new HTML page layouts
Upstream changes:
Release date: 12 January, 2015
Here is the full list of fixed issues in 2.8.2.
CONTENTS [hide]
1 Highlights
2 Functional changes
3 API changes
4 UI changes
5 Security issues
6 Fixes and improvements
7 See also
Highlights
MDL-40241 - Default Manager and Teacher role are able to manually mark course as completed
MDL-46442 - Notifications about assignment re-submissions are sent
MDL-43462 - EditPDF correctly shows landscape PDFs
MDL-43679 - Clicking link to Moodle in MS Word no longer results "You are already logged in" message
Functional changes
MDL-42717 - Ensure automated backup files are deleted when an error occurs because of directory permissions
MDL-47601 - Ensure old automated backups are deleted including the case when file name is renamed from language string
MDL-48023 - Changed "Cache-control: private" to "public" on public static files to increase performance
MDL-48224 - In the Task API, each adhoc and scheduled task now has it's own SMTP buffer, and the legacy cron has one buffer for all tasks. Previously scheduled tasks had no buffer, and the legacy cron had a buffer only for tasks of activity modules.
MDL-33606 - Make distinction between all section course view and a single section course view log entry
API changes
MDL-44657 - No more Javascript error when the form class is namespaced
MDL-22309 - get_role_users() works correctly when a user is assigned more than one role
MDL-48697 - Completion directory is recognized by Moodle as a valid component directory
MDL-48495 - Limit protocols supported by curl by default
UI changes
MDL-35078 - End date for self enrolment on the bulk enrolment form now also contains time
MDL-42501 - Added help about deleting grades in the course reset form
MDL-48206 - Wider textarea for the comments in the comments block
Security issues
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
Fixes and improvements
MDL-40097 - Course completion role criteria no longer causes fatal error
MDL-35494 - User is able to restore an activity even when they own only one course
MDL-20304 - Practice lesson does not appear in Gradebook [Patch]
MDL-45324 - Grading notifications are not sent before the grades are released to students
MDL-47133 - Keyboard shortcuts in Atto do not interfere with regional keyboard settings
MDL-37704 - Possible to lock Description field in users' profiles
MDL-36240 - Calendar events from activities are restored even without user data
MDL-14908 - Parent Role can view courses for students that are in groups
MDL-46472 - Fixed upgrade loop caused by undeletable themes
MDL-31822 - Non-default section name is shown at the site level
MDL-47475 - PDF annotation is visible by all students in the team and not only by the one who made a submission
MDL-47993, MDL-48088 - Correctly parse dates with timezones when importing from Microsoft calendar
MDL-48150 - Fixed a bug whereby only the first post in a forum was sent with the correct headers on each run of cron
MDL-48288, MDL-48191 - Grader report's floating headers work correctly when email or average row is hidden
MDL-48179 - Backup progress no longer times out when compressing large backup
MDL-48164 - 'Reply to email' does not result in out-of-office replies posted in forum
0.60 Fri Dec 26 22:00 GMT 2014
- Make two test cases compatible with Catalyst 5.90080+ changes
to encoding (UTF8 because default).
- Added a new test case that runs only under 5.90080 and makes
sure that expected UTF8 stuff works.
0.59 Mon Jan 13 11:23 GMT 2014
- Use Class::Load instead of Class::MOP::load_class(). RT#90978
- Fix typos in POD and comments. RT#85171
0.58 Sat Jun 30 17:01 BST 2012
- Fix external server test.
- Fix infinite redirects. RT#76614
- Make fail to start server more verbose. RT#77174
- Fix test skip count. RT#77181
0.57 Wed Apr 4 10:03 BRT 2012
- Fixed RT 52270
- Add PERL5_MODULE_TYPE= Module::Build::Tiny
(upstream)
- Update 0.3006 to 0.4011
0.4011 2014-11-11 08:07:43 PST
- Move the app dispatch into a method #107
0.4010 2014-08-22 09:37:22 PDT
- Support --read-timeout #103 (slobo)
- Handle Expect header case insensitively #101 (oschwald)
0.4009 2014-04-03 14:39:27 PDT
- Do not send chunked body for HEAD requests #87 (therigu)
- Added --disable-proctitle option to disable the proctitle change #97
0.4008 2013-09-08 21:09:22 PDT
- Make response write loop a zero-copy (ap)
0.4007 2013-09-02 17:11:38 PDT
- Handle EPIPE and stops writing to the socket #84 (ap)
0.4006 2013-08-16 12:43:19 PDT
- Same as 0.4005, non-devel
0.4005 2013-08-13 22:12:11 PDT
- Fix SSL implementation bug where body longer than 16K doesn't
get written correctly #78 (kazeburo, siracusa)
0.4004 2013-08-12 11:41:13 PDT
- Note that SSL support is experimental
0.4003 2013-08-08 14:32:24 PDT
- Fix ssl condition for banner
0.4002 2013-08-08 14:20:45 PDT
- Fix banner message for host/port broken in 0.4 (siracusa)
0.4001 2013-07-29 23:14:10 PDT
- Skip ssl tests if LWP doesn't support HTTPS
0.4000 2013-07-28 23:53:55 PDT
- support SSL (aristotle)
0.3014 2013-06-16 01:07:52 PDT
- bump Test::TCP dep, not really necessary but avoid 1.27 bug
0.3013 2013-06-12 22:52:54 PDT
- Fix writer tests for Plack update
0.3012 2013-06-12 12:31:11 PDT
- typo fixes
- Fix dependencies for LWP::UserAgent
0.3011 2013-04-24 17:39:31 PDT
- Disabled flock serialization when it's unnecessary. This will
improve the performance when you have many Starman worker
processes on Linux systems (kazeburo) #69
0.3010 2013-04-24 07:04:02 PDT
- Switch back to Module::Build::Tiny with fixed #!perl shebang
0.3009 2013-04-23 17:34:57 PDT
- Switch to MakeMaker because of shebang bug
https://github.com/Leont/module-build-tiny/issues/3
0.3008 2013-04-06 22:04:53 PDT
- switch to Module::Build::Tiny with Milla. Might not install
bat correctly but we don't support Win32 anyway.
0.3007 2013-03-28 12:55:45 PDT
- Accept HTTP requests with LF termination per HTTP spec
recommendation (oschwald) #56
- Documentation fix (oalders)
0.24
- worker processes always receive different sequence of values when
calling "rand()"
0.23
- serialize calls to select -> accept when listening to multiple ports
0.22
- listen to multiple ports passed from Server::Starter (ttakezawa)
0.21
- support listening to unix socket (passed by Server::Starter) (kazeburo)
0.20
- support HTTP/1.1 (kazeburo)
0.19
- update the dependencies now that Plack no more depends on LWP
(miyagawa; https://github.com/plack/Plack/pull/408)
- add support for psgix.harakiri (audreyt)
0.83 Wed Feb 19 19:13:33 PST 2014
- bin/squatting :: wrapped qw() in parens to avoid syntax warning
0.82 2013-08-11
- Squatting::With::PerHostConfig was removed, because I realized
that it couldn't work the way I wanted it, too. By the time
it modified %CONFIG, it would be too late to affect the response
in a meaningful way.
- Small patch from Duncan Garland to remove warnings issued by perl 5.14
0.24 2 Nov 2013
- skip POD tests on CPAN
0.23 24 Sept 2013
- doc patch from Adam Mackler
- doc patch and RDBO tests inspired by mailing list questions from Gordon
Haverland
- treat many-to-one relationship like foreign key relationship in RDBO metadata
- master repository moved to github, Changes file ran through tidy_changelog