news
News
- DISQLite3 5.33.1
- Fix a long-standing bug in the byte-code engine that can cause a COMMIT command report as success when in fact it failed to commit.
- DISQLite3 5.32.0
- INSERT and UPDATE statements now always apply column affinity before computing CHECK constraints.
- Added the iif() SQL function.
- The ESCAPE clause of a LIKE operator now overrides wildcard characters, so that the behavior now matches what PostgreSQL does.
- Added support for approximate ANALYZE using the PRAGMA analysis_limit command.
- New extensions: bytecode virtual table, checksum VFS, UINT collation sequence.
- New functions to better support of VFS shim implementations: sqlite3_create_filename(), sqlite3_free_filename(), and sqlite3_database_file_object().
- YuPcre2 1.13.0
- Capturing groups that contain recursive backreferences to themselves are no longer automatically atomic.
- New option for
pcre2_substitute
:PCRE2_SUBSTITUTE_LITERAL
,PCRE2_SUBSTITUTE_MATCHED
,PCRE2_SUBSTITUTE_REPLACEMENT_ONLY
. - If
PCRE2_UCP
is set withoutPCRE2_UTF
, Unicode character properties are used for upper/lower case computations on characters whose code points are greater than 127. - Updated to Unicode 13.0.0.
- YuNetSurf 4.0.1.
- CSS parser bug fix for selectors without ruleset.
- CSS property handling bug fixes.
- DIRegEx 8.12.0
- JIT compiler update.
- Avoid potential integer overflow after
(?C
.
- YuPdf 2.6.1
- Improve PDF/A-1a conformance to silence errors reported by recent validators.
- DISQLite3 5.31.1
- Improve UTF-16 to UTF-8 conversions (and vice versa) so include Unicode Code Points from $100000 to $10FFFF (Supplemental Planes).
- Fix incomplete parameter renaming which caused a compile error in Delphi 2007 and before.
- DISQLite3 5.31.0
- Add support generated columns.
- Add security properties for application-defined SQL functions.
- More efficient lookaside memory allocator.
- New UUID and urifuncs extensions.
- Optimizations and bug fixes.
- DITidy 6.3.0
- Add support for DATA element.
- Keep case of anchors for HTML5.
- YuStemmer 5.2.0
- New Serbian stemmer.
- Minor optimisation to Dutch Kraaij Pohlmann stemmer.
- YuBrotli 2.0.0
- Drop “custom dictionary” support.
- New “Large Window Brotli” feature.
- New encoding and decoding options.
- Improved compression for small and tiny data.
- Bug fixes.
- YuPcre2 1.12.0
- Support for matching in invalid UTF strings.
- Non-atomic positive lookarounds are implemented in the interpreter, but not in JIT.
- Upgraded to Unicode 12.1.0.
- Other enhancements and bugfixes.
- YuStemmer 5.0.0
- New Greek, Indonesian, Lithuanian, and Nepali stemmers.
- Stemming improvements to some stemmers.
- Better UTF-8 handling.
- YuPcre2 1.9.2
pcre2_dfa_match()
now uses heap instead of stack memory.- New
\N{U+dddd}
syntax in Unicode mode. - Update to Unicode 11.0.
- Many pattern and matching bug fixes.
- DISQLite3 5.26.1
- Fix sqlite3_rekey() and sqlite3_rekey_v2() encryption errors with databases greater than about 4 MB.
- YuPcre2 1.9.1
- Fix TDIRegEx2_16.MatchNext advncing start offset if previous match was an empty string.
- Work around compiler error with at least one Delphi 10.3 Rio installation.
- DIXml 5.15.0
- XPath improvements: optional recursion limit, filter evaluation, and error propagation.
xsl:template
requires name and match attributes.- Fix
xsl:number
performance regression. - Fix memory leaks, invalid pointer dereferences, integer overflows, and uninitialized memory accesses.
- Avoid potential stack overflows by making functions non-recursive.
- YuNetSurf 4.0.0.
- Add support for CSS media queries.
- DISQLite3 5.30.0
- Add support for the
NULLS FIRST
andNULLS LAST
clauses onORDER BY
SQL statements. - Add support for
FILTER
SQL clauses on all aggregate functions. - Miscellaneous performance enhancements.
- YuStemmer 5.1.0
- New Hindi stemmers.
- Bigger test cases.
news.txt · Last modified: 2016/03/03 11:49 by 127.0.0.1