NEWS revision 891601f5
1891601f5SmrgRelease 1.12 (2016-05-18) 2891601f5Smrg========================= 3891601f5Smrg* xinput: Various padding-related additions and fixes 4891601f5Smrg* xinput: Various type fixes 5891601f5Smrg* xinput: Various mask fixes 6891601f5Smrg* xinput: Various additions of enums 7891601f5Smrg* Define new "altmask" attribute 8891601f5Smrg* Define new switch-case construct 9891601f5Smrg* xinput: Convert various construct from bitcase to case 10891601f5Smrg* xinput: Add full support for various requests 11891601f5Smrg* Define new sumof with nested expressions 12891601f5Smrg* present: Specify length of RedirectNotify.notifies 13891601f5Smrg* Define new listelement-ref construct 14891601f5Smrg* xinput: Support list axisvalues in events 15891601f5Smrg* Define new paramref construct 16891601f5Smrg* xfixes: Fix GetCursorImageAndName cursor image support 17891601f5Smrg* Replace valueparam with other construct in various extensions 18891601f5Smrg* Remove support for the valueparam construct 19891601f5Smrg* xprint: Fix some list definitions 20891601f5Smrg* randr: Add RandR 1.5 requests and data types 21891601f5Smrg* shm: Mark PutImage.send_event field as boolean 22891601f5Smrg* glx: Add IsEnabled request 23891601f5Smrg* Make padding explicit in various places 24891601f5Smrg* Fix typos in some documentation examples 25891601f5Smrg* Add an automatic alignment checker 26891601f5Smrg* Optionally enforce serilization of pads for ABI compatibility 27891601f5Smrg 28b26960f7SmrgRelease 1.11 (2014-08-01) 29b26960f7Smrg========================= 30b26960f7Smrg* Add support for <pad align="n" /> 31b26960f7Smrg* xkb: Fix padding bug in GetMap 32b26960f7Smrg* xcbgen: Track directly included modules 33b26960f7Smrg* xprint: Fix PrintGetAttributes reply 34b26960f7Smrg* xkb: Fix use of nKTLevels 35b26960f7Smrg* xv: Fix padding in struct AdaptorInfo 36b26960f7Smrg* xproto: Fix EnterNotify documentation 37b26960f7Smrg* Update the protocol schema 38b26960f7Smrg* xinput: Add missing pad in DeviceResolutionCtl 39b26960f7Smrg* xinput: Add missing pad in XIChangeHierarchy 40b26960f7Smrg* xinput: Add missing modLatches as comment in LatchLockState 41b26960f7Smrg 42f591e195SmrgRelease 1.10 (2013-12-22) 43f591e195Smrg========================= 44f591e195Smrg* xkb: comment out portions that libxcb doesn't handle properly 45f591e195Smrg* Present: Remove reference to nonexistent enum 46f591e195Smrg* sync: Add missing namespace for the INT64 struct 47f591e195Smrg* sync: VALUETYPE and TESTTYPE are enum 48f591e195Smrg* xinput: Add XI2 event enum. for event selection 49f591e195Smrg* Rename ge events to GeGeneric events to avoid clash with libxcb 50f591e195Smrg 51f591e195SmrgRelease 1.9 (2013-11-07) 52f591e195Smrg======================== 53f591e195Smrg* Add Present protocol specification 54f591e195Smrg* Add DRI3 55f591e195Smrg* Add MIT-SHM AttachFd and CreateSegment requests 56f591e195Smrg* Add support for file descriptor request fields 57f591e195Smrg* Define X generic event structure 58f591e195Smrg* Add CARD64/INT64 protocol types 59f591e195Smrg* XKB: Rewrite AXOption 60f591e195Smrg* XKB: Fix values of AXFBOpt enum 61f591e195Smrg* xkb: Fix struct ExtensionDeviceNotify 62f591e195Smrg* xkb: Pad structs CommonDoodad and SALockDeviceBtn 63f591e195Smrg* randr: Fix GetProviderProperty reply 64f591e195Smrg* Enforce a bit or value in enum items 65f591e195Smrg* xkb: Add missing LedClass and BellClass enum values 66f591e195Smrg* xkb: Add missing 'supported' field to GetNamedIndicator reply 67f591e195Smrg* xkb: Unify Overlay1Behavior and Overlay2Behavior 68f591e195Smrg* xkb: Change DfltBtnAbsolute to the value used by the server 69f591e195Smrg* xkb: Fix key type map entry field order 70f591e195Smrg* xkb: Work around alignment problems in GetNames and GetMap replies 71f591e195Smrg* xinput: Use BARRIER from xfixes 72f591e195Smrg* xinput: Unlock uninterpreted lists 73f591e195Smrg* xinput: Add XI v2.3 74f591e195Smrg* xinput: Add XI v2.2 75f591e195Smrg* xinput: Add XI v2.1 76f591e195Smrg* xinput: Add XI v2.0 77f591e195Smrg* xinput: Add XI v1.5 78f591e195Smrg* xinput: Cleanup implementation of XI up to v1.4 79f591e195Smrg* Add support for X Generic Extension events 80f591e195Smrg* sync: Change value list param of CreateAlarm and ChangeAlarm into switch 81f591e195Smrg* res: Add ClientIdMask enum 82f591e195Smrg* res: Fix and rename list in ClientIdValue 83f591e195Smrg* randr: Add provider object support (RandR v1.4) 84f591e195Smrg* xtest: Version bump 2.1..2.2 85f591e195Smrg* glx: Version bump 1.3..1.4 86f591e195Smrg* composite: Version bump 0.3..0.4 87f591e195Smrg* xfixes: Rename enum DirectionMask to BarrierDirec. 88f591e195Smrg* XKB: Correct enum to mask 89f591e195Smrg* screensaver: Use enum and mask attributes 90f591e195Smrg* screensaver: Remove wrong fields from Notify event 91f591e195Smrg* Prototype for XRes v1.2 92f591e195Smrg* XKB: Fix calculation in GetIndicatorMap 93f591e195Smrg* XKB: Fix GetKbdByName 94f591e195Smrg* Allow multiple <enumref> in a <bitcase> 95f591e195Smrg* XKB: Change CARD8 to char where ASCII is expected 96f591e195Smrg* XKB: Fix VirtualMods 97f591e195Smrg* XKB: Fix SymInterpret 98f591e195Smrg* XKB: Fix CountedString16 padding 99f591e195Smrg* xkb: Revert half of d42d791 XKB: Fix broken events 100f591e195Smrg* xfixes: Update to version 5 101f591e195Smrg* autogen.sh: Implement GNOME Build API 102f591e195Smrg 103986c8b3dSmrgRelease 1.8 (2012-10-05) 104986c8b3dSmrg======================== 105986c8b3dSmrg* dri2: Update to DRI2 1.4 106986c8b3dSmrg* XKB: Fix broken events 107986c8b3dSmrg* xproto: add doc tags, xcbgen: handle doc tags 108986c8b3dSmrg 109986c8b3dSmrgRelease 1.7.1 (2012-03-23) 110986c8b3dSmrg========================== 111986c8b3dSmrg* Add ge and xf86vidmode protocol descriptions 112986c8b3dSmrg* Remove now unnecessary files as everything is implemented in xcbgen 113986c8b3dSmrg* Rename the ExprType "parent" attribute to "parents" 114986c8b3dSmrg 115986c8b3dSmrgRelease 1.7 (2012-01-11) 116986c8b3dSmrg======================== 117986c8b3dSmrg* Add missing padding bytes to ChangeKeyboardMapping request 118986c8b3dSmrg* Corrected type of FakeInput rootX & rootY fields 119986c8b3dSmrg* Changed Exception message in case of unknown/unhandled XML tags 120986c8b3dSmrg* xcbgen: perform lenfield lookup within all anchestors 121986c8b3dSmrg* Add support for new expr tags popcount, enumref, sumof 122986c8b3dSmrg* Changed handling of anchestor types 123986c8b3dSmrg* Assign switch name to bitcases 124986c8b3dSmrg* Support name attribute for bitcases and set BitcaseType.has_name accordingly 125986c8b3dSmrg* Use absolute imports in xcbgen for Python 3 compatibilit 126986c8b3dSmrg* dri2: Update to version 1.3 (v2) 127986c8b3dSmrg* glx: Replace some 'reserved' fields with explicit padding 128986c8b3dSmrg* glx: Use glx:CONTEXT for share_list parameter of CreateNewContext 129986c8b3dSmrg* glx: Use FBCONFIG type for fbconfig parameter of CreateNewContext and CreatePixmap 130986c8b3dSmrg* glx: Add protocol for GLX_ARB_create_context and GLX_ARB_create_context_profile 131986c8b3dSmrg* Add support for fence sync objects 132986c8b3dSmrg* xf86dri: fix GetDrawableInfo reply 133986c8b3dSmrg* xproto: fix TranslateCoordinates reply 134986c8b3dSmrg* xcbgen: Add unop support 135986c8b3dSmrg* xf86vidmode: Fix padding expressions 136986c8b3dSmrg* dri2: Add proper padding before driver_name 137986c8b3dSmrg* Add libdir/exec_prefix to xcb-xproto.pc 138986c8b3dSmrg* Revive support for hex literals in protocol 139986c8b3dSmrg* Add description of new protocol elements 140986c8b3dSmrg* Add XKEYBOARD protocol description 141986c8b3dSmrg* Fix ChangeHosts address string 142986c8b3dSmrg* Fix SetFontPath path string encoding 143986c8b3dSmrg* Fix some fields name 144986c8b3dSmrg* Fix XKB GetState missing lookupMods field 145986c8b3dSmrg* Add RENDER 0.11 definitions 146986c8b3dSmrg 147d4401354SmrgRelease 1.6 (2009-12-02) 148986c8b3dSmrg======================== 149d4401354Smrg* Add DRI2 protocol, based off of dri2proto.h and the server code. (v2) 150d4401354Smrg* xf86dri.xml seems to have been wrong forever. Fixes bug #16894. 151d4401354Smrg* shape: add missing padding bytes to GetRectangles 152d4401354Smrg* Add XML description for the Generic Event extension. 153d4401354Smrg* Add XML description for the XFree86VidMode extension. 154d4401354Smrg* Fix typo in xf86vidmode.xml 155d4401354Smrg* Fix length calculation for xfixes/FetchRegion reply 156d4401354Smrg* Add pre-defined atoms to Atom enum 157d4401354Smrg 158d4401354SmrgRelease 1.5 (2009-05-09) 159d4401354Smrg======================== 160d4401354Smrg* Add support for mod mask Any 161d4401354Smrg* Add and use altenum (non-exhaustive enum) 162d4401354Smrg* Tweak some XInput specs 163d4401354Smrg* Fix milter spelling 164d4401354Smrg* Correct the length calculation for the value field of GetPropertyReply 165d4401354Smrg* xtest: rename window field to root 166d4401354Smrg* randr: add version 1.3 requests 167d4401354Smrg* shm: fix ShmCompletion event 168d4401354Smrg 169d4401354SmrgRelease 1.4 (2009-02-16) 170d4401354Smrg======================== 171d4401354Smrg* Add explicit padding in various protocol description. 172d4401354Smrg* Associate fields with the enum which describes their allowed values. 173d4401354Smrg 174d4401354SmrgRelease 1.3 (2008-12-10) 175d4401354Smrg======================== 176d4401354SmrgExplicit padding was added in various protocol description. 177d4401354Smrg 178d4401354SmrgProtcol fixes: 179d4401354Smrg* RandR 180d4401354Smrg* X proto 181d4401354Smrg* Change CARD8 to char when specs requires STRING8 182d4401354Smrg 183d4401354SmrgRelease 1.2 (2008-07-17) 184d4401354Smrg======================== 185d4401354SmrgNew extensions: 186d4401354Smrg* XInput 1.4 187d4401354Smrg* SELinux 1.0 188d4401354Smrg 189d4401354SmrgVarious fixes in protocol description: 190d4401354Smrg* X proto 191d4401354Smrg* X-Resource 192d4401354Smrg* XVMC 193d4401354Smrg* GLX 194d4401354Smrg 195d4401354SmrgNew Python parser language-independent parts. 196d4401354Smrg 197d4401354SmrgRelease 1.1 (2007-11-04) 198d4401354Smrg======================== 199d4401354Smrg 200d4401354SmrgIncompatible change to the XML schema: rather than special-casing the 201d4401354Smrgtreatment of protocol extension names, use the new extension-multiword 202d4401354Smrgattribute. Normally, XCB prefixes C extension functions with 203d4401354Smrgxcb_extname_. However, some of the existing extensions used multi-word 204d4401354Smrgnames, such as xcb_big_requests_ or xcb_xc_misc_. Those extensions now 205d4401354Smrguse this attribute to match their existing defined API. This allows the 206d4401354SmrgXCB code generator to avoid special-casing those extension names. 207d4401354Smrg 208d4401354SmrgProtocol updates: 209d4401354Smrg* Update DAMAGE to 1.1 210d4401354Smrg* Update RandR to version 1.2 211d4401354Smrg 212d4401354SmrgBug fixes: 213d4401354Smrg* fix XSync Initialize call 214d4401354Smrg* Update autogen.sh to one that does objdir != srcdir. 215d4401354Smrg 216d4401354Smrg 217d4401354SmrgRelease 1.0 (2006-11-23) 218d4401354Smrg======================== 219d4401354Smrg 220d4401354SmrgThe "Thanksgiving" release: We feel thankful to have it released. 221d4401354Smrg 222d4401354Smrg* Fix Bug #8990: randr type fixes 223d4401354Smrg* Fixed screen parameter type in several GLX requests to use CARD32 instead 224d4401354Smrg of the SCREEN structure. 225d4401354Smrg* Corrected valueparam arguments to attribute lists in several requests and 226d4401354Smrg a reply. 227d4401354Smrg* Estethic change for attribute parameter name 228d4401354Smrg* Remove support for the <localfield> tag: nothing needs it. 229d4401354Smrg* Fix Bug #8973: In UngrabKey, the 'key' field should have type KEYCODE, not 230d4401354Smrg the more general CARD8. 231d4401354Smrg 232d4401354Smrg 233d4401354SmrgRelease 1.0 RC3 (2006-11-02) 234d4401354Smrg============================ 235d4401354Smrg 236d4401354Smrg* Add support for the Xinerama extension, version 1.1 237d4401354Smrg* Protocol descriptions now document the major and minor version numbers 238d4401354Smrg of the extension version they support, through major-version and 239d4401354Smrg minor-version attributes on the xcb tag. XML Schema updated 240d4401354Smrg accordingly. 241d4401354Smrg* Minor source reorganization: Now that the extensions do not get 242d4401354Smrg installed to an extensions/ subdirectory, move them out of the 243d4401354Smrg extensions/ subdirectory in the source as well. 244d4401354Smrg* Various protocol description fixes: 245d4401354Smrg * Add REPEAT enumeration to Render extension to fix bug #8535 246d4401354Smrg * Fix core xproto GrabMode enumeration (reported by Yang JianJun) 247d4401354Smrg * Fix core xproto cap style enumeration (bug #8857). 248d4401354Smrg 249d4401354Smrg 250d4401354SmrgRelease 1.0 RC2 (2006-10-07) 251d4401354Smrg============================ 252d4401354Smrg 253d4401354Smrg* Add <import>xproto</import> explicitly to extensions that use xproto; 254d4401354Smrg this goes along with the change in the code generator for libxcb 1.0 RC2 to 255d4401354Smrg stop implicitly importing xproto. 256d4401354Smrg* Change "union" to "xidunion" for XID unions like DRAWABLE and FONTABLE, 257d4401354Smrg so that the code generator can more easily declare these XID unions as 258d4401354Smrg integer typedefs rather than unions. 259d4401354Smrg* Replace structures attempting to provide C type safety with CARD32 typedefs 260d4401354Smrg* render.xml no longer describes the CompositeGlyphs* requests as taking lists 261d4401354Smrg of complicated unions of structures of lists: it says instead that they take 262d4401354Smrg a LISTofBYTE. The caller is responsible for constructing an appropriate 263d4401354Smrg sequence of glyph elements. Previously, the requests could not actually be 264d4401354Smrg used because XCB did not correctly compute the length of the provided data. 265d4401354Smrg 266d4401354Smrg 267d4401354SmrgRelease 1.0 RC1 (2006-09-25) 268d4401354Smrg============================ 269d4401354Smrg 270d4401354SmrgThe Great XCB Renaming 271d4401354Smrg---------------------- 272d4401354Smrg 273d4401354Smrg* Rename shape_op and shape_kind to drop the "shape_" prefix, since 274d4401354Smrg otherwise these types end up as xcb_shape_shape_{op,kind}_t. 275d4401354Smrg* Remove leading underscores from enums in the GLX protocol description, 276d4401354Smrg previously needed to ensure a word separator, but now redundant. 277d4401354Smrg* The XML-XCB protocol descriptions have moved to /usr/share/xcb, with 278d4401354Smrg extension descriptions no longer relegated to an extensions/ subdirectory. 279d4401354Smrg 280d4401354SmrgGIT Repository split 281d4401354Smrg-------------------- 282d4401354Smrg 283d4401354SmrgPreviously, several XCB-related projects all existed under the umbrella 284d4401354Smrgof a single monolithic GIT repository with per-project subdirectories. 285d4401354SmrgWe have split this repository into individual per-project repositories. 286d4401354Smrg 287d4401354SmrgJosh Triplett and Jamey Sharp wrote a tool called git-split to 288d4401354Smrgaccomplish this repository split. git-split reconstructs the history of 289d4401354Smrga sub-project previously stored in a subdirectory of a larger 290d4401354Smrgrepository. It constructs new commit objects based on the existing tree 291d4401354Smrgobjects for the subtree in each commit, and discards commits which do 292d4401354Smrgnot affect the history of the sub-project, as well as merges made 293d4401354Smrgunnecessary due to these discarded commits. 294d4401354Smrg 295d4401354SmrgWe would like to acknowledge the work of the gobby team in creating a 296d4401354Smrgcollaborative editor which greatly aided the development of git-split 297d4401354Smrg(as well as these release notes). 298