Age | Commit message (Collapse) | Author | Files | Lines |
|
=================
WebKitGTK+ 2.4.8
=================
- Fix SSL connection issues with some websites after the POODLE vulnerability fix.
- Fix a crash when loading flash plugins.
- Fix build on GNU Hurd
- Fix build on OS X.
- Fix documentation of webkit_print_operation_get_page_setup().
- Security fixes: CVE-2014-1344, CVE-2014-1384, CVE-2014-1385, CVE-2014-1386,
CVE-2014-1387, CVE-2014-1388, CVE-2014-1389, CVE-2014-1390.
|
|
|
|
distinfo changed (because patch comments are included in hash), but
the package itself did not.
|
|
Trac 1.0.3 is a maintenance release containing numerous fixes and minor
enhancements. The following are a few of the highlights:
- Notification is sent when adding an attachment to a ticket (#2259).
- Stylesheets and scripts are loaded during autopreview, resulting in proper
syntax highlighting when code WikiProcessors are added (#10470) and display
of Workflow graphs without explicit autopreview (#10674).
- Merge changesets are shown as differences against first parent, resulting
in less noisy changesets (#10740).
- Pygments 2.0 is supported (#11796).
- Fixed error when completing the `initenv` TracAdmin command (#11797).
- Performance improvement on systems with many thousands of authenticated
users due to caching of Environment.get_known_users (#11868).
- Distribution metadata of wheel package is supported and displayed on the
About page (#11877).
|
|
|
|
* Remove csb locale.
* Sync with firefox-35.0
|
|
Changelog:
New Firefox Hello with new rooms-based conversations model
New New search UI improved and enabled for more locales
New Access the Firefox Marketplace from the Tools menu and optional toolbar button
New Built-in support for H264 (MP4) on Mac OS X Snow Leopard (10.6) and newer through native APIs
New Use tiled rendering on OS X
New Improved high quality image resizing performance
New Improved handling of dynamic styling changes to increase responsiveness
HTML5 Added support for the CSS Font Loading API
HTML5 Resource Timing API implemented
HTML5 CSS filters enabled by default
HTML5 Changed JavaScript 'let' semantics to conform better to the ES6 specification
Developer Support for inspecting ::before and ::after pseudo elements
Developer Computed view: Nodes matching the hovered selector are now highlighted
Developer Network Monitor: New request/response headers view (more info)
Developer Added support for the EXT_blend_minmax WebGL extension
Fixed Show DOM Properties context menu item in inspector
Fixed Reduced resource usage for scaled images
Fixed PDF.js updated to version 1.0.907
Fixed Non-HTTP(S) XHR now returns correct status code
Fixed Various security fixes
Security fixes:
2015-09 XrayWrapper bypass through DOM objects
2015-08 Delegated OCSP responder certificates failure with id-pkix-ocsp-nocheck extension
2015-07 Gecko Media Plugin sandbox escape
2015-06 Read-after-free in WebRTC
2015-05 Read of uninitialized memory in Web Audio
2015-04 Cookie injection through Proxy Authenticate responses
2015-03 sendBeacon requests lack an Origin header
2015-02 Uninitialized memory use during bitmap rendering
2015-01 Miscellaneous memory safety hazards (rv:35.0 / rv:31.4)
|
|
|
|
Version 1.1.23 (released 04-Nov-2014)
* fix annotate bug triggered by files with trailing blank lines (issue #533)
* fix markup display of files with trailing blank lines (issue #533)
* add support for root-relative svnauthz access files (issue #535)
* fix cvsdb MySQL-python argument conversion error (issue #539)
* fix double-escaping of revision links (issue #541)
* fix bug that prevented mod_python 3.4+ deployment (issue #540)
Version 1.1.22 (released 14-Jan-2014)
* minor directory sorting logic fix (re: show_subdir_lastmod)
* fix display of show_subdir_lastmod details (issue #532)
* pay attention to chardet's detection confidence
* linkify line numbers in markup/annotate view
Version 1.1.21 (released 13-Sep-2013)
* fix markup/annotate exception with Python < 2.7 (issue #527)
|
|
Mon Dec 22 16:33:18 CET 2014
Releasing 0.9.39. -CG
Mon Dec 22 13:02:36 CET 2014
Fix generated compiler flags for Solaris Studio linker (#3584). -CG
Sat Dec 20 00:35:40 CET 2014
Adding MHD_http_unescape() to public API (#3585). -CG
Updating documentation to document
MHD_is_feature_supported(). -CG
Thu Dec 4 00:43:10 CET 2014
If "Connection: upgrade" is requested, do not add
"Connection: Keep-Alive" in the response. -GJ
Tue Nov 18 13:52:29 CET 2014
Call MHD_cleanup_connections() during MHD_DAEMON_INFO_CURRENT_CONNECTIONS
processing for more accurate results. -MS
Wed Oct 29 20:45:21 CET 2014
Adding MHD_OPTION_LISTENING_ADDRESS_REUSE option allowing clients
to force allowing re-use of the address:port combination
(SO_REUSEPORT). -MS
Wed Oct 29 16:27:05 CET 2014
Adding MHD_DAEMON_INFO_CURRENT_CONNECTIONS to allow clients
to query the number of active connections. -MS
Fri Oct 3 14:28:58 CEST 2014
Releasing 0.9.38. -CG
Mon Sep 29 22:25:34 CEST 2014
Properly decode '+' in URL-encoded POST data. -CG/KM
Fri Sep 12 17:32:09 CEST 2014
Fix --disable-dauth configure option (#3543). -doostee
Thu Jun 26 21:06:04 CEST 2014
Fix failure to terminate 'instantly' in thread-per-connection
mode if there is a client with open connections.
Thanks to Kenneth Mastro for reporting. -CG
Sun Jun 22 12:22:08 CEST 2014
Actually, avoid locking on response as responses must
not be modified in a connection-specific way; instead
modify the connection's data buffer to add missing
responses headers. If we are forced to add
"Connection: close", suppress output of conflicting
application-provided "Connection: Keep-Alive" header. -CG
Sun Jun 22 00:22:08 CEST 2014
Lock on response if adding headers, needed if response
object is shared across threads and connections. -CG
Thu Jun 19 17:32:32 CEST 2014
Ensure that listen FD is bound to epoll FD even before
MHD_run() is called if running with MHD_USE_EPOLL_LINUX_ONLY
in combination with 'external select' mode. Thanks to
Marcos Pindado Sebastian for reporting. -CG
Sun Jun 8 15:10:44 CEST 2014
Add 'MHD_set_response_options' as a way to set per-response
flags. Add flag to force HTTP 1.0-only conservative
behavior, in particular suppressing adding "Connection"
headers. -CG
Mon Jun 2 00:03:28 CEST 2014
Added back unescaping for URI path (#3413) but without
unescaping '+' (#3371) to remain compatible with
MHD 0.9.34 and before. Note that applications providing
a custom MHD_OPTION_UNESCAPE_CALLBACK are no longer expected
to replace '+' with ' ', as that is now done separately for
the locations where this transformation is appropriate.
Releasing 0.9.37. -CG
Wed May 28 15:30:56 CEST 2014
Properly applying patch that was supposed to be
committed on "May 2 20:22:45 CEST 2014" to address
infinite loop (DoS) when HTTP connection is reset (#3392). -GM
Sun May 25 20:18:27 CEST 2014
Fixed W32 build issues. -EG
Releasing 0.9.36. -CG
Sat May 17 06:47:00 CEST 2014
Fix notifying client about completed request twice
under certain circumstances. -CG
Tue May 13 18:24:37 CEST 2014
Fix accidental transmission of footer termination '\r\n'
for responses with zero byte payload and non-chunked
encoding (#3397). Thanks to amatus for reporting. -CG
Sun May 4 11:05:26 CEST 2014
Fix gnutls header check to make it cross-compile aware. -BK
May 2 20:22:45 CEST 2014
Fix infinite loop (DoS) when HTTP connection is reset (#3392). -GM
Fix possible issue from combination of epoll and suspend/resume
logic if edge trigger event is lost; also simplify logic to
maintain simpler invariants on the epoll state. -CG
Use OpenSSL cipher list "HIGH" in libmicrospdy (#3391). -CG
Releasing 0.9.35. -CG
Thu Apr 10 09:39:38 CEST 2014
Removed unescaping for URI path (#3371) as '+' should not
be converted to space in accordance with
http://www.w3.org/TR/html401/appendix/notes.html#ampersands-in-uris
and http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1
Note that we now also no longer convert '#38;' to '&'; if needed,
the application needs to apply unescaping to the path of the URI
itself (before, MHD unescaped '#38;' but not '&', so this
inconsistency was now resolved by simply not unescaping anything
before the first '&'). -CG
Tue Apr 08 15:35:44 CET 2014
Added support for W32 native threads.
Added --with-threads=LIB configure parameter. -EG
Mon Apr 7 13:25:30 CEST 2014
Add MHD_OPTION_HTTPS_MEM_DHPARAMS to allow applications
to enable PFS. -HB/CG
Tue Apr 01 07:10:23 CET 2014
Added usage of native mutex on W32. -EG
Sat Mar 29 16:12:03 CET 2014
Added MHD_is_feature_supported() function. -EG
Thu Mar 27 14:47:54 CET 2014
Used larger FD_SETSIZE internally on W32.
Extended API to work with non-default FD_SETSIZE. -EG
Tue Mar 25 12:53:55 CET 2014
Fix limiting by IPv6 address. -EG
Tue Mar 25 09:06:13 CET 2014
Added more FD_SETSIZE checks.
Implemented FD_SETSIZE checks for W32. -EG
Wed Mar 05 13:15:05 CET 2014
Cleanup and refactoring of configure.ac.
m4 macros updated.
Custom configure macros replaced with autoconf archive macros.
SPDY disabled by default on W32.
Changed configure flag from '--disable-pipe' to
'--enable-socketpair'.
Added configure flags '--disable-doc' and '--disable-examples'.
Narrowed down extrenal lib specific compiler and linker flags
usage. -EG
Wed Feb 26 17:42:34 CET 2014
Refactoring of configure.ac: custom macros replaced with macros
from Autoconf Archive.
Minor corrections of configure.ac.
Excluded pthread flags from global flags, pthread now used only
where required.
W32: fixed .dll resource compilation with '-isystem' CPPFLAG.
W32: improved header compatibility with MSVC.
W32: now tested on Win64, compiled by MinGW-w64. -EG
Mon Feb 24 23:13:53 CET 2014
Added support for TCP FASTOPEN. -SHT
Releasing 0.9.34. -CG
Thu Feb 20 14:17:05 CET 2014
W32: Added creation of libmicrohttpd.lib, libmicrohttpd.def,
libmicrohttpd.exp and libmicrohttpd-static.lib for easy use
compiled MHD with MSVC.
W32: Use MS lib.exe tool if available for creating MSVC staff.
W32: Added .dll information resource. -EG
Tue Feb 18 19:46:45 CET 2014
Removed dependency on plibc for simpler compilation for W32.
Added configure option "--disable-pipes" to use socketpairs
instead of pipes for signalling to child threads. Pipes are
always disabled on W32.
Some code refactoring. -EG
Sat Feb 8 15:08:35 CET 2014
Corrected some uses of 'int' vs. 'size_t'. -EG/CG
Wed Jan 22 09:44:33 CET 2014
MHD_USE_DUAL_STACK in libmicrohttpd currently just *inhibits
setting* the IPV6_V6ONLY socket option, but per Microsoft's
documentation the default on Windows is that this is enabled, thus
MHD_USE_DUAL_STACK will not work (since it leaves the
default). libmicrohttpd should probably just unconditionally set
IPV6_V6ONLY to the desired value when the option is available. -LJ
Wed Jan 1 21:38:18 CET 2014
Allow Keep-Alive with HTTP 1.0 (if explicitly requested),
and automatically set "Connection: Keep-Alive" in response
in this case as well. -CG
Tue Dec 24 12:27:39 CET 2013
Adding explicit annotations to hide symbols that are not for
export in the C code (gcc 4.0 or higher only). -CG
Sun Dec 22 14:54:30 CET 2013
Adding a few lines to avoid warnings from picky compilers. -CG
Sat Dec 21 17:26:08 CET 2013
Fixed an issue with a missing argument in the postexample.
Fixed issue with bogus offset increment involving sendfile
on GNU/Linux. Adding support for SNI.
Releasing 0.9.33. -CG
Mon Dec 9 21:41:57 CET 2013
Fix for per-worker daemon pipes enabled with
MHD_USE_SUSPEND_RESUME that were not closed in
MHD_stop_daemon. -MH
Sat Dec 7 00:44:49 CET 2013
Fixing warnings and build issue if --disable-https is given
to configure. -CG
|
|
* cachemgr.cgi: memory leak in request parser
* Fix typo on commStartSslClose
* Fix SQUID_CC_REQUIRE_ARGUMENT autoconf macro
* Bug 3760: squidclient ignores --disable-ipv6
* Bug 3664: ssl_crtd fails to build on OpenSolaris/OpenIndiana/Solaris 11
* Bug 3754: configure doesnt detect IPFilter 5.1.2 system headers
* Bug 4164: SEGFAULT when %W formating code used in errorpages
* Deleting first fs left psstate->servers pointing to uninitialized memory
* Maintenance: check release notes on packaging
* Bug 4057: Avoid on-exit crashes when adaptation is enabled.
|
|
changes: many fixes and small improvements, most notably some memory
leak and a use-after-free are fixed which might be security issues
|
|
|
|
* Revert a change that caused a regression in toolbar login
* Fix an error in a translated phrase
* Fix error when moving items in the page tree
|
|
* WSGI header spoofing via underscore/dash conflation
* Mitigated possible XSS attack via user-supplied redirect URLs
* Denial-of-service attack against django.views.static.serve
* Database denial-of-service with ModelMultipleChoiceField
|
|
0.35 Wed Jan 07 12:00:00 CT 2014
- Specify a version of JSON::MaybXS in the Makefile to close a test
failure (test case requires version '1.003000' so we made that the
required version).
|
|
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.
|
|
- Add Following line
PERL5_MODULE_TYPE= Module::Build::Tiny
(upstream)
- Update 0.37 to 0.38
0.38 2014-10-19 17:25:53 PDT
- Improved documentation #8 (vti)
- Add regexp filter #10 (creaktive)
- Fix documentation error #16
|
|
www-shorten (0.1.1) unstable; urgency=low
* bin/shorten, lib/WWW/Shorten.pm, lib/WWW/Shorten/Metamark.pm,
t/00load_a.t, t/00load_b.t, t/00noexp.t, t/metamark.t,
t/newnames.t: Metamark is dead :-(
-- Dave Cross <dave@dave.org.uk> Mon, 15 Sep 2014 21:30:35 +0100
www-shorten (0.1.1) unstable; urgency=low
* lib/WWW/Shorten.pm: Typo in documentation.
* lib/WWW/Shorten.pm: Bump version for CPAN release.
* INSTALL: Updated the INSTALL instructions.
* t/tinyurl.t: (Possible) fix to the TinyURL test.
* README: Modernised README
* .travis.yml: Added .travis.yml
-- Dave Cross <dave@dave.org.uk> Tue, 6 May 2014 15:50:50 +0100
|
|
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
|
|
0.1025 2015-01-04 07:00:16 JST
- Fix a bug where Twiggy's run loop exits after a streaming
request is cut off (hoelzro) #41
|
|
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
|
|
0.31 Tue Dec 9 08:39:08 PST 2014
- Remove "use lib 'lib';". GitHub Issue
0.30 Sat Aug 16 16:47:08 PDT 2014
- Change testdir to t
0.29 Sat Aug 16 14:24:12 PDT 2014
- Remove =travis section
0.28 Sat Aug 16 12:29:34 PDT 2014
- Meta 0.0.2
0.27 Sat Aug 16 04:08:54 PDT 2014
- Eliminate spurious trailing whitespace
0.26 Fri Aug 15 21:31:26 PDT 2014
- Remove t/use_ok.t
0.25 Fri Aug 15 20:48:08 PDT 2014
- Add t/000-compile-modules.t
0.24 Fri Aug 8 19:03:02 PDT 2014
- Fix bug of using a bad TestMLIncluder.
0.23 Fri Aug 8 12:58:46 PDT 2014
- Switch hashbang to '#!/usr/bin/env perl'
0.22 Tue Aug 5 11:23:13 PDT 2014
- Change IRC channel to irc.freenode.net#pkg
0.21 Tue Aug 5 10:14:59 PDT 2014
- Add badges to doc
0.20 Mon Aug 4 00:35:28 PDT 2014
- Remove (c) from Copyright
- Move doc to swim
- Fix Meta and add Contributing
0.19 Wed Jun 18 11:23:29 PDT 2014
- Tests using TestML needed 'inc'
0.18 Mon Jun 16 15:46:07 PDT 2014
- Switch to manual versioning
0.17 Sun Jun 15 12:04:29 PDT 2014
- Move to Zilla::Dist
|
|
- 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.17 2014-12-02T06:58:23Z
- support nested submappers
0.16 2014-10-27T01:39:47Z
- Added directory_slash option.
- Reformatted as per CPAN::Changes::Spec
|
|
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
|
|
0.621 (02.14.2014) - John Siracusa <siracusa@gmail.com>
* Fixed a bug that caused Rose::HTML::Form::Field::Time fields to fail
validation when empty.
|
|
1.20 27.04.2014
- #95075 fix relative urls to absolutes in initial frameset
- get rid of old method "redirect_index"
- fix obsolete hyperlinks (cpanforum, Kobes)
|
|
0.03 2014-11-09 12:52:11 PST
- Migrate to Milla
|
|
-------------------
5.71 2015-01-01
- Updated Net::DNS::Native requirement to 0.15 for some important bug fixes.
- Updated jQuery to version 2.1.3.
- Improved Mojo::URL performance.
- Fixed fragment and userinfo normalization bugs in Mojo::URL.
- Fixed query charset bug in Mojo::URL.
- Fixed a few merge bugs in Mojo::Parameters.
5.70 2014-12-18
- Improved Mojo::Template performance.
- Fixed error handling bugs in Mojo::IOLoop::Stream.
- Fixed a few limit bugs in Mojo::Message.
- Fixed Windows bug in Mojo::IOLoop::Client. (OlegG)
5.69 2014-12-13
- Deprecated Mojo::DOM::siblings.
- Added following, following_siblings, preceding and preceding_siblings
methods to Mojo::DOM.
- Added port method to Mojo::IOLoop::Server.
- Removed deprecated emit_safe method from Mojo::EventEmitter.
- Removed deprecated render_static method from Mojolicious::Controller.
- Removed deprecated has_conditions method from Mojolicious::Routes::Route.
- Updated Net::DNS::Native requirement to 0.14 for some important bug fixes.
- Improved Mojo::DOM::HTML performance slightly.
- Fixed parent combinator bug in Mojo::DOM::CSS.
- Fixed whitespace bug in Mojo::DOM::HTML.
- Fixed Mojo::UserAgent::Transactor to handle query parameters more like
most common browsers.
|
|
1.07 2014-06-24
- Prevent changes to request object (such as Cookie headers) from being
added once for each request [cpan #96497]
|
|
-PERL5_MODULE_TYPE= Module::Install::Bundled
+PERL5_MODULE_TYPE= Module::Build
(upstream)
- Update 1.03 to 1.06
1.06 2014-10-07T01:58:56Z
- Messed up previous release. Re-releasing
1.05 2014-10-07T01:57:38Z
- Work better with batch requests: Now responses are properly returned
as list as long as the request is a list as well (Arata Makoto)
1.04 2014-05-29T11:42:19Z
- Work with notifications, which are procedures without an id
(Kirill Bogdanov)
|
|
- Add ${PERL5_LICENSE}
(upstream)
- Update 1.00011 to 1.00014
------------------------
1.00014 Fri Dec 30 09:59:24 2011
- Update to latest Class::Accessor::Grouped to fix warnings
- Fixed various warnings and test failures on recent DBIx::Class
1.00013 Sun Aug 8 17:07:36 2010
- Fixed live currency conversion compat tests to be author only
- Fixed decimal comparison under -Duselongdouble compiled Perls
- Fixed issue with Storage::Result::can aborting when UNIVERSAL::isa and
Class::XSAccessors are both loaded.
1.00012 Sun Aug 1 13:40:04 2010
- Upgraded to Test::File::Contents 0.05 (LESTERM)
- Fixed: timzone in extra => {} is deprecated, its now directly on the
columns definition (LESTERM)
- Added CONTRIBUTORS file
- Tweaked manifest.t for .git
- Tweaked spelling tests
- Updated PREREQ
- Tested on 5.8.9, 5.10.1, 5.12.1
|
|
0.053 2014-12-11 23:42:17-05:00 America/New_York
[FIXED]
- Defended tests against HTTP_PROXY set in the environment
0.052 2014-12-11 15:23:54-05:00 America/New_York
[CHANGED]
- Proxy allowed from environment variable HTTP_PROXY (uppercase) unless
REQUEST_METHOD is also set.
0.051 2014-11-17 22:58:44-05:00 America/New_York
[FIXED]
- Checks for threads without loading threads.pm
|
|
- (As noted below, dependency converted)
-DEPENDS+= p5-File-MMagic-[0-9]*:../../misc/p5-File-MMagic
-DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types
+DEPENDS+= p5-File-LibMagic-[0-9]*:../../devel/p5-File-LibMagic
(upstream)
- Update 0.07 to 0.09
0.09 Thu, 15 Aug 2013 09:08:00 +0100
- Added support for clients which send an If-Modified-Since
HTTP header in the request. We return a 304 if the file
has not been changed.
0.08 Wed, 14 Aug 2013 17:00:00 +0100
- Replaced File::MMagic and MIME::Types with File::LibMagic
which should be more reliable.
Closes: http://rt.cpan.org/Public/Bug/Display.html?id=39598
- Improved docs and code example.
Closes: http://rt.cpan.org/Public/Bug/Display.html?id=37701
- Added support for the Last-Modified and Date HTTP headers,
this consequently adds a new dependency on HTTP::Date.
- Added support for not sending the content when the request
method is HEAD.
|
|
0.16 2013-08-22 12:28:04 PDT
- Make this a non-devel release
0.15 2013-08-22 12:24:33 PDT
- Bundle Plack::Handler::HTTP::Server::Simple
- Convert to Milla
|
|
0.68
- Make-time configuration of buffer sizes
- Added Coro to test prerequisites.
|
|
0.301 Sun Aug 3 2014
[TEST]
- fix t/02pod-coverage.t to skip HTTP::Proxy::Engine::Threaded
when running under an unthreaded Perl (Masahiro Nagano (KAZEBURO))
- fix t/01pod.t and t/02pod-coverage.t to only run under
RELEASE_TESTING (thanks to Masahiro Nagano (KAZEBURO))
0.300 Sun Apr 7 2013
[IMPROVEMENTS]
- Downgrade a disconnect message from ERROR to SOCKET debug level
in order to reduce the amount of runtime log output. Disconnects
are /very/ common in HTTP, and shoudn't be considered errors.
(thanks to Salve J. Nilsen)
[TEST]
- include t/90httpstatus.t in the MANIFEST
- fix t/67save.t to not try to create files with a "?" in
their name under MSWin32
0.29 Tue Mar 19 2013
[TEST]
- fix t/50hopbyhop.t to open the proxy on a random port,
and avoid failures when port 8080 is "already in use"
|
|
0.17
- update picohttpparser (runs faster / does slightly more strict parsing)
0.16
- documentation about PATH_INFO
0.15
- deny HTTP header field with an empty name
|
|
4.03
- Fixed MANIFEST [phochste]
4.02
- Fixed namespace issue with ResumptionToken.pm [sebastfr]
4.01
- Reworked API to use DocumentFragments
- Various speed improvements
- Added bin/oai_pmh.pl CLI tool
3.28
- Fixed parsing <description> elements that contain multiple child nodes
|
|
------------------
2.43 2014-01-29
- Directed people to HTTP::Tiny and LWP at the start of the doc
- Added links to better modules in SEE ALSO
- Added "use warnings" (!)
- Moved test.pl into t/original-tests.t
2.42 2013-07-21
- Fixed typos reported by David Steinbrunner (thanks!)
2.41 2013-07-20
- Reformatted this file according to CPAN::Changes::Spec
|
|
(From: perldoc HTTP-DAV-0.47/blib/lib/HTTP/DAV/Changes.pod)
v0.47 (released 2012/03/24):
* bug fixes
Improve "propfind()" resilience when server response contains broken,
truncated or no XML at all. RT#75011.
|
|
-------------------
0.27 2014/11/17
* Github user acferen finally patched the long-standing timeout bug
Thanks acferen!
0.26 2014/06/06
* Daniel Lintott of the Debian Perl Group reported that the HTTP::Async proxy
tests were broken with a development version of HTTP-Server-Simple (0.45_1)
I fixed the test, or rather fixed t/TestServer.pm, so that it would work
Thanks Daniel!
* While I was in there, I replaced some warn() calls in the tests with diag()
calls, to be a better TAP citizen
0.25 2014/03/20
* Added remove($id) and remove_all() methods
Thanks go to rt.cpan.org user Ikegami
* Added support for forwarding headers on redirect
Thanks to Github users kloevschall and kaol
* Added support for having an HTTP::Cookies cookie jar object
Thanks again to Github user kaol
* Use Net::EmptyPort for the TestServer in the tests
Thanks to Github user and all around great Perl Monger DrHyde
0.24 2014/03/19
* Better POD docs for the counting methods
- Requested by Dave Hodgkinson via rt.cpan.org
|
|
--------------------------
0.24 2014-09-22T09:31:26Z
- Removed Web::Scraper from runtime dependencies.
https://github.com/tokuhirom/HTML-TreeBuilder-LibXML/issues/9
(Note: there is no above dependency in pkgsrc Makefile)
|