OSDN Git Service

Change VERSION to 2.4.34-rc1
authorWilly Tarreau <w@1wt.eu>
Tue, 5 Dec 2006 13:48:17 +0000 (14:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Dec 2006 13:48:17 +0000 (14:48 +0100)
    - 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 "&"

Makefile

index 5c4bf8b..b79d04f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 34
-EXTRAVERSION = -pre6
+EXTRAVERSION = -rc1
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)