intel shouldn't use gallium, there's a separate driver for it which is better,
now in wip/intel-vaapi-driver. thanks leot for pointing it out.
bump pkgrevision
Chagneglog:
* Remove GNU Emacs 22 support
16.1 supports GNU Emacs 22.
* Add GNU Emacs 26 support
Use encode-coding-string() instead of obsolete string-make-unibyte().
* Support Ruby 2.4
Support bayesian/bskk with Ruby 2.4.
* Select window management
skk-candidate-buffer-delete-other-windows as nil disables
windows management.
* Candidates display with SPC key
skk-show-candidates-nth-henkan-char should be 2 or greater.
* A number of Candidates
Specify a number as skk-henkan-number-to-display-candidates.
Do not use skk-henkan-show-candidates-rows, it is obsolete.
8.0.0342 double free with EXITFREE and setting 'ttytype'
8.0.0343 b:changedtick can be unlocked
8.0.0344 unlet command leaks memory
8.0.0345 islocked('d.changedtick') does not work
8.0.0346 Vim relies on limits.h to be included indirectly
8.0.0347 when using completion comment leader wont work
8.0.0348 using shadow dir on Mac lack +clipboard
8.0.0349 redrawing errors with GTK 3
8.0.0350 not enough test coverage for Perl
8.0.0351 no test for concatenating an empty string
8.0.0352 not easy to see when a typval needs to be cleared
8.0.0353 if [RO] is translated it may be truncated
8.0.0354 test to check that setting termcap key fails sometimes
8.0.0355 using uninitialized memory when 'isfname' is empty
8.0.0356 (after 8.0.0342) leaking memory when setting 'ttytype'
8.0.0357 crash when setting 'guicursor' to weird value
8.0.0358 invalid memory access in C-indent code
8.0.0359 'number' and 'relativenumber' are not properly tested
8.0.0360 sometimes VimL is used instead of "Vim script"
8.0.0361 GUI initialisation is not sufficiently tested
8.0.0362 (after 8.0.0361) tests fail on MS-Windows
8.0.0363 Travis is too slow to keep up with patches
8.0.0364 ]s does not move cursor with two spell errors in one line
8.0.0365 might free a dict item that wasn't allocated
8.0.0366 (after 8.0.0365) build fails with tiny features
8.0.0367 types in include files may be inconsistent
8.0.0368 not all options are tested with a range of values
8.0.0369 a few options are not defined, depending on features
8.0.0370 invalid memory access when setting wildchar empty
8.0.0371 leaking memory when setting v:completed_item
8.0.0372 more options are not always defined
8.0.0373 build fails without +folding
8.0.0374 invalid memory access when using :sc in Ex mode
8.0.0375 the "+ register is not tested
8.0.0376 size computations in spell file reading are off
8.0.0377 possible overflow when reading corrupted undo file
8.0.0378 another possible overflow when reading corrupted undo file
8.0.0379 CTRL-Z and mouse click use CTRL-O unnecessary
8.0.0380 with 'linebreak' double wide char wraps badly
8.0.0381 diff mode is not sufficiently tested
8.0.0382 (after 8.0.0380) warning in tiny build for unused variable
8.0.0383 (after 8.0.0382) misplaced #ifdef
8.0.0384 timer test failed for no apparent reason
8.0.0385 no tests for arabic
8.0.0386 tiny build has a problem with generating the options test
8.0.0387 compiler warnings
8.0.0388 filtering lines changes folds
8.0.0389 test for arabic does not check what is displayed
8.0.0390 when the window scrolls the popup menu may be garbled
8.0.0391 arabic support is verbose and not well tested
8.0.0392 GUI test fails with Athena and Motif
8.0.0393 (after 8.0.0190) order of duplicate tags is not preserved
8.0.0394 tabs are not aligned when scrolling horizontally
8.0.0395 testing the + register fails with Motif
8.0.0396 'balloonexpr' only works synchronously
8.0.0397 (after 8.0.0392) can't build with +viminfo but without +eval
8.0.0398 illegal memory access with "t"
8.0.0399 crash when using balloon_show() when not supported
8.0.0400 some tests have a one second delay
8.0.0401 test fails with missing balloon feature
8.0.0402 :map completion does not have <special>
8.0.0403 GUI tests may fail
8.0.0404 not enough testing for quickfix
8.0.0405 v:progpath may become invalid after :cd
8.0.0406 arabic shaping code is verbose
8.0.0407 filtering folds with marker method not tested
8.0.0408 updating folds does not always work properly
8.0.0409 set_progpath is defined but not always used
8.0.0410 newer gettext/iconv library has extra dll file
8.0.0411 menu translations don't match when case is changed
8.0.0412 (after 8.0.0411) menu test fails on MS-Windows
8.0.0413 (after 8.0.0412) menu test fails on MS-Windows using gvim
8.0.0414 balloon eval is not tested
8.0.0415 (after 8.0.0414) balloon test fails on MS-Windows
8.0.0416 setting v:progpath is not quite right
8.0.0417 test for the clipboard fails sometimes
8.0.0418 ASAN logs are disabled
8.0.0419 test for v:progpath fails on MS-Windows
8.0.0420 text garbled when the system encoding differs from 'encoding'
8.0.0421 diff mode wrong when adding line at end of buffer
8.0.0422 Python test fails with Python 3.6
8.0.0423 changing 'cinoptions' does not always work
8.0.0424 compiler warnings on MS-Windows
8.0.0425 build errors when building without folding
Changes in version 0.2.9.10 - 2017-03-01
Tor 0.2.9.10 backports a security fix for users who build Tor with
the --enable-expensive-hardening option. It also includes fixes for
some major issues affecting directory authorities, LibreSSL
compatibility, and IPv6 correctness.
The Tor 0.2.9.x release series is now marked as a long-term-support
series. We intend to backport security fixes to 0.2.9.x until at
least January of 2020.
o Major bugfixes (directory authority, 0.3.0.3-alpha):
- During voting, when marking a relay as a probable sybil, do not
clear its BadExit flag: sybils can still be bad in other ways
too. (We still clear the other flags.) Fixes bug 21108; bugfix
on 0.2.0.13-alpha.
o Major bugfixes (IPv6 Exits, backport from 0.3.0.3-alpha):
- Stop rejecting all IPv6 traffic on Exits whose exit policy rejects
any IPv6 addresses. Instead, only reject a port over IPv6 if the
exit policy rejects that port on more than an IPv6 /16 of
addresses. This bug was made worse by 17027 in 0.2.8.1-alpha,
which rejected a relay's own IPv6 address by default. Fixes bug
21357; bugfix on commit 004f3f4e53 in 0.2.4.7-alpha.
o Major bugfixes (parsing, also in 0.3.0.4-rc):
- Fix an integer underflow bug when comparing malformed Tor
versions. This bug could crash Tor when built with
--enable-expensive-hardening, or on Tor 0.2.9.1-alpha through Tor
0.2.9.8, which were built with -ftrapv by default. In other cases
it was harmless. Part of TROVE-2017-001. Fixes bug 21278; bugfix
on 0.0.8pre1. Found by OSS-Fuzz.
o Minor features (directory authorities, also in 0.3.0.4-rc):
- Directory authorities now reject descriptors that claim to be
malformed versions of Tor. Helps prevent exploitation of
bug 21278.
- Reject version numbers with components that exceed INT32_MAX.
Otherwise 32-bit and 64-bit platforms would behave inconsistently.
Fixes bug 21450; bugfix on 0.0.8pre1.
o Minor features (geoip):
- Update geoip and geoip6 to the February 8 2017 Maxmind GeoLite2
Country database.
o Minor features (portability, compilation, backport from 0.3.0.3-alpha):
- Autoconf now checks to determine if OpenSSL structures are opaque,
instead of explicitly checking for OpenSSL version numbers. Part
of ticket 21359.
- Support building with recent LibreSSL code that uses opaque
structures. Closes ticket 21359.
o Minor bugfixes (code correctness, also in 0.3.0.4-rc):
- Repair a couple of (unreachable or harmless) cases of the risky
comparison-by-subtraction pattern that caused bug 21278.
o Minor bugfixes (tor-resolve, backport from 0.3.0.3-alpha):
- The tor-resolve command line tool now rejects hostnames over 255
characters in length. Previously, it would silently truncate them,
which could lead to bugs. Fixes bug 21280; bugfix on 0.0.9pre5.
Patch by "junglefowl".
Version 0.15.0
==============
*released on 28 February 2017*
- Deprecated syntax for configuration values is now completely rejected. All
values now have to be valid JSON.
- A few UX improvements for Google storages, see :gh:`549` and :gh:`552`.
- Fix collection discovery for :storage:`google_contacts`, see :gh:`564`.
- iCloud is now tested on Travis, see :gh:`567`.
v0.2.2:
not documented
v0.2.1
Add the rel HTML attribute to the footer links which point to the previous and next pages.
Fix toctree issue caused by Sphinx singlehtml builder (#367)
v0.2.0
Adds the comments block after the body block in the template
Added "Edit on GitLab” support
Many bug fixes
v0.1.10-alpha
Removes Sphinx dependency
Fixes hamburger on mobile display
Adds a body_begin block to the template
Add prev_next_buttons_location which can take the value bottom, top, both , None and will display the “Next” and “Previous” buttons accordingly
v34.3.1
-------
* #988: Trap ``os.unlink`` same as ``os.remove`` in
``auto_chmod`` error handler.
* #983: Fixes to invalid escape sequence deprecations on
Python 3.6.
What's new in psycopg 2.7
-------------------------
New features:
- Added `~psycopg2.sql` module to generate SQL dynamically (🎫`#308`).
- Added :ref:`replication-support` (🎫`#322`). Main authors are
Oleksandr Shulgin and Craig Ringer, who deserve a huge thank you.
- Added `~psycopg2.extensions.parse_dsn()` and
`~psycopg2.extensions.make_dsn()` functions (🎟️`#321, #363`).
`~psycopg2.connect()` now can take both *dsn* and keyword arguments, merging
them together.
- Added `~psycopg2.__libpq_version__` and
`~psycopg2.extensions.libpq_version()` to inspect the version of the
``libpq`` library the module was compiled/loaded with
(🎟️`#35, #323`).
- The attributes `~connection.notices` and `~connection.notifies` can be
customized replacing them with any object exposing an `!append()` method
(🎫`#326`).
- Adapt network types to `ipaddress` objects when available. When not
enabled, convert arrays of network types to lists by default. The old `!Inet`
adapter is deprecated (🎟️`#317, #343, #387`).
- Added `~psycopg2.extensions.quote_ident()` function (🎫`#359`).
- Added `~connection.get_dsn_parameters()` connection method (🎫`#364`).
- `~cursor.callproc()` now accepts a dictionary of parameters (🎫`#381`).
- Give precedence to `!__conform__()` over superclasses to choose an object
adapter (🎫`#456`).
- Using Python C API decoding functions and codecs caching for faster
unicode encoding/decoding (🎫`#473`).
- `~cursor.executemany()` slowness addressed by
`~psycopg2.extras.execute_batch()` and `~psycopg2.extras.execute_values()`
(🎫`#491`).
- Added ``async_`` as an alias for ``async`` to support Python 3.7 where
``async`` will become a keyword (🎫`#495`).
- Unless in autocommit, do not use :sql:`default_transaction_*` settings to
control the session characteristics as it may create problems with external
connection pools such as pgbouncer; use :sql:`BEGIN` options instead
(🎫`#503`).
- `~connection.isolation_level` is now writable and entirely separated from
`~connection.autocommit`; added `~connection.readonly`,
`~connection.deferrable` writable attributes.
Bug fixes:
- Fixed error caused by missing decoding `~psycopg2.extras.LoggingConnection`
(🎫`#483`).
- Fixed integer overflow in :sql:`interval` seconds (🎫`#512`).
Other changes:
- Dropped support for Python 2.5 and 3.1.
- Dropped support for client library older than PostgreSQL 9.1 (but older
server versions are still supported).
- `~connection.isolation_level` doesn't read from the database but will return
`~psycopg2.extensions.ISOLATION_LEVEL_DEFAULT` if no value was set on the
connection.
- Empty arrays no more converted into lists if they don't have a type attached
(🎫`#506`)
2.0.0
-----
* tox: Don't set skipsdist=True
* Stop using 'warnerrors'
* doc: Clarify sections in 'setup.cfg'
* Updated from global requirements
* Remove discover from test-requirements
* Add Constraints support
* Don't raise exception on missing man pages
* Updated from global requirements
* Clean imports in code
* Updated from global requirements
* Docstrings should not start with a space
* Changed the home-page link
* Update .coveragerc after the removal of openstack directory
* coverage package name option, doc improvement
* Updated from global requirements
* Deprecated warning for SafeConfigParser
* Add more words to a confusing error message
* Don't ignore data-files
* Change assertTrue(isinstance()) by optimal assert
* Fix handling of old git log output
* Fix typo in the index.rst
* Expose deb version to match exposing rpm version
* Replace OpenStack LLC with OpenStack Foundation
* Updated from global requirements
* Fix pypy soabi tests
* Add Python 3.5 classifier and venv
* Fix argument order for assertEqual to (expected, observed)
* Move to oslosphinx
* Updated from global requirements
* Restore warnerrors behavior and support Sphinx 1.4
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Fix pypy wsgi tests
* Remember the insertion order for pbr.json
testresources extends unittest with a clean and simple api to provide
test optimisation where expensive common resources are needed for
test cases - for example sample working trees for VCS systems,
reference databases for enterprise applications, or web servers ...
let your imagination run wild.
2.4 (2017-03-01)
++++++++++++++++
- Restore IDNAError to be a subclass of UnicodeError, as some users of
this library are only looking for the latter to catch invalid strings.
2.3 (2017-02-28)
++++++++++++++++
- Fix bugs relating to deriving IDNAError from UnicodeError.
- More memory footprint improvements (Thanks, Alex Gaynor)
0.17.1 2017-03-01
IMPROVEMENTS
* Add basic 'dulwich pull' command. (Jelmer Vernooij)
BUG FIXES
* Cope with existing submodules during pull.
(Jelmer Vernooij, #505)
0.17.0 2017-03-01
TEST FIXES
* Skip test that requires sync to synchronize filesystems if os.sync is
not available. (Koen Martens)
IMPROVEMENTS
* Implement MemoryRepo.{set_description,get_description}.
(Jelmer Vernooij)
* Raise exception in Repo.stage() when absolute paths are
passed in. Allow passing in relative paths to
porcelain.add().(Jelmer Vernooij)
BUG FIXES
* Handle multi-line quoted values in config files.
(Jelmer Vernooij, #495)
* Allow porcelain.clone of repository without HEAD.
(Jelmer Vernooij, #501)
* Support passing tag ids to Walker()'s include argument.
(Jelmer Vernooij)
* Don't strip trailing newlines from extra headers.
(Nicolas Dandrimont)
* Set bufsize=0 for subprocess interaction with SSH client.
Fixes hangs on Python 3. (René Stern, #434)
* Don't drop first slash for SSH paths, except for those
starting with "~". (Jelmer Vernooij, René Stern, #463)
* Properly log off after retrieving just refs.
(Jelmer Vernooij)
6.22 2017-03-01
- Update Travis-CI to test on minimum versions of prereqs. (GH PR #109)
- Fix tests that depended on a newer version of HTTP::Message (GH PR #119)
- Update documentation to reflect behavior difference in ->put() depending
on the version of HTTP::Message installed. (GH PR #120)
1.302078 2017-03-01 15:24:12-08:00 America/Los_Angeles
- No changes since last trial
1.302077 2017-02-19 14:34:30-08:00 America/Los_Angeles (TRIAL RELEASE)
- Fix#762, newlines for todo subtest
- Revisit #637, fix rare race condition it created
1.302076 2017-02-01 19:38:42-08:00 America/Los_Angeles (TRIAL RELEASE)
- Fix crash when TB->reset used inside subtest
Bumped the version number.
Added some additional checking to prevent a potential integer overflow
due to conversion in the JPC decoder.
Added numerous more-detailed error messages for the JPC and JP2
codecs.
Added a partial verbose capability for the run_test_1 script.
Moved a test case from the bad category to the good category, as the
test case had been miscategorized.
Added another regression test case.
Fixed some potential double-free problems in the JPC codec.
VERSION 6.58 2017-03-01 ^
Better support for $mode in DateCalc.
DateCalc (in DM6) did not support all values for $mode. Now it does.
Bug fixes
Parsing a date like 01/02/2016 and calling printf with %e gave '02' instead of ' 2'. RT 119787.
Fixed a problem where the tzdata method of determining the timezone was producing an error which wasn't correct. Reported on GitHub by John.
Time zone fixes
Newest zoneinfo data (tzdata 2017a)