OSDN Git Service

Change VERSION to v2.4.35-pre3
authorWilly Tarreau <w@1wt.eu>
Sun, 22 Apr 2007 09:29:02 +0000 (11:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 22 Apr 2007 09:29:02 +0000 (11:29 +0200)
    - init/main.c: remove comment that gcc 4 was not supported
    - Linux 2.4.x MTD CFI P30/P33 support
    - 2.6 backport of Watchdog wdt83627 (Winbond W83627HF/F/HG/G) driver
    - Watchdog w83977ef (Winbond W83977EF) driver
    - [DECNet] fib: Fix out of bound access of dn_fib_props[]
    - [IPv4] fib: Fix out of bound access of fib_props[]
    - [PPP]: Don't leak an sk_buff on interface destruction.
    - Fix TCP receiver side SWS handling
    - [Bluetooth] Fix L2CAP and HCI setsockopt() information leaks (CVE-2007-1353)

Makefile

index f990f26..8e92d0a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 35
-EXTRAVERSION = -pre2
+EXTRAVERSION = -pre3
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)