OSDN Git Service

Change VERSION to 2.4.36.1
authorWilly Tarreau <w@1wt.eu>
Sat, 16 Feb 2008 12:56:03 +0000 (13:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 Feb 2008 12:56:03 +0000 (13:56 +0100)
    - Do not complain about gcc 4.2 for user-space
    - i386: fix setCx86/getCx86 race in macros
    - security: insufficient range checks in certain fault handlers
    - ext2_readdir() filp->f_pos fix
    - avoid semi-infinite loop when mounting bad ext2
    - ext2: skip pages past number of blocks in ext2_find_entry
    - memory leak when socket is release()d before PPPIOCGCHAN has been called on it
    - 2.4: fix memory corruption from misinterpreted bad_inode_ops return values
    - 2.4: [SCSI] aacraid: Fix security hole
    - 2.4: USB: fix DoS in pwc USB video driver

Makefile

index 9fea153..11190c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 36
-EXTRAVERSION = 
+EXTRAVERSION = .1
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)