### 1.10.4
The third 1.10 bug-fix release (1.10.4) was released on 23 February 2017.
This release only contains bugfixes and it should be safe to update from 1.10.x.
#### Major bugfixes in 1.10.4
- Various fixes for crashes, assertions, deadlocks and memory leaks on fuzzed
input files and in other situations (CVE-2017-5847, CVE-2017-5848)
- More regression fixes for souphttpsrc redirection tracking
- Regression fix for gmodule on 32 bit Android, which was introduced as part
of the 64 bit Android fix in 1.10.3 and broke the androidmedia plugin
- Various bugfixes for regressions and other problems in the V4L2 plugin
- Fix for 5.1, 6.1 and 7.1 channel layouts for Vorbis
- Fixes for timestamp generation of Android video encoder element
- gst-libav was updated to ffmpeg 3.2.4, fixing a couple of CVEs
- ... and many, many more!
Upstream change summary (see NEWS for details):
*) The Ghostscript IJS driver and Foomatic data generator have been
removed. CUPS is ubiquitous on Linux/UNIX systems, and the
Ghostscript IJS driver and Foomatic data are not needed with
CUPS.
*) New/improved support for many dyesub printers, including media
status reporting.
*) Added/improved support for many printers.
*) Removed support for Brother HL-1430.
I'm pleased to announce the 1.3.0 release of xf86-video-amdgpu, the Xorg
driver for AMD Radeon GPUs supported by the amdgpu kernel driver.
This release supports xserver versions 1.10-1.19.
Highlights:
* Allow TearFree to be toggled at runtime via an RandR output property
"TearFree". The xorg.conf option "TearFree" now controls the default
value of the output properties.
* Use libdrm_amdgpu functionality to determine the GPU marketing name,
remove corresponding tables from this driver.
* Use DRM render nodes for DRI3 clients when available.
Plus many other improvements and fixes. Thanks to everybody who
contributed to this release in any way!
Emil Velikov (1):
autogen.sh: use quoted string variables
Hans De Goede (1):
amdgpu_probe: Do not close server managed drm fds
Jammy Zhou (1):
Use render node for DRI3 if available
Michel Dänzer (44):
Post-release version bump
Move struct amdgpu_gpu_info out of amdgpu_get_tile_config
Use family information from libdrm_amdgpu / kernel
Stop using generated amdgpu_device_match
Remove amdpciids.h
Stop using AMDGPUPciChipsets
Stop using AMDGPU(Unique)Chipsets
Remove generated header files
Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available
Make libdrm >= 2.4.72 requirement explicit
Don't install Flush/EventCallback for GPU screens
Add amdgpu_is_gpu_screen helper
Take current scanout_id into account everywhere involved with TearFree
Fix amdgpu_scanout_extents_intersect for GPU screens
Call ValidateGC after ChangeClip in amdgpu_sync_scanout_pixmaps
Call amdgpu_drm_abort_entry on failure to flip to a scanout pixmap
Simplify drmmode_handle_uevents
Pass pitch from drmmode_crtc_scanout_allocate to drmmode_create_bo_pixmap
Call drmmode_crtc_scanout_create in drmmode_crtc_shadow_allocate as well
Fold drmmode_crtc_scanout_allocate into drmmode_crtc_scanout_create
Handle rotation in the driver also with Xorg 1.12-1.18
Fix flip event data leak if calloc or drmModeAddFB fails
Don't destroy current FB if drmModeAddFB fails
Factor out amdgpu_prime_dirty_to_crtc helper
Factor out drmmode_crtc_scanout_update helper
Allow toggling TearFree at runtime via output property
Use drmmode_crtc_scanout_free in drmmode_fini
present: Only call drmModeRmFB after setting modes for unflip
present: Wait for GPU idle before setting modes for unflip
present: Also flush before using a flip to unflip
present: Use async flip for unflip if possible
present: Flush before flipping
Call drmmode_set_desired_modes from a WindowExposures hook
Move DPMS check from amdgpu_scanout_do_update to amdgpu_scanout_flip
Don't call amdgpu_glamor_flush in drmmode_copy_fb
Don't use pScrn->is_gpu in AMDGPUCreateScreenResources_KMS
Use local implementation of RegionDuplicate for older xserver
Only define transform_region for XF86_CRTC_VERSION >= 4
glamor: Don't flush in BlockHandler with Xorg >= 1.19
Refactor amdgpu_kernel_close_fd helper
glamor: Use glamor_finish when available
Skip some initialization steps for GPU screens
Pass TRUE to drmmode_set_desired_modes the first time for GPU screens
Bump version for 1.3.0 release
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
jimqu (1):
udev_monitor_receive_device() will block when hotplug monitor
I'm pleased to announce the 7.9.0 release of xf86-video-ati, the Xorg
driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver.
This release supports xserver versions 1.10-1.19.
Highlights:
* Allow TearFree to be toggled at runtime via an RandR output property
"TearFree". The xorg.conf option "TearFree" now controls the default
value of the output properties.
* Use glamor by default for 2D acceleration with >= R600 and Xorg >=
1.18.3.
* Ship 10-radeon.conf xorg.conf.d snippet for Xorg >= 1.16, so that the
radeon driver can be loaded automatically even when the ati wrapper
driver isn't installed.
* Support loading the amdgpu driver from the ati wrapper driver.
* Use DRM render nodes for DRI3 clients when available.
Plus many other improvements and fixes. Thanks to everybody who
contributed to this release in any way!
Emil Velikov (1):
autogen.sh: use quoted string variables
Jammy Zhou (1):
Use render node for DRI3 if available
Jochen Rollwagen (3):
fix build for xserver < 1.13
Calculate log base 2 in radeon.h based on clz for all platforms
Fix build for XServer 1.13
Michel Dänzer (38):
Post-release version bump
Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available
Enable glamor by default with >= R600 and Xorg >= 1.18.3
Don't install Flush/EventCallback for GPU screens
Pass fb_id into drmmode_page_flip_target_absolute/relative
Add radeon_is_gpu_screen helper
Take current scanout_id into account everywhere involved with TearFree
Fix radeon_scanout_extents_intersect for GPU screens
Call ValidateGC after ChangeClip in radeon_sync_scanout_pixmaps
Call radeon_drm_abort_entry on failure to flip to a scanout pixmap
Simplify drmmode_handle_uevents
Pass pitch from drmmode_crtc_scanout_allocate to drmmode_create_bo_pixmap
.editorconfig: src/ati.c only uses spaces for indentation
ati: Support loading the amdgpu driver from the ati wrapper
Add 10-radeon.conf xorg.conf.d snippet
Enable tiling by default with glamor on PALM
Don't handle Option "SwapbuffersWait" at all with glamor
Fix flip event data leak if calloc or drmModeAddFB fails
Don't destroy current FB if drmModeAddFB fails
Factor out radeon_prime_dirty_to_crtc helper
Factor out drmmode_crtc_scanout_update helper
Allow toggling TearFree at runtime via output property
Use drmmode_crtc_scanout_free in drmmode_fini
present: Only call drmModeRmFB after setting modes for unflip
present: Wait for screen pixmap BO idle before setting modes for unflip
Call drmmode_crtc_scanout_create in drmmode_crtc_shadow_allocate as well
Fold drmmode_crtc_scanout_allocate into drmmode_crtc_scanout_create
Handle rotation in the driver also with Xorg 1.12-1.18
present: Also flush before using a flip to unflip
present: Use async flip for unflip if possible
present: Flush before flipping
Fix bogus indentation
Call drmmode_set_desired_modes from a WindowExposures hook
Move DPMS check from radeon_scanout_do_update to radeon_scanout_flip
Don't call radeon_cs_flush_indirect & radeon_bo_wait in drmmode_copy_fb
Skip some initialization steps for GPU screens
Pass TRUE to drmmode_set_desired_modes the first time for GPU screens
Bump version for 7.9.0 release
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
jimqu (1):
udev_monitor_receive_device() will block when hotplug monitor
1.19.3
A couple more minor fixes, most notably a revert of a page-flipping change that regressed some drivers. Adam Jackson (2): Revert "present: Allow flipping with PRIME slave outputs" xserver 1.19.3 Chris Wilson (2): Revert "prime: Sync shared pixmap from root window instead of screen pixmap" os: Fix iteration over busfaults Dr.-Ing. Dieter Jurzitza (1): glamor: Fix missing declaration in dash vertex shader Olivier Fourdan (2): xwayland: clear cursor frame callback xwayland: Monitor client states to destroy callbacks Qiang Yu (1): present: disable page flip only when a slave crtc is active Tobias Stoeckmann (1): render: Fix out of boundary heap access
1.19.2
A collection of stability fixes here across glamor, Xwayland, input,
and Prime support. Also a security fix for CVE-2017-2624, a timing
attack which can brute-force MIT-MAGIC-COOKIE authentication. Everybody
is encouraged to upgrade. Thanks to all who contributed fixes!
Adam Jackson (5):
xserver 1.19.2
Revert "xserver 1.19.2"
os: Squash missing declaration warning for timingsafe_memcmp
xserver 1.19.2
xserver 1.19.2, no, really
Chris Wilson (3):
xfree86: Take the input lock for xf86RecolorCursor
xfree86: Take input lock for xf86TransparentCursor
xfree86: Take input_lock() for xf86ScreenCheckHWCursor
Matthieu Herrb (4):
Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624
Use arc4random_buf(3) if available to generate cookies.
auth: remove AuthToIDFunc and associated functions. Not used anymore.
Brown bag commit to fix 957e8d (arc4random_buf() support)
Michel Dänzer (3):
prime: Sync shared pixmap from root window instead of screen pixmap
present: Allow flipping with PRIME slave outputs
damage: Validate source pictures bound to windows before unwrapping
Olivier Fourdan (5):
xwayland: Apply output rotation for screen size
xwayland: CRTC should support all rotations
glamor: Two pass won't work on memory pixmaps
xwayland: Make sure we have a focus window
xwayland: do not set checkRepeat on master kbd
Peter Hutterer (1):
os: log a bug whenever WriteToClient is called from the input thread
Svitozar Cherepii (1):
xwayland: Add hack for FWXGA resolution #99574
GUILE, GNU's Ubiquitous Intelligent Language for Extension, is a library
that implements the Scheme language plus various convenient facilities.
It's designed so that you can link it into an application or utility to
make it extensible. Our plan is to link this library into all GNU programs
that call for extensibility.
This is guile 2.2, the current stable version.
While arguably the real bug is that gmime's pkg-config file libs
includes gpgme's libs, this makes libraries visible to depending
builds that end up on link lines. Resolves build failure for
totem-pl-parser.
ok wiz@
Changelog:
Changes
Server
Use login name to fix password confirm with ldap users (server/2953)
Change the row-format before changing the collation (server/3063)
Generate correct path for owner and use the display name (server/3080)
Markdown support for app descriptions (server/3117)
Fix style in comment (server/3143)
Escape the name for the jquery selector (server/3138)
Define spreed calls (server/3115)
LDAP Backend OCS Api (server/3213)
Fix Sharing app description (server/3397)
Fix shared-as-busy events for owner (server/3363)
Use correct theming when returning the defaults (server/3399)
Filter out sensitive appconfig values (server/3400)
Add transifex config for sharebymail (server/3423)
Update the email in the accounts table as well (server/3411)
Don't log the password on confirmPassword when LDAP throws an exception (server/3414)
Make sure ownCloud 8.2 activities also can get displayed (server/3412)
Popovermenu backport (server/3286)
Set vendor during install (server/3426)
Make sure the file information is available when sending the email (server/3433)
Add profile data to provisioning api (server/3259)
Fix detection of the new iOS app (server/3431)
Add integration tests for legacy DAV endpoints (server/3445)
Make sure invalid images don't flood the log file (server/3440)
Fix printing backup code (server/3510)
Fix cookie name (nctoken instead of octoken) (server/3511)
LDAP's checkPassword should only catch when a user was not found (server/3493)
Return unknown free space from nullstorage (server/3508)
Fix for address book data lost when any user receiving a share is deleted (server/3499)
Rename database password toggle (server/3500)
Popovermenu files css fix (server/3494)
Add screensharing icon (server/3481)
Fix misleading wording: searching is affected, not user access (server/3560)
Backport of Fix Broken UUID Attribute Detection (server/3528)
Activity
Make sure integer like names are still strings (activity/103)
Fix activities for public uploads (activity/113)
Show the parent as target when the file was not renamed (activity/114)
Fix activities for "Files drop" on external storages (activity/118)
SAML & SSO
Setup account later (user_saml/79)
Serverinfo
Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77)
Don't throw an error when /proc/meminfo is not readable (serverinfo/76)
Survey_Client
Fix problem when checking size with dash in DB name (survey_client/50)
The compiler back end introduced in Go 1.7 for 64-bit x86 is now used on all
architectures, and those architectures should see significant performance
improvements. For instance, the CPU time required by our benchmark programs was
reduced by 20-30% on 32-bit ARM systems. There are also some modest performance
improvements in this release for 64-bit x86 systems. The compiler and linker
have been made faster. Compile times should be improved by about 15% over Go
1.7. There is still more work to be done in this area: expect faster
compilation speeds in future releases.
Garbage collection pauses should be significantly shorter, usually under 100
microseconds and often as low as 10 microseconds.
The HTTP server adds support for HTTP/2 Push, allowing servers to preemptively
send responses to a client. This is useful for minimizing network latency by
eliminating roundtrips. The HTTP server also adds support for graceful
shutdown, allowing servers to minimize downtime by shutting down only after
serving all requests that are in flight.
Contexts (added to the standard library in Go 1.7) provide a cancelation and
timeout mechanism. Go 1.8 adds support for contexts in more parts of the
standard library, including the database/sql and net packages and
Server.Shutdown in the net/http package.
Go 1.8 includes many more additions, improvements, and fixes. Find the complete
set of changes, and more information about the improvements listed above, in
the Go 1.8 release notes: https://golang.org/doc/go1.8
docbook2odf is a toolkit that automatically converts DocBook to OASIS
OpenDocument (ODF, the ISO standardized format used for texts,
spreadsheets and presentations). Conversion is based on XSLT which
makes it easy to convert DocBook->ODF, ODT, ODS and ODP as all these
documents are XML-based.
Upstream (Bruno Haible) write:
The comment says that this include of <pthread.h> is there to make sure that
<signal.h> declares pthread_sigmask.
But on DragonFly (I checked versions 3.8, 4.6, and 4.8.0-RC), pthread_sigmask
is already declared in <signal.h>, not in <pthread.h>.
--------------------------------------------
ChangeLog v3.7.11
This is a feature release of the 3.7 API series, and incorporates all
the bug fixes implemented in the 3.7.10.2 maintenance release.
Contributors
(omitted in this commit log, sorry)
Changes
The GNU Radio project tracks changes via Github pull requests. You can
get details on each of the below by going to:
https://github.com/gnuradio/gnuradio
Note: Please see the release notes for 3.7.10.2 for details on the bug
fixes included in this release.
gnuradio-runtime
#1077 Support dynamically loaded gnuradio installs (Josh Blum)
gnuradio-companion
#1118 Support vector types in embedded Python blocks (Clayton Smith)
gr-audio
#1051 Re-implemented defunct Windows audio source (Geof Gnieboer)
#1052 Implemented block in Windows audio sink (Geof Gnieboer)
gr-blocks
#896 Added PDU block setters and GRC callbacks (Jacob Gilbert)
#900 Exposed non-vector multiply const to GRC (Ron Economos)
#903 Deprecated old-style message queue blocks (Johnathan Corgan)
#1067 Deprecated blks2 namespace blocks (Johnathan Corgan)
gr-digital
#910 Deprecated correlateandsync block 3.8 (Johnathan Corgan)
#912 Deprecated modulation blocks for 3.8 (Sebastian Müller)
#1069 Improved build memory usage with swig split (Michael Dickens)
#1097 Deprecated mpskreceivercc block (Johnathan Corgan)
#1099 Deprecated old-style OFDM receiver blocks (Martin Braun)
gr-dtv
#875 Added ability to cross-compile gr-dtv (Ron Economos)
#876 Improved ATSC transmitter performance (Ron Economos)
#894 Refactored DVB-T RS decoder to use gr-fec (Ron Economos)
#898 Improved error handling and logging (Ron Economos)
#900 Improved DVB-T performance (Ron Economos)
#907 Updated examples to use QT (Ron Economos)
#1025 Refactor DVB-T2 interleaver (Ron Economos)
gr-filter
#885 Added set parameter msg port to fractional resampler (Sebastian Müller)
gr-trellis
#908 Updated examples to use QT (Martin Braun)
gr-uhd
#872 Added relative phase plots to uhd_fft (Martin Braun)
#1032 Replace zero-timeout double-recv() with one recv() (Martin Braun)
#1053 UHD apps may now specify multiple subdevs (Martin Braun)
#1101 Support TwinRX LO sharing parameters (Andrej Rode)
#1139 Use UHD internal normalized gain methods (Martin Braun)
gr-utils
#897 Improved python docstring generation in gr_modtool
Upstream changes:
Here is the full list of fixed issues in 3.2.2.
Highlights
MDL-36233 - Fixed inconsistent "Submissions not graded" link displayed to the teachers on the course overview block
MDL-48228 - MySQL and MariaDB drivers updated to support full UTF-8 . For sites upgrading to 3.2.2, a CLI script may be used to convert to full UTF-8. See MySQL full unicode support for details.
Security issues
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
Fixes and improvements
MDL-56122 - Force reload/recreation of (unoconv) preview in grading interface
MDL-51833 - Performance improvement in event monitor preferences loading
MDL-55859 - Assignment: Delete incomplete files after pdf conversion failure
MDL-55762 - Better error handling around ghostscript
MDL-50719 - Long-running scheduled task should not significantly slow down cron processing of other tasks
MDL-57587 - Quiz: Show feedback images when reviewing a quiz attempt
MDL-57608 - VideoJS and VideoJs-Youtube javascript modules are no longer loaded when not required on the page
MDL-50770 - Dashboard should apply customized block positions during dashboard reset
MDL-57374 - Pasting unformatted non HTML plain text in Atto should not remove all styles and class attributes from all existing content in editor
MDL-57362 - Assignment list all submissions must respect separate groups mode
MDL-46782 - When re-entering Multi-SCO SCORM start from the first uncompleted SCO
MDL-53367 - Importing a forum with auto subscription now automatically subscribes current users
MDL-50625 - Allow to use LDAP user synchronisation without page control
MDL-55915 - Respect capability to view full names in assignment grading, grader report and manual user enrolment popup
MDL-57785 - Don't refresh SCORM navigation when navigation display is disabled
MDL-57370 - Performance improvement when displaying notifications and messages popups
MDL-57296 - Fixed bug when teacher without permission to view hidden grades was not able to collapse grade categories in the gradebook
MDL-55547 - Event monitor: fixed bug preventing to view current subscription after deleting a course with subscriptions
For developers
MDL-57030 - Add option to behat run tool to automatically rerun failures
MDL-57940 - Allow behat parallel run to start at different time