similar to: [ANNOUNCE] xkeyboard-config 2.23

Displaying 14 results from an estimated 14 matches similar to: "[ANNOUNCE] xkeyboard-config 2.23"

2017 Oct 04
0
[ANNOUNCE] xkeyboard-config 2.22
Hello folks With a small delay, the September release of xk-c is there. Have fun! Cheers Sergey ========================================= Akshay S Dinesh (2): typofix tel-sarala key layout Whitelist Indian keyboard layouts. #101532 Baurzhan Muftakhidinov (2): Enable level3 ralt_switch by default in Kazakh (ext) layout. Extend more keys in Kazakh (ext) layout. Jonas
2015 Jan 28
0
[ANNOUNCE] xkeyboard-config 2.14
New xkeyboard-config release is out: Andreas Wettstein (1): Add oe ligature to Swiss keyboard layout, replacing oslash. Changwoo Ryu (1): update Korean Julien Cristau (1): fujitsu_vndr: add a name to xkb_symbols sections Michael Witten (1): README: Clean up grammar/formatting, and mention bugzilla Peter Hutterer (2): rules: improve documentation for
2011 Sep 22
0
CEEA-2011:1153 CentOS 5 i386 xkeyboard-config Update
CentOS Errata and Enhancement Advisory 2011:1153 Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1153.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 25dc1746530b8a472e8ca5337ee90145 xkeyboard-config-0.8-9.el5_7.1.noarch.rpm Source: d7d4f0711108c2a3e1d4fe5ce74df330 xkeyboard-config-0.8-9.el5_7.1.src.rpm
2011 Sep 22
0
CEEA-2011:1153 CentOS 5 x86_64 xkeyboard-config Update
CentOS Errata and Enhancement Advisory 2011:1153 Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1153.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: b0bb01ceabb934f4c93852cf95958652 xkeyboard-config-0.8-9.el5_7.1.noarch.rpm Source: d7d4f0711108c2a3e1d4fe5ce74df330
2015 May 26
0
[ANNOUNCE] xkeyboard-config 2.15
Here is another minor release. Thanks to the Translation Project for the several updated translations. Sergey ----------------------------------------------- Artur Dryomov (1): symbols/typo: rework typographic layout. Sergey Udaltsov (9): Add support for Latinamerican Dvorak layout added lk(us) fixed the license (removed GPL) Removed GPLv3 line Fixed
2015 Oct 15
0
[ANNOUNCE] xkeyboard-config 2.16
Another stable release of xkeyboard-config is out there! Andriy Rysin (1): Move apostrophe U+0027 to the first level and add U+02BC one to ua(unicode) Benjamin Tissoires (1): Add support for chromebooks layout Giuseppe Bilotta (1): Add missing semicolons in symbols/inet Roland Kaufmann (1): Undo incompatible us(dvp) layout additions Sascha Brawer (1): Define a
2016 Jan 26
0
[ANNOUNCE] xkeyboard-config 2.17
Andres Gomez (1): Added sbj keymap for Jolla phone Benno Schulenberg (1): Adding the option to make Caps Lock act as a Menu key. Daniel Radetsky (1): add altwin:prtsc_rwin Peter Hutterer (2): Add br(thinkpad) to the xml files symbols/group: re-enable grp:ctrls_toggle Roland Kaufmann (1): Make us(dvp) work with regular right Alt key again Sergey Udaltsov
2016 Jun 02
0
[ANNOUNCE] xkeyboard-config 2.18
Aleksei Gutikov (1): Add Ctrl+Win keyboard layout switch. Benno Schulenberg (2): rules: Giving the caps:ctrl_modifier option a distinctive description. Sorting the Caps Lock options in a consistent manner. Egbert Eich (1): symbols: add explicit definition for Group2 to win_space_toggle Henning W (1): Added Bone layout (including the q/eszett variant) and Neo
2016 Sep 29
0
[ANNOUNCE] xkeyboard-config 2.19
Another regular release: ---------------------------------- Baurzhan Muftakhidinov (1): Add extended Kazakh layout type Benno Schulenberg (4): symbols/rs: Do not specify the key.type where it isn't needed. symbols/rs: Remove pointless trailing "any" and "NoSymbol". symbols/rs: Specify some keys explicitly as four-level alphabetic.
2017 Feb 01
0
[ANNOUNCE] xkeyboard-config 2.20
Emil Velikov (1): autogen.sh: use quoted string variables Michal Suchanek (1): ctrl: add missing modifier_map Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (3): Drop AM_MAINTAINER_MODE autogen.sh: honor NOCONFIGURE=1 autogen.sh: use exec instead of waiting for configure to finish Sergey Udaltsov (13): Add missing Arabic diacritics
2017 May 31
0
[ANNOUNCE] xkeyboard-config 2.21
Gunnar Hjalmarsson (1): Two "Hausa" layout variants with identical descriptions Moritz Sichert (1): Fixed RALT config of de(T3) Nik Kopylov (1): Descriptions formatting, typos and mistakes v2 NikoKrause (1): two new layouts "Russian (Germany, recommended)" and "Russian (Germany, transliteration)" for german keyboards Sergey Udaltsov (14):
2018 Feb 01
1
[ANNOUNCE] xkeyboard-config 2.23.1
Hello everyone! There was a packaging issue with 2.23 - so here is the fix, repackaged. Sorry for the hassle. Sergey Udaltsov (1): Fixing the build, 2.23.1 git tag: xkeyboard-config-2.23.1 https://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.23.1.tar.bz2 MD5: 875cbd09ab8394277fd16070326abbae xkeyboard-config-2.23.1.tar.bz2 SHA1:
2002 Sep 13
1
Samba 2.23 ACL support ?
Hi, I am evaluating samba with RH 7.3 in a test environment and supposed to go live by end of Sep02, hopefully. I will be replacing file and print server first in a environment of more than 1500 users. I have been reading through massive docs and trying to find out the exact strategy to shoot at. In doing so i have achieved some success, but i definately need further assistance. Apologies, if I
2020 Apr 26
2
assembly code for array iteration generated by llvm is much slower than gcc
Hi all developers, I'm changing compiler from gcc to llvm on a RISCV target now. but I found in some case the assembly code generated by llvm is much more than gcc. It cause my program's performance about 40% decrease. The flowing is a simple test code. It shows the problem. We can see than gcc prefer to use pointer to iterate the array, but llvm perfere to use index to iterate