Age | Commit message (Collapse) | Author | Files | Lines |
|
properly on Leopard systems.
|
|
|
|
-------------------
1.50 2016-02-11
- Switched to a production version.
1.49_08 2016-01-30
- no significant code changes
- Resolved RT#111558: Virtual table tests depend on enhanced
query syntax availability (vlmarek++)
- Ingore FTS tests if FTS is not available
1.49_07 2016-01-21
- Updated to SQLite 3.10.2, which fixed a case-folding bug
in the LIKE operator introduced in SQLite 3.10.0.
1.49_06 2016-01-15
- Updated to SQLite 3.10.1, which fixed an old bug that could
generate incorrect results when a scalar subquery attempts
to use the block sorting optimization.
1.49_05 2016-01-11
*** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
- Updated to SQLite 3.10.0.
Because of the addition of LIKE/GLOB/REGEXP support on
virtual tables, previous ::PerlData virtual table got broken.
This is hopefully fixed by adding strlike/strglob functions
to DBD::SQLite but if you use this virtual table, please
test it carefully.
- Now you can make a database connection read-only if you
turn on the ReadOnly attribute when you connect. (RT #110439)
If you set it after you connect to a database, DBD::SQLite
warns because the database doesn't actually become read-only.
- Improved ::Constants
- to load DBD::SQLite by itself
- to expose SQLITE_VERSION_NUMBER
- introduced a few new (shorter) tags
1.49_04 2015-11-24
- Updated ::Constants
- Fixed a sqlite version number in a test (GH-14; NANIS++)
1.49_03 2015-11-05
- Updated to SQLite 3.9.2, with JSON support
1.49_02 2015-10-10
- Added a workaround to resolve #106950 Extra warnings
with savepoints (hopefully)
- Not to run tests for table_column_metadata unless
ENABLE_COLUMN_METADATA is set
1.49_01 2015-08-04
- Updated to SQLite 3.8.11.1
- Resolved #106151 SAVEPOINT bug
- Made sure to keep what's left in unprepared_statements when
allow_multiple_statements is set. (GH #11)
|
|
|
|
-------------------
Version 1.3.1 -- February 10, 2016
==================================
- Fixed `fpcalc -length` to actually restrict fingerprints the requested length.
- Fixed SONAME version for the shared library.
|
|
|
|
to mkpatches(1).
Requested by jperkin.
Update man pages.
Bump version.
|
|
|
|
|
|
|
|
0.9.4
-----
* Update German dictionaries
* Update French dictionary
|
|
|
|
Bump PKGREVISION.
|
|
|
|
1.3.2 (2016-01-28)
------------------
- Add __version__ and __version_info__ attributes
- https://github.com/frewsxcv/python-geojson/pull/74
|
|
|
|
Note that this release includes a non-backward compatible change
to address a security issue. This change increases the version
of the LTS v4.x line to v4.3.0. There will be no further updates
to v4.2.x.
- http: fix defects in HTTP header parsing for requests and
responses that can allow request smuggling (CVE-2016-2086)
or response splitting (CVE-2016-2216). HTTP header parsing
now aligns more closely with the HTTP spec including
restricting the acceptable characters.
- http-parser: upgrade from 2.5.0 to 2.5.1
- openssl: upgrade from 1.0.2e to 1.0.2f. To mitigate against
the Logjam attack, TLS clients now reject Diffie-Hellman
handshakes with parameters shorter than 1024-bits, up from
the previous limit of 768-bits.
- introduce new --security-revert={cvenum} command line flag
for selective reversion of specific CVE fixes
- allow the fix for CVE-2016-2216 to be selectively reverted
using --security-revert=CVE-2016-2216
|
|
|
|
- http: fix defects in HTTP header parsing for requests and responses
that can allow request smuggling (CVE-2016-2086) or response
splitting (CVE-2016-2216). HTTP header parsing now aligns more
closely with the HTTP spec including restricting the acceptable
characters.
- http-parser: upgrade from 2.6.0 to 2.6.1
- npm: upgrade npm from 3.3.12 to 3.6.0 (Rebecca Turner) #4958
- openssl: upgrade from 1.0.2e to 1.0.2f. To mitigate against the
Logjam attack, TLS clients now reject Diffie-Hellman handshakes
with parameters shorter than 1024-bits, up from the previous
limit of 768-bits.
|
|
|
|
to mark it as free.
|
|
|
|
0.9.3
-----
* Merge pull request #8 from lnielsen/lazydomainfix
Fix lazy gettext problem with domain evaluation
|
|
|
|
Changes not found.
Disable simd option by default, since it breaks compilation for me on
7.99.26/amd64:
./simd.c: In function 'x86_3dnow_add2f':
./simd.c:211:3: error: impossible constraint in 'asm'
asm volatile (
|
|
|
|
---------------------
2011-11-04 Philipp Kern <phil@0x539.de>
* po/obby.pot:
* po/*.po: refresh
2011-11-04 Philipp Kern <phil@0x539.de>
* test/test_jupiter.cpp: fix base_file lookup on make
distcheck
2011-11-04 Philipp Kern <phil@0x539.de>
* configure.ac:
* NEWS: bump version to 0.4.8, document the changes
2011-10-30 Philip Kern <phil@0x539.de>
* po/ast.po:
* po/en_GB.po:
* po/pt_BR.po:
* po/ca.po:
* po/de.po:
* po/es.po:
* po/fr.po:
* po/it.po:
* po/nl.po:
* po/oc.po:
* po/sv.po:
* po/uk.po: updated translations from Launchpad
* po/LINGUAS: add ast, en_GB and pt_BR
2011-10-30 Armin Burgmeier <armin@arbur.net>
* inc/server_buffer.hpp: During authentication, swap user color and
global password checks, to avoid for a non-authorized person to gather
information on used user colors (Vasiliy Kulikov).
2011-02-09 Philipp Kern <phil@0x539.de>
* po/da.po: Added Danish translation by Joe Dalton.
Debian bug #605322.
* po/LINGUAS: Added da.
2009-10-12 Armin Burgmeier <armin@0x539.de>
* po/uk.po: Added Ukrainian translation by Yuri Chornoivan. Bug #479.
* po/LINGUAS: Added uk.
2009-01-01 Philipp Kern <phil@0x539.de>
* po/ca.po:
* po/de.po:
* po/es.po:
* po/it.po:
* po/nl.po:
* po/oc.po:
* po/sv.po: imported from Launchpad
|
|
master site URL accordingly.
|
|
|
|
1.43 -- 2016/02/08 15:05:23
[CHANGES]
* Updated documentation
* Added MIN_PERL_VERSION to Makefile.PL
* Added "use warnings" to all tests
* Added MANIEST.SKIP patterns for common editor backup/swapfiles
* Test product(0,0) (RT105415)
[BUGFIXES]
* Fix build on non-C99 compilers
* Avoid divide-by-zero exception if product()'s accumulator is IV zero
(RT105415)
* Possible fix for SvTEMP issues in first and any/all/none/notall
(RT96343)
|
|
|
|
|
|
No upstream changelog.
|
|
|
|
Upstream changes:
0.11 2015-10-09 rurban
- add libressl support, unsupported random_egd() with libressl
0.10 2015-02-04 rurban
- fix LIBS argument, fatal on Windows. thanks to kmx
0.09 2015-02-04 rurban
- add missing hints/MSWin32.pl (kmx, RT #56455)
- add a couple of distro tests
- fix gcov target
0.08 2015-02-03 rurban
- remove Devel::CheckLib which does not work for 2 required libs
- replace DynaLoader by XSLoader
0.07 2015-02-03 rurban
- Bump version to publish an official release
0.06 rurban
- Typo in doc (dsteinbrunner)
0.05 2013-04-02 14:31:30 rurban
- Add inc/Devel/CheckLib, improve POD, add README and some helper targets
- Better diagnostics when the openssl libraries are not found
- Support INCDIR= and LIBDIR= arguments to Makefile.PL
- Add MSWin32 hints to find the openssl libraries
- Autocreate README
- Fix some -Wpointer-sign warnings
- Remove wrong Crypt::OpenSSL::RSA package names in docs and errmsg
|
|
|
|
Upstream changes:
0.15 2015/02/03
- #84367 Win32 compatibility patch
- #80369 fix errors in POD. Mainly just missing =over/=back
- #80368 Makefile.PL: unneeded -lssl in LIBS
|
|
|
|
v0.12.18
- Add -paths option to print config, key, database paths (@calmh)
- Minor refactoring
|
|
|
|
|
|
|
|
* Sync with thuderbird-38.5.1
|
|
|
|
* Add workaround for binutils 2.26 from NetBSD current
Changelog:
For Microsoft Windows only.
|
|
|
|
2.0.1:
Sam Lantinga - Tue Jul 7 11:40:33 PDT 2015
* Added support for 'smpl' format loop points in music WAV files
Sam Lantinga - Sat Aug 23 10:57:26 2014
* Fixed floating point exception in Mix_Volume()
David Ludwig - Mon Apr 14 22:15:36 2014
* Added support for building for Windows RT and Windows Phone
Isaac Burns - Sun Sep 15 21:50:27 PDT 2013
* Added support for loading MP3 files as sound chunks
|
|
|
|
|
|
|