[ANNOUNCE] bdftopcf 1.1.2

2024-10-12 Thread Alan Coopersmith
bdftopcf is a font compiler for the X server and font server. Alan Coopersmith (5): gitlab CI: stop requiring Signed-off-by in commits bdfReadBitmap: avoid NULL dereference on zero-width glyphs bdfReadBitmap: avoid access to byte before start of array pcfWriteFont: Avoid un

[ANNOUNCE] xtrans 1.5.1

2024-10-12 Thread Alan Coopersmith
xtrans is a library of code that is shared among various X packages to handle network protocol transport in a modular fashion, allowing a single place to add new transport types. It is used by the X server, libX11, libICE, the X font server, and related components. It is however, *NOT* a shared l

[ANNOUNCE] xf86-video-r128 6.13.0

2024-10-12 Thread Alan Coopersmith
ATI Rage 128 driver for Xorg This release raises the minimum supported version of the Xorg server to 1.18 (released in 2015). This includes the removal of the XAA code, which cannot be compiled for any Xserver newer than the 1.12 series, as XAA support was removed in the Xorg 1.13 release. Alan

[ANNOUNCE] xcmsdb 1.0.7

2024-10-12 Thread Alan Coopersmith
xcmsdb is used to load, query, or remove Device Color Characterization data stored in properties on the root window of the screen as specified in section 7, Device Color Characterization, of the X11 Inter-Client Communication Conventions Manual (ICCCM). This release fixes some compiler warnings an

[ANNOUNCE] fonttosfnt 1.2.4

2024-10-12 Thread Alan Coopersmith
fonttosfnt wraps a set of bdf or pcf bitmap fonts in a sfnt (TrueType or OpenType) wrapper. Alan Coopersmith (4): unifdef __UNIXOS2__ unifdef __SCO__ unifdef NEED_SNPRINTF fonttosfnt 1.2.4 Bernhard M. Wiedemann (2): Use long long for timestamp diff Allow to ove

[ANNOUNCE] xwud 1.0.7

2024-10-12 Thread Alan Coopersmith
xwud allows X users to display in a window an image saved in a specially formatted dump file, such as produced by xwd. Alan Coopersmith (6): gitlab CI: stop requiring Signed-off-by in commits Add missing checks for malloc failure Call free() instead of XFree() on pointers returne

[ANNOUNCE] xkbprint 1.0.7

2024-10-12 Thread Alan Coopersmith
xkbprint generates a printable or encapsulated PostScript description of an XKB keyboard description. This release provides some code cleanups and compiler warning fixes. For those building for 32-bit platforms, it also enables use of the "large file" APIs - though no file processed by this progr

[ANNOUNCE] xmag 1.0.8

2024-10-12 Thread Alan Coopersmith
xmag displays a magnified snapshot of a portion of an X11 screen. Alan Coopersmith (11): gitlab CI: stop requiring Signed-off-by in commits Print which arguments were unknown before giving usage message Add -help and -version options Clear 9 -Wuseless-cast warnings Fi

[ANNOUNCE] xf86-video-mach64 6.10.0

2024-10-12 Thread Alan Coopersmith
Generally speaking, this driver is intended for all ATI video adapters based on the Mach64 series or older chipsets. This release raises the minimum supported version of the Xorg server from 1.4 (released in 2007) to 1.18 (released in 2015). This includes the removal of the XAA code, which cannot

[ANNOUNCE] xf86-video-mga 2.1.0

2024-10-12 Thread Alan Coopersmith
xf86-video-mga - Matrox video driver for the Xorg X server -- This release raises the minimum supported version of the Xorg server to 1.18 (released in 2015). This includes the removal of the XAA code, which cannot be compiled for any Xserve