Changelog:
* nginx modules:
*) Feature: introduced global "ngx" object.
The following methods were added:
ngx.log(level, msg)
The following properties were added:
ngx.INFO,
ngx.WARN,
ngx.ERR.
*) Feature: added support for Buffer object where string
is expected.
*) Feature: added Buffer version of existing properties.
The following properties were added:
r.requestBuffer (r.requestBody),
r.responseBuffer (r.responseBody),
r.rawVariables (r.variables),
s.rawVariables (s.variables).
The following events were added in stream module:
upstream (upload),
downstream (download).
*) Improvement: added aliases to existing properties.
The following properties were added:
r.requestText (r.requestBody),
r.responseText (r.responseBody).
*) Improvement: throwing an exception in r.internalRedirect()
for a subrequest.
*) Bugfix: fixed promise r.subrequest() with error_page redirect.
*) Bugfix: fixed promise events handling.
* Core:
*) Feature: added TypeScript definitions for built-in
modules.
Thanks to Jakub Jirutka.
*) Feature: tracking unhandled promise rejection.
*) Feature: added initial iterator support.
Thanks to Artem S. Povalyukhin.
*) Improvement: TypeScript definitions are refactored.
Thanks to Jakub Jirutka.
*) Improvement: added forgotten support for
Object.prototype.valueOf() in Buffer.from().
*) Bugfix: fixed heap-use-after-free in JSON.parse().
*) Bugfix: fixed heap-use-after-free in JSON.stringify().
*) Bugfix: fixed JSON.stringify() for arrays resizable via
getters.
*) Bugfix: fixed heap-buffer-overflow for
RegExp.prototype[Symbol.replace].
*) Bugfix: fixed returned value for Buffer.prototype.write*
functions.
*) Bugfix: fixed querystring.stringify().
Thanks to Artem S. Povalyukhin.
*) Bugfix: fixed the catch handler for
Promise.prototype.finally().
*) Bugfix: fixed querystring.parse().
Pkgsrc changes:
* set version# only once
Upstream changes:
v0.0.4 2020-03-09 Paris (France)
* Fix 32bit backend where we miss to fully apply an invalid_arg
* Fix 64bit backend where Native.unsigned_compare and
Nativeint.unsigned_div exists (OCaml 4.08.0)
v0.0.3 2010-09-12 Paris (France)
* Avoid partial application of function (#2, @dinosaure)
* Add [@immediate] tag (#4, @dinosaure)
* Fix select.ml in 32bit (#5, @IndiscriminateCoding)
* Fix typo (#6, @hannesm)
* Add fuzzer (#8, @dinosaure)
* Fix lsr and asr in 64bit (#8, @cfcs, @dinosaure)
* Optimization on of_int function (64bit) (#8, @cfcs, @dinosaure)
* Optimization on abs function (64bit) (#8, @cfcs, @dinosaure)
* Fix 32bit architecture, keep bit-sign in the same place (#8,
@dinosaure, review @cfcs)
OK'ed by jaapb@
SQLite Release 3.34.0
Added the sqlite3_txn_state() interface for reporting on the current transaction state of the database connection.
Enhance recursive common table expressions to support two or more recursive terms as is done by SQL Server, since this helps make queries against graphs easier to write and faster to execute.
Improved error messages on CHECK constraint failures.
CLI enhancements:
The .read dot-command now accepts a pipeline in addition to a filename.
Added options --data-only and --nosys to the .dump dot-command.
Added the --nosys option to the .schema dot-command.
Table name quoting works correctly for the .import dot-command.
The generate_series(START,END,STEP) table-valued function extension is now built into the CLI.
The .databases dot-command now show the status of each database file as determined by sqlite3_db_readonly() and sqlite3_txn_state().
Added the --tabs command-line option that sets .mode tabs.
The --init option reports an error if the file named as its argument cannot be opened. The --init option also now honors the --bail option.
Query planner improvements:
Improved estimates for the cost of running a DISTINCT operator.
When doing an UPDATE or DELETE using a multi-column index where only a few of the earlier columns of the index are useful for the index lookup, postpone doing the main table seek until after all WHERE clause constraints have been evaluated, in case those constraints can be covered by unused later terms of the index, thus avoiding unnecessary main table seeks.
The new OP_SeekScan opcode is used to improve performance of multi-column index look-ups when later columns are constrained by an IN operator.
The BEGIN IMMEDIATE and BEGIN EXCLUSIVE commands now work even if one or more attached database files are read-only.
Enhanced FTS5 to support trigram indexes.
Improved performance of WAL mode locking primitives in cases where there are hundreds of connections all accessing the same database file at once.
Enhanced the carray() table-valued function to include a single-argument form that is bound using the auxiliary sqlite3_carray_bind() interface.
The substr() SQL function can now also be called "substring()" for compatibility with SQL Server.
The syntax diagrams are now implemented as Pikchr scripts and rendered as SVG for improved legibility and ease of maintenance.
Changelog for version 9.6.6
18Sep20
- baculum: Fix displaying date and time on volume view page
17Sep20
- baculum: Fix#2564 changing volume status to Read-Only
11Sep20
- baculum: Fix saving multicombobox control values
- baculum: Fix multicombobox and multitextbox controls to work with PHP 7.4
10Sep20
- baculum: Fix#2562 displaying date and time in tables on Safari
30Aug20
- Update copyright year
17Aug20
- Clarify SD vbackup device error message
- Fix MT2554 :update upload_cache call in dircmd.c
15Aug20
- zero malloced memory when SMARTALLOC not enabled
09Aug20
- baculum: Fix#2558 saving day or day range in schedule resource - reported by
Jose Alberto
05Aug20
- Fix MT2554 :upgrade upload_cache interface.
29Jun20
- Eliminate compiler errors when smartalloc is turned off
28Jun20
- baculum: Fix date formatter to work with PHP 7.4
27Jun20
- baculum: Fix configure Bacula hosts page to work with PHP 7.4
25Jun20
- baculum: Update Portuguese translations
24Jun20
- baculum: Change colours in table headers and borders
20Jun20
- baculum: Add remove runscript button
19Jun20
- Fix#6366 About an issue with verify job level=DiskToCatalog
- baculum: Close modal windows on pressing ESC key
- baculum: Fix logout button on authorization failed page
18Jun20
- baculum: Add local user authentication method support
14Jun20
- baculum: Add date and time formatters - idea proposed by Wanderlei Huttel
13Jun20
- baculum: Enable re-running jobs in async way and visual improvements
12Jun20
- baculum: Change cursor over selectable table
11Jun20
- Fix build script copyright detection
- release: add code to detect Bacula Systems copyrights and fail release
03Jun19
- Fix compilation of bsnapshot on Fedora
Bugs fixed/closed since last release:
2558 6366
=================================================
Release 9.6.4
08Jun20
- Add configure variables to baculabackupreport. Patch from bug #2538
- Fix orphaned buffers in cloud by adding truncate argument to end_of_job()
06Jun20
- Improve clarity of Cloud part mismatches and make it an INFO message rather
than a WARNING since it corrects the catalog.
- Small trivial change to check_parts
05Jun20
- Backport more Enterprise cloud parts changes
- Backport cloud upload code from Enterprise
03Jun20
- Update s3_driver.c to new libs3 API calling sequence
02Jun20
- Fix tray-monitor installation
- Recompile ./configure
- Add ./configure code to check for and enable/disable S3 support
- win32: Fix org#2547 About possible NULL pointer dereference in get_memory_info
- Ensure cloud driver loaded when listing cloud volumes
29May20
- baculum: Request #2546 support for full restore when file records for backup
job are pruned
25May20
- baculum: Fix problem with authorization error after upgrade
- baculum: Add UPGRADE file
24May20
- baculum: Fix returning value in TStyleDiff - generated notice with PHP
7.4
- baculum: Remove execute bit for framework scripts
22May20
- baculum: Fix displaying empty column button in table column visibility menu -
reported by Wanderlei Huttel
21May20
- baculum: Update Polish translations
- baculum: Update Portuguese translations
19May20
- baculum: New user management. LDAP support. Role-based access control.
12May20
- Fix new compiler warnings + always use bstrncpy not strncpy to ensure EOS at
end of string
11May20
- Return smartalloc buffers zeroed -- future performance improvement
10May20
- Improve scanning data/time, fixes bug #2472
- Make ABORT mention segfault to clarify non-bug #2528
- Make reading a short block a warning rather than error
09May20
- baculum: Fix validators in run job modal window
02May20
- Remove unused -t option in dbcheck.c -- fixes bug #2453
01May20
- Fix bug 2523 -- spurious extra linking
- Fix bug #2534 possible double free in error case
- Fix possible sscanf overflows
- Fix overflow from malicious FD reported by Pasi Saarinen
18Apr20
- baculum: Add option to show time in job log - idea proposed by Wanderlei
Huttel
- baculum: Add show log time parameter to job log endpoint
16Apr20
- baculum: Add tip about using table row selection
17Mar20
- Fix bug #2525 seg fault when doing estimate with accurate and MD5
- baculum: Fix issues with SELinux support reported by Neil MacGregor
16Mar20
- Correct some copyrights
07Mar20
- Add Docker plugin rpm spec files
Bugs fixed/closed since last release:
2453 2472 2525 2528 2534 2546 2547
===========================================================
Release Version 9.6.3
09Mar20
- Eliminate false error when droping postgres table MAC
- Apply Carsten's character set fix for the docs. Many thanks!
08Mar20
- Fix logic error in clearing bit on Windows
07Mar20
- baculum: Update Portuguese translations
- baculum: Update Polish translations
- baculum: Add patch to PRADO framework 4.0.1 for supporting PostgreSQL 12
catalog database
- baculum: Add support for PostgreSQL 12 catalog database
- Enhance failed bpipe to changer error message
- Clean up some incorrect copyrights
- Correct spelling errors in messages
- Add to plugins links
01Mar20
- baculum: Add bulk actions for job history and volume tables
- baculum: Update DataTables and its plugins
27Feb20
- docker: Update copyright headers.
- Update BSD copyright on *.conf.in files
- docker: Remove unneeded tar binary.
- Fix workaround for Sun C++ recommended by Phil Stracchino
- baculum: Update Polish translations
- baculum: Update Portuguese translations
Change log:
1.3.0
======
- GTK 3 Port
- Remove Libgcrypt dependency
- Move "watching" column to the left to avoid overlapping with scrollbar
- Add support for XfceTitledDialog new API
- Fix cast to pointer
- Replace deprecated GTimeVal
- Update URLs from goodies.x.o to docs.x.o (Bug #16167)
- Added support for multi-row/column panels in xfce4-panel > 4.9
- Fix running command on each change of the count
- Fix running an empty command
- Do not run command when new message count is 0
- Add SSL support CFLAGS and LDFLAGS conditionally
- Translation Updates:
Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan,
Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
English (Australia), English (United Kingdom), Finnish, French,
Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
Interlingue, Italian, Japanese, Korean, Latvian, Lithuanian, Malay,
Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese,
Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur,
Vietnamese
On NetBSD 8.x, there will be issues with shared library
support, due to missing support for ADDR16_LO, ADDR16_HI
and ADDR16_HA relocations, available in newer code.
There are however other issues, text relocations, and
apparent missing REL24 relocation support(?!?).
The testyield.ml test appears to not terminate, only two
of the 4(?) threads ever get any CPU time, so has to be killed
to complete the selftests. Test result:
2438 tests passed
36 tests skipped
12 tests failed
108 tests not started (parent test skipped or failed)
8 unexpected errors
2602 tests considered
ChangeLog:
Features:
- The unsparsify -f feature
- The new sort-within-records verb is an old ask, underway from the Go
port, backported to C
- Likewise the truncate DSL function
Bugfixes:
- The count -n feature was not implemented as intended
- Pretty-print format now works correctly with --headerless-csv-output
- The seqgen verb now correctly tracks NR and FNR in the records it emits
- An intermittent JSON-parsing bug has been fixed
-when sizes are displayed (eg on br -s), show size of root line and root
filesystem info
-modified size cache management makes some size computations faster
-sizes (and dates and counts) are progressively displayed
Alex Goins (1):
glamor: Update pixmap's devKind when making it exportable
Arthur Williams (1):
include: Increase the number of max. input devices to 256.
Bernhard Übelacker (1):
os: Fix instruction pointer written in xorg_backtrace
Greg V (1):
xwayland: use drmGetNodeTypeFromFd for checking if a node is a render one
Kishore Kadiyala (1):
modesetting: keep going if a modeset fails on EnterVT
Martin Peres (1):
modesetting: check the kms state on EnterVT
Matt Turner (1):
xserver 1.20.10
Matthieu Herrb (2):
Fix XkbSetDeviceInfo() and SetDeviceIndicators() heap overflows
Check SetMap request length carefully.
Michel Dänzer (10):
glamor: Fix glamor_poly_fill_rect_gl xRectangle::width/height handling
xfree86: Take second reference for SavedCursor in xf86CursorSetCursor
present/wnmd: Can't use page flipping for windows clipped by children
xwayland: Check window pixmap in xwl_present_check_flip2
present/wnmd: Remove dead check from present_wnmd_check_flip
present: Move flip target_msc adjustment out of present_vblank_create
present: Add present_vblank::exec_msc field
present/wnmd: Move up present_wnmd_queue_vblank
present/wnmd: Execute copies at target_msc-1 already
present/wnmd: Translate update region to screen space
Olivier Fourdan (8):
Revert "linux: Fix platform device probe for DT-based PCI"
Revert "linux: Fix platform device PCI detection for complex bus topologies"
Revert "linux: Make platform device probe less fragile"
xwayland: Do not discard frame callbacks on allow commits
xwayland: Remove pending stream reference when freeing
xwayland: non-rootless requires the wl_shell protocol
xwayland: Create an xwl_window for toplevel only
configure: Build hashtable for Xres and glvnd
ChangeLog:
### libopenmpt 0.5.4 (2020-11-29)
* AMS: An upper bound for uncompressed sample size is now established to
avoid memory exhaustion from malformed files.
* DMF: Support early format beta versions (in particular versions 1-4).
* MED: Also use octave wrapping in 8-channel mode for MMD0/MMD1 modules.
* MED: If 8-channel mode is activated, ignore BPM mode.
* MED: Emulate tempo commands F01 and F02 quirk.
* MED: Tempo commands below 32 BPM were interpreted as tempo slides.
* IMF: Instrument sample mapping was off by one octave, notable in the guitar
part of Astaris by Karsten Koch.
* pugixml: Update to v1.11 (2020-11-26).
ChangeLog:
DASM version 2.20.14.1:
* fixed support for forced word address x/y indexed (.wx / .wy)
* man page added
* missing opcodes added for mc68hc908 controller
* Support for older macOS versions (OSX 10.5 and up)
DASM version 2.20.14:
* Technical Documentation / User Guide for dasm in PDF format,
written by Andrew Davie in his engaging style.
* Dynamic Labels support by concatenating evaluated values
* Multiline C style /* */ comments
* Support for mc68hc908 controller family
* Cleaned up and improved Unit Tests
* new switch -R to remove output file if dasm found an
error during assembly
* Small optimization in the Atari 2600 CLEAN_START macro
* SETSTR expression; typically used within a macro to use
the name of an argument