From: Willy Tarreau Date: Tue, 5 Dec 2006 13:48:17 +0000 (+0100) Subject: Change VERSION to 2.4.34-rc1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=94701ea2b34aeec16823fa3dae9cd9e38f637648;p=linux-kernel-docs%2Flinux-2.4.36.git Change VERSION to 2.4.34-rc1 - smbfs : don't ignore uid/gid/mode mount opts w/ unix extensions (CVE-2006-5871) - i2c cleanup : several cleanups - fix for transient error in usb printer driver - task stte leak in pegasus usb driver - Masking bug in 6pack driver - x86 microcode: dont check the size - rio: typo in bitwise AND expression. - flashpoint: use '!' instead of '~' with EE_SYNC_MASK - jfs: incorrect use of "&&" instead of "&" - arm: incorrect use of "&&" instead of "&" - e100: incorrect use of "&&" instead of "&" - ps2esdi: typo may cause premature timeout - fbcon: incorrect use of "&&" instead of "&" --- diff --git a/Makefile b/Makefile index 5c4bf8b8..b79d04f4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 34 -EXTRAVERSION = -pre6 +EXTRAVERSION = -rc1 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)