Changelog for
lib64console0-0.2.3-60.2mdv2007.0.x86_64.rpm :
* Wed Jul 04 2007 Herton Ronaldo Krzesinski
0.2.3-60.2mdv2007.0+ Revision: 47601- Added patches to fix issues reported on ticket #27948:
* patch vt-is-UTF8_only_linux_vt based on an almost equal debian patch: don\'t allow vt-is-UTF8 run in a terminal different from linux vt.
* patch fscanf_nonblock: vt-is-UTF8 detection of console mode is unreliable because it uses terminal input/output + escape codes. Other processes can be writing/reading from the same vt and messing with results expected by fscanf function inside is_in_UTF8_mode, making it possibly block waiting for data. I implemented a workaround by using fcntl to make it nonblock, I tried a cleaner solution but didn\'t found another way. (and linux could offer an ioctl to check its vc->vc_utf variable, see linux/drivers/char/vt.c, to avoid to using the current vt-is-UTF8 messy detection).- Added a better patch for ticket #21741, it\'s the same solution as made on kbd (removed expand_upper_keycode patch, added no_setkeycodes_limit).- Added patch expand_upper_keycode from Harry, fixes issue reported on #21741 (setkeycodes quit saying \"code outside bounds\" while trying to setkeycode greater that 128).- Import console-tools from 2007.0 into svn. I didn\'t find in svn console-tools from 2007.0 to branch to updates here, thats why I imported it directly from src.rpm. So it hasn\'t the accurate changelog too, and thats why I kept the original changelog on spec.- Created package structure for console-tools.
* Mon Jan 29 2007 Götz Waschk 0.2.3-60mdv2007.0+ Revision: 114533- Import console-tools
* Mon Jan 29 2007 Götz Waschk 0.2.3-60mdv2007.1- unpack patches
* Tue Jan 17 2006 Pablo Saratxaga 0.2.3-60mdk- don\'t launch \"kbd_mode -u\" from X11 (when $DISPLAY is defined) as that messes the X11 keyboard handling- lowered launching order of \"keytable\" init script to \"14\", so it is launched before \"dm\" (X11) and unicode keyboard setting in console can be performed correctly- fix delete key of jp106 keymap- various new map files ({eo,fr,pl}-dvorak, ky, bg, bg_bds, mt, mt_us)
* Tue Jan 10 2006 Olivier Blin 0.2.3-59mdk- use weak dependencies for $remote_fs in the init script (for now, we don\'t have the virtual system facilities provides that Suse ships in insserv.conf)
* Tue Jan 10 2006 Olivier Blin 0.2.3-58mdk- mkrel- fix typo in initscript
* Tue Jan 10 2006 Olivier Blin 0.2.3-57mdk- convert parallel init to LSB
* Thu Jan 05 2006 Pablo Saratxaga 0.2.3-56mdk- fix delete key of jp106 keymap- moved kbd_mode and consolechars and the libraries they need to /, so they can be launched before partition mounting (requires 128KB on root partition, but nowadays, with / typically on the MB or more, that is not a problem, and makes console init a lot easier)- fixed keytable init script so it uses the get_locale_encoding function from initscripts, and also call \"kbd_mode -u\" when in UTF-8
* Mon Jan 02 2006 Couriousous 0.2.3-55mdk- Add parallel init stuff- Happy new year !
* Thu Oct 06 2005 Gwenole Beauchesne 0.2.3-54mdk- merge from ppc64-branch:
* Fri Dec 17 2004 Gwenole Beauchesne 0.2.3-46.1.100mdk - ppc64 support, fix keytable initscript
* Wed Aug 24 2005 Andreas Hasenack 0.2.3-53mdk- added us-intl console keyboard map for people with US keyboards but who need better cedilla support (\' + c = ç)- fixed manpage location- using make with DESTDIR instead of %makeinstall
* Sun Aug 21 2005 Gwenole Beauchesne 0.2.3-52mdk- adapt for gettext >= 0.14.2 (gt_LC_MESSAGES)
* Mon Apr 04 2005 Nicolas Brouard 0.2.3-51mdk- patch 22: fix fgconsole exit(0) missing
* Tue Jan 11 2005 Pixel 0.2.3-50mdk- patch21: fix openvt -w (from debian)
* Thu Sep 09 2004 Christiaan Welvaart 0.2.3-49mdk- add BuildRequires: gettext-devel- patch20: update french mac keymap
* Mon Sep 06 2004 Frederic Lepied 0.2.3-48mdk- only put files not linked with /usr/lib libraries in /bin to allow to boot on a separated /usr withotu error (bug #11042)