OSDN Git Service

Change VERSION to v2.4.35-pre2
authorWilly Tarreau <w@1wt.eu>
Sat, 24 Mar 2007 06:51:21 +0000 (07:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 24 Mar 2007 06:51:21 +0000 (07:51 +0100)
    - fix channel balance on TV cards with LG head
    - fix build of serial with DEBUG enabled
    - usb-storage: backport unusual_devs from 2.6.20
    - usb-storage: HP-FDC-GOLD need US_FL_SINGLE_LUN
    - make it possible to compile x86_64 without VT support
    - add nforce-MCP55 chipset ID
    - restore ability to set disk geometry on command line
    - parenthesis fixes
    - usb 2.4: Support high-speed HID
    - IPV6: ipv6_fl_socklist is inadvertently shared.

Makefile

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