Age | Commit message (Collapse) | Author | Files | Lines |
|
Upstream changes:
2.11 2015-12-08 CADE
- fixed smoothing delta range and default parameter.
2.10 2015-12-08 NEILB CADE
- Added 'smoothing' option which makes the estimated time remaining
monotically decreasing most of the time, preventing flicker.
- Added option to change default smoothing delta parameter.
2.00 2015-09-01 CADE
- version bump (CPAN release cleanup)
1.91 2015-08-23 CADE (changes from NEILB)
- Removed redundant =cut at the end of the file, which was resulting
in a pod warning.
- Added a SEE ALSO section to the pod.
- Shortened the SYNOPSIS and expanded the DESCRIPTION.
1.9 2015-08-23 CADE (changes from NEILB)
- Added some basic tests that are checking correct behaviour.
- Removed META.yml from repo, as it's generated by ExtUtils::MakeMaker
- Changed two uses of indirect method notation in the doc to use direct.
- Moved demo.pl to examples/demo.pl
- Dropped usage of Exporter, as the module doesn't export anything.
- Specified min perl version as 5.006 in code and dist metadata.
- Added prereqs to Makefile.PL
- Github repo now listed in the dist metadata.
- Added COPYRIGHT AND LICENSE section to doc
- Reformatted this file as per CPAN::Changes::Spec
|
|
|
|
Upstream changes:
MediaWiki 1.26.3
This is a maintenance release of the MediaWiki 1.26 branch.
Changes since 1.26.2
(bug T116266) Fixed undefined property notices in DairikiDiff under HHVM.
(bug T123166) Fix fatal error when importing pages to titles which cannot be created, such as invalid titles or titles the user is not allowed to edit.
(bug T122056) Old tokens are remaining valid within a new session
(bug T127114) Login throttle can be tricked using non-canonicalized usernames
(bug T123653) Cross-domain policy regexp is too narrow
(bug T123071) Incorrectly identifying http link in a's href attributes, due to m modifier in regex
(bug T129506) MediaWiki:Gadget-popups.js isn't renderable
(bug T125283) Users occasionally logged in as different users after SessionManager deployment
(bug T103239) Patrol allows click catching and patrolling of any page
(bug T122807) [tracking] Check php crypto primatives
(bug T98313) Graphs can leak tokens, leading to CSRF
(bug T130947) Diff generation should use PoolCounter
(bug T133507) Careless use of $wgExternalLinkTarget is insecure
(bug T132874) API action=move is not rate limited
(bug T110143) strip markers can be used to get around html attribute escaping in (bug many?) parser tags
(bug T116030) Increase pbkdf2 parameter strengths
(bug T127420) Pbkdf2Password does not check if hash_pbkdf2(bug ) succeeded
(bug T126685) Globally throttle password attempts
|
|
|
|
Postpone I/O associated with TEMP files for as long as possible, with the hope that the I/O can ultimately be avoided completely.
Merged the session extension into trunk.
Added the ".auth ON|OFF" command to the command-line shell.
Added the "--indent" option to the ".schema" and ".fullschema" commands of the command-line shell, to turn on pretty-printing.
Added the ".eqp full" option to the command-line shell, that does both EXPLAIN and EXPLAIN QUERY PLAN on each statement that is evaluated.
Improved unicode filename handling in the command-line shell on Windows.
Improved resistance against goofy query planner decisions caused by incomplete or incorrect modifications to the sqlite_stat1 table by the application.
Added the sqlite3_db_config(db,SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION) interface which allows the sqlite3_load_extension() C-API to be enabled while keeping the load_extension() SQL function disabled for security.
Change the temporary directory search algorithm on Unix to allow directories with write and execute permission, but without read permission, to serve as temporary directories. Apply this same standard to the "." fallback directory.
Bug Fixes:
----------
Fix a problem with the multi-row one-pass DELETE optimization that was causing it to compute incorrect answers with a self-referential subquery in the WHERE clause. Fix for ticket dc6ebeda9396087
Fix a possible segfault with DELETE when table is a rowid table with an INTEGER PRIMARY KEY and the WHERE clause contains a OR and the table has one or more indexes that are able to trigger the OR optimization, but none of the indexes reference any table columns other than the INTEGER PRIMARY KEY. Ticket 16c9801ceba49.
When checking for the WHERE-clause push-down optimization, verify that all terms of the compound inner SELECT are non-aggregate, not just the last term. Fix for ticket f7f8c97e97597.
Fix a locking race condition in Windows that can occur when two or more processes attempt to recover the same hot journal at the same time.
|
|
|
|
Add missing DEPENDS
Upstream changes:
0.33 2016-01-28T12:19:05Z
- bugfix: Make `%T` to formatted in seconds (Thank you astj)
0.32 2014-06-09T02:00:15Z
- change perl version requirements to 5.8.1
0.30 2014-01-28T07:59:07Z
- add docs abount POSIX::strftime::Compiler
- non trial release
0.24 2014-01-27T03:12:16Z
- [TRIAL] switch to using POSIX::strftime::Compiler
0.23 2014-01-16T15:53:09Z
- fixed POSIX::setlocale fails on system without locales (Android) #6 (Thank you dex4er)
0.22 2014-01-08T00:25:14Z
- skip tz test on Windows.
0.21 2014-01-07T13:43:29Z
- requires perl v5.8.4 (Thank you dex4er)
- skip tz test on Cygwin.
0.20 2014-01-07T00:38:29Z
- Fixed test. Cygwin does not die tzset. But timezone does not been changed
0.15 2014-01-06T13:47:11Z
- Fixed test. POSIX::tzset not implemented on Windows (Thank you dex4er)
0.14 2014-01-06T05:41:14Z
- Check tzoffset for every line. It's need for daylight saving time.
- Use POSIX::strftime::GNU if available (Thank you dex4er)
|
|
|
|
|
|
POSIX::strftime::Compiler provides GNU C library compatible strftime(3).
But this module will not affected by the system locale. This feature is
useful when you want to write loggers, servers and portable applications.
For generate same result strings on any locale, POSIX::strftime::Compiler
wraps POSIX::strftime and converts some format characters to perl code.
|
|
|
|
|
|
Upstream changes:
0.95 2012-08-05
RT 60940 https://rt.cpan.org/Ticket/Display.html?id=60940
0.96 2012-09-28
RT 70525 https://rt.cpan.org/Ticket/Display.html?id=70525
0.97 2012-10-22
RT 80326 https://rt.cpan.org/Ticket/Display.html?id=80326
Thanks to Bill Moseley (HANK) for the spot
|
|
|
|
Spotted by: ef@math.uni-bonn.de
|
|
|
|
Upstream changes:
0.058 2016-05-03 11:29:57-04:00 America/New_York
- No changes from 0.057
0.057 2016-04-18 10:17:00-04:00 America/New_York (TRIAL RELEASE)
[ADDED]
- Added support for the SSL_CERT_FILE environment variable.
- Added 'peer' attribute to force a connection to a particular
server.
- Added 'connected' method to allow introspection of persistent
connections.
- An array reference of redirection result hash references is included
in the final response hash reference (but only if redirects occur).
[CHANGED]
- Because folded headers are obsoleted in the revised RFCs, if CRLF is
found in header values followed by one or more spaces, they are all
replaced by a single space.
[FIXED]
- Per the RFC, control headers are now sent first before other headers
(which are sent in arbitrary order).
- Only well-known headers have their case canonicalized; all other
headers are sent in the case provided by the user.
- The 'keep_alive' option now also sets the SO_KEEPALIVE option
on the underlying socket to help with long-lived, idle connections.
- Request header field values are now validated against the RFC rules
(i.e. empty or else space-or-tab separated tokens of printable
characters).
|
|
|
|
Add LICENSE
Upstream changes:
0.12 Thu, 28 Apr 2016 06:30:00 +0100
- Moved POD tests to xt/ directory so they are not run for
normal user installs.
0.11 Wed, 27 Apr 2016 16:01:00 +0100
- Added a mapping for *.js files to a Content-Type of
application/javascript
0.10 Wed, 27 Apr 2016 14:45:00 +0100
- Reworked how the value for the Content-Type header is
selected. Simple regexp matching on the path suffix is
used for *.html?, *.css and *.txt files. Any other files
are checked using File::LibMagic as before. Closes:
https://rt.cpan.org/Ticket/Display.html?id=113980 and
https://rt.cpan.org/Ticket/Display.html?id=91321
|
|
|
|
New Features
Driver for the Bq Cervantes 3
A new "Ornamental" cover design for the "Generate cover" feature
Windows: Use a helper process that does not load any calibre DLLs to display file open/save dialogs. This should fix most crashes caused by poorly designed windows shell extensions.
Allow pressing Alt+O as a shortcut for click the OK button in the Add from ISBN dialog.
Remove the calibre dependency on ImageMagick -- reduces calibre install size by ~ 15MB
Edit book: Add a new image filter: Normalize -- to improve the contrast in images
Edit book: Add a filter to make images look like oil paintings
Use 'Not rated' for zero stars in all rating spin boxes
Bug Fixes
Edit Book: Fix a crash in the Insert Link tool if one of the HTML files contains an empty id.
Fix tag like custom columns not sorted when displayed in the Book Details panel.
Fix transient window shown during Edit Book startup
Preserve booklist horizontal scroll position when merging books.
Google Images metadata download plugin: Fix error when searching for books with non-English characters in the title or author names.
Template language: Fix an error formatting dates when the underlying date does not have a day.
Preferences->Keyboard: Fix unable to use Alt+A and Alt+S as custom shortcuts.
Version 2.57.1 is a hotfix to fix a regression that broke conversion of ODT files in 2.57.0
|
|
|
|
|
|
|
|
|
|
files installed group and/or world writeable so only search and fix in DESTDIR.
This avoids touching any files used during build at the same time.
|
|
|
|
------------------------------------------------
Version 1.5.1
Bugfix release
- Allow using versions of oauth2client < 2.0.0. (#197)
- Check both current and new API discovery URL. (#202)
- Retry http requests on connection errors and timeouts. (#218)
- Retry http requests on rate limit responses. (#201)
- Import guards for ssl (for Google App Engine). (#220)
- Use named loggers instead of the root logger. (#206)
- New search console example. (#212)
|
|
|
|
----------------------------------------------------
(from: https://www.gnu.org/software/dejagnu/manual/Release-Notes.html
or from info)
----------------------------------------------------------------------------
The following major, user-visible changes have been introduced since version
1.5.3.
1. Support for target communication via SSH has been added.
2. A large number of very old config and baseboard files have been removed. If
you need to resurrect these, you can get them from version 1.5.3. If you
can show that a board is still in use, it can be put back in the
distribution.
3. The --status command line option is now the default. This means that any
error in the testsuite Tcl scripts will cause runtest to abort with exit
status code 2. The --status option has been removed from the documentation,
but will continue to be accepted for backward compatibility.
4. runtest now exits with exit code 0 if the testsuite "passed", 1 if
something unexpected happened (eg, FAIL, XPASS or UNRESOLVED), and 2 if an
exception is raised by the Tcl interpreter.
5. runtest now exits with the standard exit codes of programs that are
terminated by the SIGINT, SIGTERM and SIGQUIT signals.
6. The user-visible utility procedures absolute, psource and slay have been
removed. If a testsuite uses any of these procedures, a copy of the
procedure should be made and placed in the lib directory of the testsuite.
7. Support was added for testing the D compiler.
8. ~/.dejagnurc is now loaded last, not first. This allows the user to have
the ability to override anything in their environment (even the site.exp
file specified by $DEJAGNU).
9. The user-visible utility procedure unsetenv is deprecated and will be
removed in the next release. If a testsuite uses this procedure, a copy
should be made and placed in the lib directory of the testsuite.
|
|
Verified via https://www.oracle.com/webfolder/s/digest/8u92checksum.html
|
|
jre-8u92-linux-i586.tar.gz distinfo.
Verified via https://www.oracle.com/webfolder/s/digest/8u92checksum.html
|
|
|
|
A set of symbols and convience functions that all indicators would
like to use.
|
|
|
|
|
|
|
|
A small little library that was created by pulling out some comon code out of
indicator-applet. It passes a menu structure across DBus so that a program can
create a menu simply without worrying about how it is displayed on the other
side of the bus.
|
|
|
|
|
|
|
|
A small little library that was created by pulling out some comon code out of
indicator-applet. It passes a menu structure across DBus so that a program can
create a menu simply without worrying about how it is displayed on the other
side of the bus.
This package provides development tools.
|
|
|
|
|
|
|
|
A small little library that was created by pulling out some comon code out of
indicator-applet. It passes a menu structure across DBus so that a program can
create a menu simply without worrying about how it is displayed on the other
side of the bus.
This package provides Test lib.
|
|
|
|
A small little library that was created by pulling out some comon code out of
indicator-applet. It passes a menu structure across DBus so that a program can
create a menu simply without worrying about how it is displayed on the other
side of the bus.
This package provides GTK3+ API.
|
|
|
|
A small little library that was created by pulling out some comon code out of
indicator-applet. It passes a menu structure across DBus so that a program can
create a menu simply without worrying about how it is displayed on the other
side of the bus.
This package provides GTK+ API ducumentation.
|