OSDN Git Service

Change VERSION to 2.4.36.9 master
authorWilly Tarreau <w@1wt.eu>
Sun, 9 Nov 2008 22:38:30 +0000 (23:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 Nov 2008 22:38:30 +0000 (23:38 +0100)
    - bonding: fix panic when taking bond interface down before removing module
    - forcedeth: fix checksum flag
    - net: Fix recursive descent in __scm_destroy().
    - ext: Avoid printk floods in the face of directory
    - hfsplus: fix Buffer overflow with a corrupted image
    - netfilter: snmp nat leaks memory in case of failure
    - i2c: The i2c mailing list is moving
    - i2c: Update comment of I2C_FUNC_SMBUS_*_I2C_BLOCK
    - backport vlan device unregister fix

Signed-off-by: Willy Tarreau <w@1wt.eu>
Makefile

index 02f5389..f31d02b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 36
-EXTRAVERSION = .8
+EXTRAVERSION = .9
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)