Author: pluto Date: Mon Sep 19 01:14:38 2005 GMT Module: SPECS Tag: LINUX_2_6 ---- Log message: - utf8 patch added. it allows you to enter any Unicode value using  the Alt-nnnn mechanism. previously, it was restricted to the BMP,  i.e. the first 65536 Unicode characters - default NLS changed to utf8. - release 0.2.
---- Files affected: SPECS: kernel.spec (1.441.2.1207 -> 1.441.2.1208) ---- Diffs: ================================================================ Index: SPECS/kernel.spec diff -u SPECS/kernel.spec:1.441.2.1207 SPECS/kernel.spec:1.441.2.1208 --- SPECS/kernel.spec:1.441.2.1207 Sun Sep 18 23:47:20 2005 +++ SPECS/kernel.spec Mon Sep 19 03:14:32 2005 @@ -107,7 +107,7 @@ %define _oprofile_ver 0.5.3 %define _udev_ver 058 -%define _rel 0.1 +%define _rel 0.2 %define _netfilter_snap 20050915 @@ -176,6 +176,7 @@ Patch3: 2.6.0-t9-acpi_osl-lkml.patch Patch4: linux-kbuild-extmod.patch Patch5: kernel-MAX_INIT_ARGS.patch +Patch6: linux-2.6-extended-utf8.patch Patch10: 2.6.0-powernow-k7.patch # derived from http://hem.bredband.net/ekmlar/patch-vt1211-2.6.11.txt @@ -650,6 +651,7 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %patch10 -p1 %patch11 -p1 @@ -1546,6 +1548,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.441.2.1208 2005/09/19 01:14:32 pluto +- utf8 patch added. it allows you to enter any Unicode value using +Â the Alt-nnnn mechanism. previously, it was restricted to the BMP, +Â i.e. the first 65536 Unicode characters +- default NLS changed to utf8. +- release 0.2. + Revision 1.441.2.1207 2005/09/18 21:47:20 paszczus - spaces -> tabs ; cleanup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1207&r2=1.441.2.1208&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
