Age | Commit message (Collapse) | Author | Files | Lines |
|
calibre 2.69
New Features
Kobo driver: Support for firmware version 4.1 and Overdrive books
on the device
Edit Book: Highlight class names inside HTML tags
Bulk metadata edit dialog: Allow search & replace to work for
ratings columns as well.
Bug Fixes
Fix downloading of metadata from ozon.ru, which broke due to website
changes
Kobo driver: Fix delete of empty collections
Kobo driver: Fix book previews being sometimes detected as actual
books
Cover Browser: Fix setting an empty template for the title causes
an error
Edit Book: On windows do not trigger shortcuts when using the right
Alt (AltGr) key. This allows it to be used for entering special
characters instead.
Edit Book: Auto-add file extension when using the Save a Copy dialog
if it is missing.
Linux: Fix calibre not launching when used with some old VNC server
implementations
Windows: Run library restore in a separate process as on some
windows machines, running it in the main process causes something
in the system to lock the db file.
Fix some news downloads in east asian languages not working because
the truncation of article descriptions could cause invalid UTF-16
bytes in the string
Fix incorrect timezone when editing custom date columns directly
in the book list
|
|
|
|
|
|
The plist-utils suite aims to facilitate management of PLIST entries.
It handles PLIST options and variables, and is especially useful for
keeping PLISTs of packages with quickly changing file-lists, such
as those closely tracking upstream development branch, up to date.
Import approved by <wiz>.
|
|
Make sure the configure script finds the ping or ping6 command on NetBSD, don't
rely on /sbin being in $path of the builder.
Not sure if similar change is needed for other $OPSYS.
Add a comment to patch-ad explaining why some plugins are disabled here.
|
|
|
|
The end of the month is almost here, and it's time to unwrap another
shiny MAME release. This time around we've had the pleasure of
seeing Angelo Salese show us all that he's a bug-fixing machine,
resolving many long-standing bugs in playable games (including
graphical glitches in Combat School, and issues with slopes in
Sunset Riders). Highlights from newly emulated machines include
the Esselte 100 classroom computer from Sweden (thanks Edstrom),
Slap Shooter (courtesy of ShouTime and the Dumping Union), the
French version of the Apple //e Enhanced, the original Japanese
version of Street Fighter with pneumatic buttons (thanks ShouTime),
and the original version of Nintendo's Popeye on Sky Skipper hardware
(yet another gem from ShouTime).
On the gambling front, we have another batch of layouts from John
Parker, clickable button lamps for more machines from einstein95,
and improved inputs/output for a number of games from AJR. Speaking
of inputs and outputs, Risugami added/improved outputs and layouts
for a number of Midway games.
This release includes preliminary support for persistent controller
ID mappings from Tomer Verona. This may help if you're having issues
with Xbox controllers appearing in a different order when you
relaunch MAME. If you're interested, check out the documentation
and see if it helps. It's still not particularly easy to use, but
it's ready for testing and improvement and may be useful, particularly
for people with wireless controllers.
Other notable improvements include working envelope and LFSR
emulation for Mega Duck, better emulation of MCU communication for
Taito Super Qix hardware, support for multiple BBC Micro floppy
drive controllers, restoring the ability to have MAME accept incoming
socket connections to communicate with an emulated serial port,
and more features for the UI graphics viewer.
MAME 0.178 also adds software list updates with the latest prototype
cartridge dumps, numerous bootlegs and alternate versions of
supported games, and steady progress on non-working systems like
the CMI IIx and LSI Octopus.
|
|
|
|
Add missing DEPENDS for test
Upstream changes:
19.6.0 / 2016/05/21
Core & Logging
improvement of the binary upgrade behaviour using USR2: remove file lockin (issue 1270)
add the --capture-output setting to capture stdout/stderr tot the log
file (issue 1271) - Allow disabling sendfile() via the SENDFILE` environment variable (issue 1252 - fix reload under pycharm (issue 1129)
Workers
fix: make sure to remove the signal from the worker pipe (issue 1269)
fix: gthread worker, handle removed socket in the select loop
(issue 1258)
19.5.0 / 2016/05/10
Core
fix: Ensure response to HEAD request won’t have message body
fix: lock domain socket and remove on last arbiter exit (issue 1220)
improvement: use EnvironmentError instead of socket.error (issue 939)
add: new $FORWARDDED_ALLOW_IPS environment variable (issue 1205)
fix: infinite recursion when destroying sockets (issue 1219)
fix: close sockets on shutdown (issue 922)
fix: clean up sys.exc_info calls to drop circular refs (issue 1228)
fix: do post_worker_init after load_wsgi (issue 1248)
Workers
fix access logging in gaiohttp worker (issue 1193)
eventlet: handle QUIT in a new coroutine (issue 1217)
gevent: remove obsolete exception clauses in run (issue 1218)
tornado: fix extra “Server” response header (issue 1246)
fix: unblock the wait loop under python 3.5 in sync worker (issue 1256)
Logging
fix: log message for listener reloading (issue 1181)
Let logging module handle traceback printing (issue 1201)
improvement: Allow configuring logger_class with statsd_host (issue 1188)
fix: traceback formatting (issue 1235)
fix: print error logs on stderr and access logs on stdout (issue 1184)
Documentation
Simplify installation instructions in gunicorn.org (issue 1072)
Fix URL and default worker type in example_config (issue 1209)
update django doc url to 1.8 lts (issue 1213)
fix: miscellaneous wording corrections (issue 1216)
Add PSF License Agreement of selectors.py to NOTICE (:issue: 1226)
document LOGGING overriding (issue 1051)
put a note that error logs are only errors from Gunicorn (issue 1124)
add a note about the requirements of the threads workers under python 2.x (issue 1200)
add access_log_format to config example (issue 1251)
Tests
Use more pytest.raises() in test_http.py
19.4.5 / 2016/01/05
fix: NameError fileno in gunicorn.http.wsgi (issue 1178)
19.4.4 / 2016/01/04
fix: check if a fileobject can be used with sendfile(2) (issue 1174)
doc: be more descriptive in errorlog option (issue 1173)
19.4.3 / 2015/12/30
fix: don’t check if a file is writable using os.stat with SELINUX (issue 1171)
19.4.2 / 2015/12/29
Core
improvement: handle HaltServer in manage_workers (issue 1095)
fix: Do not rely on sendfile sending requested count (issue 1155)
fix: claridy –no-sendfile default (issue 1156)
fix: LoggingCatch sendfile failure from no file descriptor (issue 1160)
Logging
fix: Always send access log to syslog if syslog is on
fix: check auth before trying to own a file (issue 1157)
Documentation
fix: Fix Slowloris broken link. (issue 1142)
Tweak markup in faq.rst
Testing
fix: gaiohttp test (issue 1164)
19.4.1 / 2015/11/25
fix tornado worker (issue 1154)
19.4.0 / 2015/11/20
Core
fix: make sure that a user is able to access to the logs after dropping a privilege (issue 1116)
improvement: inherit the Exception class where it needs to be (issue 997)
fix: make sure headers are always encodedas latin1 RFC 2616 (issue 1102)
improvement: reduce arbiter noise (issue 1078)
fix: don’t close the unix socket when the worker exit (issue 1088)
improvement: Make last logged worker count an explicit instance var (issue 1078)
improvement: prefix config file with its type (issue 836)
improvement: pidfile handing (issue 1042)
fix: catch OSError as well as ValueError on race condition (issue 1052)
improve support of ipv6 by backporting urlparse.urlsplit from Python 2.7 to Python 2.6.
fix: raise InvalidRequestLine when the line contains maliscious data (issue 1023)
fix: fix argument to disable sendfile
fix: add gthread to the list of supported workers (issue 1011)
improvement: retry socket binding up to five times upon EADDRNOTAVAIL (issue 1004)
breaking change: only honor headers that can be encoded in ascii to comply to the RFC 7230 (See issue 1151).
Logging
add new parameters to access log (issue 1132)
fix: make sure that files handles are correctly reopenebd on HUP (issue 627)
include request URL in error message (issue 1071)
get username in access logs (issue 1069)
fix statsd logging support on Python 3 (issue 1010)
Testing
use last version of mock.
many fixes in Travis CI support
miscellaneous improvements in tests
Thread worker
fix: Fix self.nr usage in ThreadedWorker so that auto restart works as expected (issue 1031)
Gevent worker
fix quit signal handling (issue 1128)
add support for Python 3 (issue 1066)
fix: make graceful shutdown thread-safe (issue 1032)
Tornado worker
fix ssl options (issue 1146, issue 1135)
don’t check timeout when stopping gracefully (issue 1106)
AIOHttp worker
add SSL support (issue 1105)
Documentation
fix link to proc name setting (issue 1144)
fix worker class documentation (issue 1141, issue 1104)
clarify graceful timeout documentation (issue 1137)
don’t duplicate NGINX config files examples (issue 1050, issue 1048)
add web.py framework example (issue 1117)
update Debian/Ubuntu installations instructions (issue 1112)
clarify pythonpath setting description (issue 1080)
tweak some example for python3
clarify sendfile documentation
miscellaneous typos in source code comments (thanks!)
clarify why REMOTE_ADD may not be the user’s IP address (issue 1037)
Misc
fix: reloader should survive SyntaxError (issue 994)
fix: expose the reloader class to the worker.
|
|
|
|
|
|
Changes:
- require -lrt for timer_settime()
- replace "struct siginfo" with "siginfo_t" (backported from new qemu)
Bump PKGREVISION to 18.
|
|
|
|
|
|
pkgsrc's msgfmt wrapper will strip them as needed.
|
|
|
|
|
|
|
|
|
|
of Freetype and GLU from X11BASE. Bump revision.
|
|
HTTP::Entity::Parser is PSGI compliant HTTP Entity parser. This module
also has compatibility with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser
reads HTTP entity from PSGI's env $env->{'psgi.input'} and parse it.
This module support application/x-www-form-urlencoded, multipart/form-data
and application/json.
|
|
|
|
|
|
|
|
|
|
|
|
Add some missing test dependencies, mostly commented out since not
yet packaged.
|
|
|
|
|
|
This class provides a low-level API for processing MultiPart MIME data
streams conforming to MultiPart types as defined in RFC 2616.
|
|
|
|
|
|
|
|
WWW::Form::UrlEncoded provides application/x-www-form-urlencoded parser
and builder. This module aims to have compatibility with other CPAN modules
like HTTP::Body's urlencoded parser.
|
|
|
|
Upstream changes:
2.1806 2016-09-25
[BUG FIXES}
- A role generated on the fly (as opposed to one in a file on disk) could
not be used as a trait. Fixed by Aaron Cohen. (RT#92089, PR#47).
[ENHANCEMENTS]
- When a required attribute's init_arg differs from the attribute's name, we
now include both the attribute name and init_arg in the exception thrown
when that attribute is not provided. (RT#116814, Gordon Fisher)
- The unimport sub generated by Moose::Exporter can now be called with
parameters like { into => 'Package' } or { into_level => 1 }, just like
the import sub it generates. Requested by Dmytro Zagashev. (RT #93666).
- Moose::Meta::Attribute objects created from role attributes keep a
reference to the Moose::Meta::Role::Attribute which created
them. Moose::Meta::Attribute now has ->role_attribute and
->has_role_attribute methods. RT #84563 and #117586. (Dave Rolsky)
[DOCUMENTATION]
- Updated Moose::Manual::Roles with more detail on role consumption and how
to deal with various corner cases involving required methods, multiple
roles, etc.
|
|
|
|
2016/04/18:
linux/netfilter: fix compile time detection of iptables version >= 1.4.3
2016/03/08:
linux/netfilter: do not add MASQUERADE rule if ports are equals
2016/02/19:
set IPv6 Hop limit to 10
fix HOST: header of event notifications in IPv6
be more compliant on 64bit machines : ui4 in [0;2^32-1]
|
|
|
|
|
|
======
- Add support for Protocol Buffers 3
- Add View support (without DDL)
- Implement get_default_schema() method in BaseSchema
- DevAPI: Per ReplicaSet SQL execution
- DevAPI: XSession accepts a list of routers
- DevAPI: Define action on adding empty list of documents
- BUG23729357: Fix fetching BIT datatype
- BUG23583381: Add who_am_i and am_i_real methods to DatabaseObject
- BUG23568257: Add fetch_one method to mysqlx.result
- BUG23550743: Add close method to XSession and NodeSession
- BUG23550057: Add support for URI as connection data
|
|
-j build failed for me once, so mark as not MAKE_JOBS safe.
Update freeglut comment.
Bump PKGREVISION for dependency change.
|
|
|
|
|
|
|
|
FreeGLUT 3.0.0 is finally available for download.
I'd like to thank everyone who contributed to FreeGLUT and made yet
another release possible.
FreeGLUT 3.0.0 RC3 is available on sourceforge.
Hopefully this will be the last release candidate. Please give it a spin,
and let us know if there are any release-critical bugs with this one.
Here's the list of changes since RC2:
------------------------------------------------------------------------
r1742 | jtsiomb | 2015-01-03 13:55:09 +0200 (Sat, 03 Jan 2015) | 2 lines
pkgconfig files should go to $(PREFIX)/lib, not $(PREFIX)/share. Closing bug #216
------------------------------------------------------------------------
r1743 | jtsiomb | 2015-02-18 02:37:05 +0200 (Wed, 18 Feb 2015) | 5 lines
Applied Daniel Macks' patch to use ${CMAKE_INSTALL_LIBDIR} instead of
hardcoding lib for the installation directory of libraries, with the
additional modification of installing the pkg-config files there too.
closing bug #217
------------------------------------------------------------------------
r1744 | jtsiomb | 2015-02-18 05:59:21 +0200 (Wed, 18 Feb 2015) | 3 lines
added INCLUDE_DIRECTORIES(${X11_INCLUDE_DIR}) to make sure X11 header
files are correctly located, on systems where they are in weird places.
This closes bug: #218
------------------------------------------------------------------------
r1745 | jtsiomb | 2015-02-18 06:59:57 +0200 (Wed, 18 Feb 2015) | 7 lines
- changed the main INCLUDE_DIRECTORIES definition to place the main header
locations first in the list instead of appending them. This gives priority to
our freeglut*.h files instead of the old system-wide installed ones.
- removed the Xxf86vm hack from CMakeLists.txt: it seems like it's not needed
any more in new versions of cmake, and it fails to link on MacOSX.
------------------------------------------------------------------------
r1746 | jtsiomb | 2015-02-18 07:03:16 +0200 (Wed, 18 Feb 2015) | 6 lines
MacOSX doesn't define HOST_NAME_MAX in unistd.h, which made freeglut fail to
build. Now, if the definition is missing, we'll just define it arbitrarilly as
255, which should be a safe value. This is just needed for an obscure X11 WM
protocol.
------------------------------------------------------------------------
r1747 | jtsiomb | 2015-02-18 07:20:50 +0200 (Wed, 18 Feb 2015) | 2 lines
removed the completely outdated FrequentlyAskedQuestions file
Apologies for the long delay between RC1 and RC2. If there are no
critical bugs with this one, we'll be able to release 3.0.0 shortly.
Here's the complete list of changes between RC1 and RC2:
------------------------------------------------------------------------
r1727 | dcnieho | 2014-11-03 06:18:51 +0200 (Mon, 03 Nov 2014) | 1 line
Added missing glutStrokeWidthf and glutStrokeLengthf for mobile support.
------------------------------------------------------------------------
r1728 | dcnieho | 2014-11-03 06:19:10 +0200 (Mon, 03 Nov 2014) | 3 lines
Added support for minimizing window.
Fixed issue where reshape callback would be called multiple times due to
conflicting window size messages on keyboard closure.
Fixed issue where changing orientation with the keyboard open would
cause multiple reshape events.
------------------------------------------------------------------------
r1729 | jtsiomb | 2014-11-04 13:47:27 +0200 (Tue, 04 Nov 2014) | 3 lines
- changed the minor so version for the new release to 3.10.0 (fg2.8.1
was 3.9.0)
- made the so version numbers more prominent in the cmake file to make
sure they're not forgotten in future releases
------------------------------------------------------------------------
r1730 | jtsiomb | 2014-12-02 07:22:12 +0200 (Tue, 02 Dec 2014) | 2 lines
include standard UNIX header fcntl.h in fg_joystick_x11.c, since fcntl()
is called conditionally in there (bug #192).
------------------------------------------------------------------------
r1731 | dcnieho | 2014-12-22 18:27:02 +0200 (Mon, 22 Dec 2014) | 3 lines
typofixes - https://github.com/vlajos/misspell_fixer
(cherry picked from commit c85ed83b848379d49d0869b84ab15851e2df8784)
------------------------------------------------------------------------
r1732 | jtsiomb | 2014-12-24 23:23:29 +0200 (Wed, 24 Dec 2014) | 2 lines
brought back the option to build either as "glut" or "freeglut":
FREEGLUT_REPLACE_GLUT
------------------------------------------------------------------------
r1733 | dcnieho | 2014-12-25 16:35:09 +0200 (Thu, 25 Dec 2014) | 1 line
CMake: FREEGLUT_REPLACE_GLUT option should not be visible on windows
------------------------------------------------------------------------
r1734 | dcnieho | 2014-12-25 16:35:17 +0200 (Thu, 25 Dec 2014) | 1 line
updated list of cmake switches in README.cmake
RC1 of the 3.0.0 release has been posted on the sourceforge website,
get it here:
Please do test and let us know of any issues you find.
There have been hundreds of commits over the last year or so, but here
are some important changes since 2.8.1:
- internal cleanup and reorganization, making it easier to add new
platforms while avoiding ifdef hell
- moved to CMake for buildsystem
- added martin newell's teacup and teaspoon to complement the teapot
- shapes now use vertex buffers internally for faster drawing
- shapes can now be drawn in forward compatible contexts, see new
functions glutSetVertexAttribCoord3, glutSetVertexAttribNormal, and
glutSetVertexAttribTexCoord2.
- new GLUT_GEOMETRY_VISUALIZE_NORMALS option to visualize the normals
of the shapes (these are frequently used for educational demos after
all)
- experimental support for Android and BlackBerry 10/BlackBerry
PlayBook mobile platforms, note that so far only a subset of FreeGLUT
is implemented
- can now set font of menu
- menu behavior corrected, multiple bugs fixed
- X11 fullscreen code updated, correctness improved
- time internally now 64 bit, so timers and such wont wrap for humanly
possible timeframes
|
|
(2) Fix configure phase problem
(3) Add BUILD_DEPENDS for make test
Thanks joerg and wiz.
|
|
|
|
sevan@ added to gcc6 - apple's ld may stumble here from the whitespace
we added before the path.
|
|
|