OSDN Git Service

Change VERSION to 2.4.36.3
authorWilly Tarreau <w@1wt.eu>
Sat, 19 Apr 2008 14:39:27 +0000 (16:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 19 Apr 2008 14:39:27 +0000 (16:39 +0200)
    - usb-serial: back-port of pl2303.c from 2.6.24.1
    - ext2_readdir() filp->f_pos fix (try #2)
    - Duplicate id in videodev.h
    - Fix typo in acpi_boot_init
    - ip-pnp-dhcp: wait lazily when doing dhcp for diskless systems
    - [TCP]: Fix shrinking windows with window scaling
    - intermezzo: fix uninitialized use of pointer in error path

Makefile

index a4f02af..32c3b01 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 36
-EXTRAVERSION = .2
+EXTRAVERSION = .3
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)