Alan Coopersmith (4):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
atof_or_die: Also die if nothing was converted
xbacklight 1.2.3
Roberto Ricci (1):
exit if conv. from string to double fails
Roman Donchenko (1):
Properly round the new brightness value
Alan Coopersmith (4):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Correct error messages for missing/invalid file passed to -config
setxkbmap 1.3.2
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
tqdm v4.38.0 stable
support lock_args for e.g. non-blocking intermediate writes
use self.refresh() in more places
add and update performance tests
support args for TqdmDefaultWriteLock.acquire()
fix colorama on win
framework updates
CI cleanup
move to stages (check/test/deploy)
auto deploy notes
deploy only on parent repo
separate docker deploy
update documentation sync/generation
update examples
update documentation
add and update tests
misc tidy and linting
tqdm v4.37.0 stable
potential future pandas fix
better unicode widechar support
fix example/tqdm_wget unknown total
add stacklevel=2 to warnings
misc framework updates
snapcraft version fix
update issue/pr templates
update unit tests
misc documentation updates
update parallel (multiprocessing, ThreadPoolExecutor) example
add slides, video images
add CII Best Practices badge
add repology badge
update badge icons
2.0.4:
* Drop python 3.4.
* Fix master card number generator.
* Add provider for Finnish IBAN numbers.
* Add color in Thai language.
* Split first names into male/female for ``person/de_AT``.
* Extend data for ``de_AT`` and ``it_IT`` person providers.
* Add ``ta_IN`` support.
* Add ``*_PH`` locales.
* Add Thai lorem.
* Add job in ``ja_JP``.
* Optimize IPv4 address generation.
* Increase bban_format length for ``en_GB``.
* Fix occasional errors in ISBN provider.
* Add more phone numbers to ``fa_IR`` locale.
* Add support for token-based string generation.
* Improve barcode provider.
* Fix for pyfloat empty randrange.
2.0.3:
* Use the provider's RNG instead of the random module in ``invalid_ssn``.
* Fix ``randomize_nb_elements`` ``max`` argument.
* Add ``de_DE`` jobs.
* Add ``pt_PT`` automotive plates.
* Add ``el_GR`` jobs.
* Add police id for ``el_GR``.
* Add jobs for for ``pt_PT``.
2.0.2:
* Fix typos, misspellings. Add locations, names, dates in ``hi_IN`` providers.
* Bump required version ``text-unidecode`` to 1.3.
* Bug fix for ``pyfloat`` going over ``max_value``.
2.0.1:
* Add nationalities for locale ``pt_PT``.
* Add ``ios()`` and ``android()`` to ``user_agent`` provider.
* Update ``zh_CN`` provinces.
2.0.0:
* Breaking change: Only allow providers to use ``OrderedDict`` s, to avoid any more ``PYTHONHASHSEED`` problems.
This release fixes a race condition where an existing authority file
would be unlinked (possibly causing other clients to fail to connect), and fixes sorting and merging of authority file entries.
Adam Jackson (2):
process: Close a window where no authority file would exist
xauth 1.1
Alan Coopersmith (3):
Change fall through comment in process.c to match gcc's requirements
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Michal Srb (2):
Merge only entries with equal dpy and protoname.
Sort entries from most specific to most generic.
This release of libvdpau switches the build system from automake &
autoconf to meson and adds definitions to support decoding of the VP9
video format.
Aaron Plattner (7):
Switch the build system to Meson
Add .gitlab-ci.yml
doc: Don't use line-wrapping backslashes in \defgroup definitions
CI: Build documentation
meson: Remove unnecessary 'install' parameter from configure_file()
CI: Enable warnings as errors
Bump version to 1.3
Luca Boccassi (1):
Disable HTML timestamps
ManojGuptaBonda (1):
Add VP9 decode support in VDPAU API
Aaron Plattner (1):
man: Document the new --filter option
Adam Simpkins (1):
xrandr: fix crash if some modes cannot be found
Alan Coopersmith (2):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Emil Velikov (1):
autogen.sh: use quoted string variables
Giuseppe Bilotta (8):
xrandr: document that we accept '--dpi output'
xrandr: suppress misleading indentation warning
xrandr: allow a single value for --scale
xrandr: stricter --scale argument parsing
xrandr.man: grammar tuning
xrandr: allow single value for --gamma
xrandr.man: document the monitor manipulation options
xrandr: gamma and scaling factors must be positive
Matt Turner (2):
Build xz tarballs instead of bzip2
xrandr 1.5.1
Mihail Konev (1):
autogen: add default patch prefix
Pablo De La Garza (1):
xrandr: Add a "--filter" flag
Pali Rohár (2):
Document format of --dpi option in non-ambiguous way
Document that --dpi and --fbmm options set DPI of whole X screen
Peter Hutterer (2):
autogen.sh: use exec instead of waiting for configure to finish
init the name to 0
Vladimir Panteleev (1):
xrandr: Fix deleting inactive monitors
This minor maintenance release cleans up issues found by Coverity and gcc,
as well as additional hardening through the use of APIs with stronger bounds
checking.
Adam Jackson (1):
fontfile: Remove unused 'bc' slot from _FontEntry
Alan Coopersmith (15):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Add some unit testing utilities
Add strlcat & strlcpy fallbacks if not provided by libc nor libbsd
Use bounds checking string functions everywhere
Add reallocarray fallback if not provided by libc nor libbsd
Convert multiplying realloc calls to use reallocarray instead
Convert multiplying malloc calls to use mallocarray instead
fontxlfd.c: tell gcc that switch fallthrough is intentional
stubs/atom.c: check for ResizeHashTable failure
ComputeScaledProperties: check for valid pointers before making atoms
CatalogueRescan: if opendir() fails, unref fpes, but don't free the cat
fs_read_glyphs: check if rep is null before dereferencing
Add src/util/replace.h to noinst_HEADERS so it gets included in tarballs
libXfont2 2.0.4
Maya Rashish (1):
Fix whitespace
Rin Okuyama (1):
avoid -Wformat errors from clang when building with -DDEBUG
I'm pleased to announce the 19.1.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.13-1.20.
There are no big changes in this release, just fixes and other minor
improvements.
Thanks to everybody who contributed to this release in any way!
NOTE:
As of September, I'm no longer working for AMD but for Red Hat's
graphics/input infrastructure team. I'm hoping that someone from my
former team at AMD will step up to maintain this driver.
Flora Cui (1):
dri2: reply to client for WaitMSC request in any case
Michel Dänzer (9):
Retry get_fb_ptr in get_fb
dri3: Always flush glamor before sharing pixmap storage with clients
dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULL
Remove dri2_drawable_crtc parameter consider_disabled
present: Check that we can get a KMS FB for flipping
Don't disable page flipping completely with SW cursor
Don't set up black scanout buffer if LeaveVT is called from CloseScreen
Don't unreference FBs of pixmaps from different screens in LeaveVT
Bump version for 19.1.0 release
I'm pleased to announce the 19.1.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.13-1.20.
There are no big changes in this release, just fixes and other minor
improvements.
Thanks to everybody who contributed to this release in any way!
NOTE:
As of September, I'm no longer working for AMD but for Red Hat's
graphics infrastructure team. I'm hoping that someone from my former
team at AMD will step up to maintain this driver.
Flora Cui (1):
dri2: reply to client for WaitMSC request in any case
Michel Dänzer (13):
Retry get_fb_ptr in get_fb
dri3: Always flush glamor before sharing pixmap storage with clients
dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULL
Remove dri2_drawable_crtc parameter consider_disabled
present: Check that we can get a KMS FB for flipping
Don't disable page flipping completely with SW cursor
gitlab-ci: Use templates from wayland/ci-templates
present: Also check pixmap pitch in check_flip with current xserver
present: Don't check pixmap pitch in check_flip with current DC
present: Don't check pixmap pitch in check_flip with non-DC >= 3.34
Don't set up black scanout buffer if LeaveVT is called from CloseScreen
Don't unreference FBs of pixmaps from different screens in LeaveVT
Bump version for the 19.1.0 release
6.2.0:
Added
- Support for Python 3.8
Changed
- `index_natsorted` internally now uses tuples for index-element pairs
instead of lists
- Added a TOC to the README
- Python 3.4 is no longer included in testing
Fixed
- Pin testing dependencies to prevent CI breaking due to third-party
library changes
Removed
- Introduction page in documentation
What's New in Pylint 2.4.4?
* Exempt all the names found in type annotations from ``unused-import``
The previous code was assuming that only ``typing`` names need to be
exempted, but we need to do that for the rest of the type comment
names as well.
* Relax type import detection for names that do not come from the ``typing`` module
what is new for perl v5.30.1
Incompatible Changes
There are no changes intentionally incompatible with 5.30.1. If any
exist, they are bugs, and we request that you submit a report. See
"Reporting Bugs" below.
Modules and Pragmata
Updated Modules and Pragmata
o Module::CoreList has been upgraded from version 5.20190522 to
5.20191110.
Documentation
Changes to Existing Documentation
We have attempted to update the documentation to reflect the changes
listed in this document. If you find any we have missed, send email to
perlbug@perl.org <mailto:perlbug@perl.org>.
Additionally, documentation has been updated to reference GitHub as the
new canonical repository and to describe the new GitHub pull request
workflow.
Configuration and Compilation
o The "ECHO" macro is now defined. This is used in a "dtrace" rule
that was originally changed for FreeBSD, and the FreeBSD make
apparently predefines it. The Solaris make does not predefine
"ECHO" which broke this rule on Solaris.
Testing
Tests were added and changed to reflect the other additions and changes
in this release.
Platform Support
Platform-Specific Notes
Win32
The locale tests could crash on Win32 due to a Windows bug, and
separately due to the CRT throwing an exception if the locale name
wasn't validly encoded in the current code page.
For the second we now decode the locale name ourselves, and always
decode it as UTF-8.
Selected Bug Fixes
o Setting $) now properly sets supplementary group ids, if you have
the necessary privileges.
o "readline @foo" now evaluates @foo in scalar context. Previously,
it would be evaluated in list context, and since readline() pops
only one argument from the stack, the stack could underflow, or be
left with unexpected values on it.
o sv_gets() now recovers better if the target SV is modified by a
signal handler.
o Matching a non-"SVf_UTF8" string against a regular expression
containing Unicode literals could leak an SV on each match attempt.
o "sprintf("%.*a", -10000, $x)" would cause a buffer overflow due to
mishandling of the negative precision value.
o "scalar()" on a reference could cause an erroneous assertion
failure during compilation.
This package now depends on py-pallets-sphinx-themes>=1.2.2nb1, since
the latter added a new dependency for its basic functioning (and 1.2.2
pre-revbump was broken).
== 20191113 Release ==
-- Updates upon 20191112 release --
Processor Identifier Version Products
Model Stepping F-MO-S/PI Old->New
---- new platforms ----------------------------------------
---- updated platforms ------------------------------------
CFL-S P0 6-9e-c/22 000000a2->000000c6 Core Gen9 Desktop
---- removed platforms ------------------------------------
NOTE: This microcode was previously incorrectly listed as both CFL-S (Desktop)
and CFL-H (Mobile) and was removed from the 20191112 release. This
processor is now correctly listed as CFL-S (Desktop) only.
2019.2:
This release moves more header files to the legacy set. Note that this
means libX11 older than 1.6.9 and libXvMC older than 1.0.12 will not
build without some legacy headers installed.
Adam Jackson (2):
Move remaining xlib-entwined headers to LEGACY
xorgproto 2019.2
Jon Turney (1):
Move windowswmproto to legacy
2019.1:
This release boasts a bunch of cleanup work and a few new keysyms. No
functional changes to any of the protocols.
Adam Jackson (3):
randrproto: Fix missing #undef RRLease
Remove COPYING-panoramixproto
composite: Fix the documentation for the unredirection requests
Alan Coopersmith (9):
Remove trailing whitespace from header files
Remove the use of no-op B16 & B32 bitfield macros in headers
Assorted typo fixes in headers
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Combine *_EXTRA_DIST into EXTRA_DIST in Makefile.am
keysymdef.h: Update repo info in comments
Update URLs for protocol specs to use xorgproto repo now
Restore generation of specs from docbook in autotools builds
Hans de Goede (1):
XF86keysym: Add XF86XK_RotationLockToggle
Jeremy Puhlman (1):
Remove libdir from pc files.
Jian-Hong Pan (1):
XF86keysym: Add XF86XK_MonBrightnessCycle
Jon Turney (1):
.gitignore more autotools artifacts
Julien Cristau (3):
PROXY_MANAGEMENT, DEC-XTRAP and XFree86-Misc are legacy
Fix MAN_SUBSTS libdir replacements
Remove more build files
Keith Packard (1):
screensaver: Fix encoding of ScreenSaverSuspend 'suspend' element
Matthieu Herrb (1):
Remove RCS Ids
Peter Hutterer (2):
Fix comment for XK_Ocaron
xorgproto 2019.1
Roman Kapl (1):
Improve the ButtonInfo description.
Thomas E. Dickey (1):
Update Xalloca.h to reduce compiler warnings:
This release fixes the pkgconfig data to not refer to libXv, adds a
pkgconfig file for libXvMCW, and prepares for a future xorgproto
release. There should be no functional changes.
Adam Jackson (3):
pkgconfig: Remove xv from xvmc.pc
vld: Provide <X11/extensions/vldXvMC.h> ourself
libXvMC 1.0.12
Dylan Baker (1):
Add a pkgconfig file for libXvMCW
Alan Coopersmith (3):
Get rid of some extraneous ; at the end of C source lines
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Benjamin Tissoires (3):
Fix leaks detected by covscan
dummy fix for covscan
Fix covscan complain
Emil Velikov (1):
autogen.sh: use quoted string variables
Fabrice Fontaine (1):
libXt: util: don't link makestrs with target cflags
Jeremy Huddleston Sequoia (1):
darwin: Don't build libXt with -flat_namespace
Jon Turney (2):
Fix WHITEFILL after const fixes
Provide suseconds_t typedef on Win32
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Rin Okuyama (1):
avoid -Wformat errors from clang when building with -DDEBUG
Thomas E. Dickey (134):
fix build when XT_GEO_TATTLER is defined
fix bug introduced by
workaround for obsolete macro/command ".ny", in the manpages since late
trim undefined symbol "D" from ".Ds" macros in manpages.
fix typo from last step
split-up lines longer than 80 columns in manpages
cleanup undefined macros in manpages
trim down the "De" macro by removing the parts that used never-defined registers
fix typo from last change
None of the versions of the "Ds" macro (going back to X11R4) worked with
update the "Ds" macro in the other files, for consistency
Use standard size_t type in the casts for length-parameter of memcpy, memmove
bzero was marked "legacy" in POSIX 2001, and is not part of the later revisions.
This cleans up the "easy" warning fixes which can be made using my
The ".BR" macro is used to join bold/regular text.
restore fixed-pitch formatting of code-examples
eliminate casts of NULL for String* and Cardinal*, since those are unnecessary
Referring to the xterm FAQ
The last commit removed "IN" macro, but not the lines which used it.
This is a minimal change which compiles when predefining _CONST_X_STRING,
Allow all of the "argv" strings to be writable, since those arrays may
resolve const-mismatches in internal functions of Intrinsic.c
resolve const-mismatches in Shell.c
fix gcc warnings in Display.c
fix shadowing warning for widgetClass parameter; no binary-change
fix const-mismatches in TMparse.c
fix const-mismatches in TMprint.c
fix const-mismatches in Tmstate.c
change return-type to avoid const-mismatches
updated manual pages' C prototypes to agree with the header-files.
avoid using C keyword "default" as parameter name
fix minor regression in prototype updates
remove some debris...
fix: some ASCII characters were mangled into Unicode look-alikes
by the way - an overdue notification
update several function prototypes to use void-return or void-parameter,
modify function prototypes in spec to correspond to updates made in headers
updated return-type for XtFindFile, also due to _CONST_X_STRING
corrected prototype for XtAppSetFallbackResources; error in spec
correct prototype for XtDisplay; error in spec
correct prototype for XtInitialize; error in spec
The conversion to xml's funcdef dropped one or more parameters from several
change ambiguous String's to char* or const-char*, as well as adding the
fix a typo
whitespace-fixes, plus convert examples to standard C
add (with an external script "markup-literallayout") <code> tags
use DOCTYPE consistently in included xml files, to allow using named entities
modify xml-files to use named-entities, for easier manipulation
corrected some nested list formatting
fix ``fake quotes''
fill in titles for some references to ICCCM and X11 documents
use programlisting tag rather than workaround for literallayout font.
use consistent labeling for xref's
use lineannotation tag to solve font mismatches for xref's inside
formatted sample code to fit in 80 columns
whitespace/formatting fixes
use lineannotation tag
whitespace/formatting fix
use lineannotation tag
The conversion to xml overlooked the nroff document's use of "\%" for
trim spurious backslashes from translation of nroff to docbook xml
use ldquo/rdquo/ndash where appropriate
correct an error from the original document's depiction of escape_char
use ldquo/rdquo/ndash where appropriate
update manpage prototype for XtFindFile()
Add --disable-const and --enable-geo-tattler options for new/updated features.
remove calls to "IN" macro, which was recently removed from header
fix cut/paste error in description of --enable-geo-tattler configure option
update xorg's documentation-urls
The interface changes made recently have to be documented, and due to the
summarize X11R6.3 and X11R6.4 changes
finish summarizing X11R6 vs documentation updates
begin section on the conversion to standard C
fill in background for wide-prototypes
fill in prototype information for a code example, as well as for
add some missing "typedef" keywords for prototyped function-pointers.
fill in a few missing typedef keywords, and a missing "*" in prototype, as well as minor clarification of "XtIs<class>"
minor tweak to work around docbook's limited formatting
move MenuPopdown and MenuPopup to section to distinguish these actions from C prototypes (and use the "Xt" prefix for these names as implemented since X11R4).
add #include for <X11/Intrinsic.h> to manpages, per convention
summarize the const-changes in X11R7+
updated the acknowledgements section, and added a few notes to the release-7 section
bump to 1.1.5.1 (actually 1.2.0 should be the target)
adapt change from libXaw for inserting the package version into the spec
restore the last 3-4 pages of "Registering a New Resource Converter",
improved markup for the restored pages
ignore the generated file used for version-number
fixes for typos and formatting glitches
fix gcc warnings when assigning into a bit-field by first masking the value
fix 5 more simple gcc warnings
use "const void *" rather than "char *" for memcmp, etc
XtAppProcessEvent expects XtInputMask parameter, which is unsigned-long
fixes for gcc warnings, no object-change
if Xalloca.h is corrected to use size_t param, one change is still needed in
eliminate an unnecessary cast which gave a gcc warning and add a null-pointer check
add casts to fix compiler warnings
Add related fix from
Proposed revision of XtAppMainLoop() in
update manpage for changes to XtAppMainLoop()
updated spec to correspond to the current implementation of XtAppMainLoop
add a note pointing out the change in design
manpage style fix: sentences should end at the end of a line
remove an #include used in debugging
add casts to quiet compiler warnings with Solaris 11.4 / gcc 7.3.0
fixes cppcheck "style" warnings (mostly variable-scope)
ensure XWindowChanges value is initialized before updating it (clang --analyze)
fix unused-assignment warnings (clang --analyze)
fix most clang --analyze warnings about null-pointers
use explicit pointer check to eliminate a clang --analyze warning in VarGet.c
use _X_NORETURN, works for gcc and clang
trim obsolete ifdef for ISC, and correct nonstandard "NaNS" to "NaN"
bump to 1.1.5.2 to reflect noreturn-changes
bump to 1.1.5.2 to reflect noreturn-changes
fix compiler-warning when DEBUG is defined
add prototype for DEBUG-function
build-fix and compiler-warnings when TRACE_TM is defined
build- and compiler-warning fixes when XTTRACEMEMORY is defined
fix compiler warnings when _TRACE_HEAP is defined
fix compiler warnings when WHITEFILL is defined
add superscript-markup in range definitions
drop "session" resource XtNsession / XtCSession, which was listed in X11R6 but never defined in headers
fix fake-quotes in manpages
fix a syntax mess introduced by R6.6 ifdef'ing
correct markup for header- and library-filenames; they are not functions
fix formatting errata
use strdup in two places; remove a bogus "else" from X11R6.4 changes
reduce ifdef/ifndef inconsistency for USE_POLL
fix some punctuation errata
fix some more errata, plus reformat a list for consistency
update to 1.1.5.3 to reflect documentation updates/review
update for proposed release as 1.2.0
fix a typo
force a version-bump
add a dependency on makestrs to help with parallel builds
Walter Harms (27):
no need to check XFree arguments
resolv:shadows a previous local
resolv:shadows a previous local
resolv:shadows a previous local
resolv:shadows a previous local
resolv:shadows a previous local
no need to check args for free
resolv:assignment discards 'const' qualifier from pointer target
alloc+bzero == calloc
resolv:shadows a global declaration
no need to check XFree arguments
resolv:assignment discards 'const' qualifier from pointer target
Replace last two uses of .Pn with .ZN
replace .ZN with .BR
remove space after < for include filename
replace the use of .Ds/.De macro with the std. RS/.RE macro
FIX: add missing .fi
remove in-text macros
Remove unused macros to ease maintenance
Fix input starvation in XtMainLoop() closes bug #7
save one indent level
no need to check argument for X(t)Free
no need to check arument for XtFree()
remove useles else
fix documentation to refect reality..
make _XtWaitForSomething accept always the same number of arguments
remove dead code
1.6.9
A collection of build and documentation fixes, one preparatory change
for a new xorgproto release, and a fix for a deadlock bug in _XReply.
Thanks to all who contributed.
Adam Jackson (3):
makekeys: Detach ourselves from X headers entirely
xkb: Provide <X11/extensions/XKBgeom.h> ourselves
libX11 1.6.9
Dmitry Osipenko (1):
Fix lockup in _XReply() caused by recursive synchronization
Ross Burton (1):
src/util/Makefile: explicitly reset LINK to not use libtool
Thomas E. Dickey (6):
the last commit overlooked some fake-quote pairs
another fake-quote fix
trim trailing whitespace from manpages
split lines at sentence endings
fix a substitution error from recent commit, e.g, "s/^\.EE/XDe/"
improve some formatting
Walter Harms (8):
note that we can handle kbd==NULL
remove in-text macros
replace home grown .ZN with std, .B and .BR
fix TBL format
Replace home-grown .Ds .De macro with man page .EX/.EE macro
remove all private macro defines
get rid of ``fake quotes''
fix ``fake quotes'' in text
1.6.8
Adam Jackson (2):
_XDefaultIOError: Reformat to be less ugly
_XDefaultIOError: Do better at detecting explicit shutdown
Alan Coopersmith (23):
Remove documentation of obsolete B16 & B32 tags in specs/libX11
Update README for gitlab migration
Import reallocarray() from OpenBSD
Convert main src directory to use reallocarray()
Convert src/XKB to use reallocarray()
Convert src/xcms to use reallocarray()
Add some missing allocation failure checks in src/xcms
Replace _XkbTypedRealloc & _XkbClearElems with new _XkbResizeArray
Replace Xmalloc+strcpy pairs with strdup calls
Convert src/xlibi18n to use reallocarray()
Fix out-of-tree builds after commit 8a62e26515e528bb47917ec4a55cc2b492419eeb
Remove no-longer-used name variable in _XGetAtomName
Fix implicit conversion warnings in _XlcCreateDefaultCharSet
Avoid use-after-free in _XimProtoSetIMValues()
Fix man page typo: XkbAllBellNotifyMask -> XkbAllBellEventsMask
XkbAllocGeomOverlayKey man page should be named XkbAllocGeomOverlayKeys
specs/XKB: Fix misprint in documentation of XkbGetNamedGeometry()
specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayRows()
specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayKeys()
specs/XKB: Fix misprint in documentation of XkbFreeGeomOverlayKeys()
XlibInt.c: include headers needed for ioctl(...FIONREAD...) on Solaris
Include reallocarray.h in tarballs so "make distcheck" passes
Add missing close paren to XrmGetStringDatabase synopsis in man page
Albert Astals Cid (2):
compose.dir: Add ast_ES.UTF-8
locale.dir: Add ast_ES.UTF-8
Jon Turney (4):
Add autoconf checks for headers we include for FIONREAD
Remove makekeys dependency on X headers
Use EXEEXT_FOR_BUILD for makekeys
Avoid using libtool wrapper for makekeys
Josh Triplett (1):
compose.dir.pre: Give the C.UTF-8 locale a full set of UTF-8 compose sequences
Matt Turner (2):
Use AC_SYS_LARGEFILE
libX11 1.6.8
Matthias Dieter Wallnöfer (5):
locale.dir.pre - fix the de_LI latin15 locale
Update locale.alias.pre - introduce the de_LI aliases (equivalent to de_CH)
compose.dir.pre - add de_IT locale
locale.dir.pre - add the de_IT locale
locale.alias.pre - add the de_IT locale
Pavel Labath (1):
Fix a leak in XCreateFontSet
Ran Benita (1):
Compose.man: fix escaped hexadecimal char description
Samuel Thibault (1):
Braille: Fix typing quickly
Tapani Pälli (1):
Protect colormap add/removal with display lock
ojab (1):
Compose sequences for rouble sign
This release provides a fix for CVE-2017-2626 for platforms which don't have
arc4random_buf() in their default libraries but do have getentropy(), such
as Linux platforms with a kernel version of 3.17 or newer and a glibc version
of 2.25 or newer. (libICE 1.0.9 already ensured that arc4random_buf()
is used on platforms that have it to provide sufficient entropy in ICE
key generation, but left other platforms with the weaker methods. Linux
platforms could also have linked against libbsd to use arc4random_buf()
with libICE 1.0.9 for stronger keys.)
Now uses meson as build system.
News in 4.4.0, 2019-09-09
-------------------------
* Set NO_AT_BRIDGE=1 when running automated tests
* Speed up GtkSourceView rendering when space drawer is unused
News in 4.3.92, 2019-09-04
--------------------------
* RC release for 4.4 scheduled for next week.
* New syntax highlighting definition file for: ASCII Doc, Dockerfile
* Improvements to the syntax highlighting of: CSS, Gradle, HTML, C, PHP,
YAML, and Grovvy.
* Performance improvements in line number drawing.
* GtkSourceView now requires GTK 3.22 or newer.
* GtkSourceView no longer uses many deprecated APIs from GTK.
* GtkSourceView now uses fribidi directly to determine bidriectional
direction for cursors.
* GtkSourceView now relies on GObject for correct marsharllers as well
as va_marshallers or provides its own. This improves profiling with
kernel stack unwinders such as Linux's perf.
* Visual column detection is improved to use the tab-width instead of
the indent-width.
* Support for DnD from GIMPs color palette has been improved.
* A performance optimization has been added to avoid painting mark
backgrounds if no GtkSourceMarks have been registered.
* Translation updates.
News in 4.3.1, 2019-04-23
-------------------------
* Ported to meson build system, autotools will be phased out by next release.
* First release using `meson dist` instead of `make dist`. Distributions
choosing to use autotools for this release will need to use autogen.sh.
* GtkSourceGutterRendererLines has gained an interger-to-string optimization
to reduce the overhead of g_snprintf() in the vast majority of cases.
* Workaround a stack overflow in libpcre (via GRegex) in yaml.lang
* Improvements to the syntax highlighting of: fish, julia, and C++
* Translation updates.