Sales | Support:1-888-96LINUX

1.1.13-1 Release Notes

Release 1.1.13-1 includes the following changes:


Overview

This release fixes general bugs and prevents a cloakfs-related deadlock.


Kernel

Latest CentOS kernel 2.6.32-431.23.3.el6.bl1.1.13_1.x86_64


CloakFS

Bug fix. Minor changes.

MySQL

No changes

CPUD

Bug fixes and minor changes.


IOTHROTTLED

No changes

Apache

No changes


Upgrading BetterLinux:

Run this:

    yum --disableexcludes=all upgrade betterlinux\*

Then reboot your system.

 

Changelog for BetterLinux Release 1.1.13-1

betterlinux-cpanel-git

commit 28e1e0e77069ff29ee6791deea5ac43ab84c4254
Author: Weldon Whipple
Date:   Tue Aug 12 09:26:37 2014 -0600

    Change changelog version numbers from 1.0 to 1.2 after consulting git blame and
    noting that James Stone changed the version to 1.2 on April 24 2014.

commit 5f2148f6b035e4b46302fd6eaa11382905e623dc
Author: Weldon Whipple
Date:   Mon Aug 11 16:26:46 2014 -0600

    Fix reseller-related bug in Accounts::Modify hook

commit 14bee2e4d385c3d2e5dee0a7f7e63396a81f49cb
Author: Sean Jenkins
Date:   Mon Aug 11 09:48:57 2014 -0600

    correct spelling of mod_betterlinux

betterlinux-git

Empty

betterlinux-licmgr-git

commit ae5124b21a1f0360c8f8a552bb1d2efaf2154f16
Author: Andrea Righi  
Date:   Thu Aug 14 10:37:57 2014 -0600

    add cloakfs and nproc modules
    
    Signed-off-by: Andrea Righi

cpud-git

commit e8deb7a5ec9362cf3808f72467b08e5dbe3ff318
Author: David  
Date:   Mon Aug 18 11:07:13 2014 -0600

    Changes default value of enable_cloakfs_threads from 1 (on) to 0 (off).
    
commit eea9c0c0ef3aee92d4e6b46dab4e1c5e42b2b406
Author: David  
Date:   Fri Aug 15 15:43:02 2014 -0600

    Add enable_cloakfs_threads config option to cpud.
    This option enables or disables threading in the cloakfs fuse file system daemon.
    Examples:
    enable_cloakfs_threads Y              # turn on threading
    enable_cloakfs_threads n              # turn off threading
    The default value is Y (threading on)

commit 8d23ff37bc83c679a340f0bca995ecc619a1f475
Author: Andrea Righi  
Date:   Fri Aug 15 00:33:03 2014 -0600

    enable nproc module checking
    
    Signed-off-by: Andrea Righi  

commit 324a00a85efeb140c84f1033134ad478f5a2416f
Author: Andrea Righi  
Date:   Thu Aug 14 10:42:27 2014 -0600

    add nproc module
    
    Signed-off-by: Andrea Righi  

commit 03c18f61bd873261cd97410334af71b3ebbbe926
Author: David  
Date:   Wed Aug 13 11:42:14 2014 -0600

    Add enable_cloakfs_cache config option to cpud.
    This option enables or disables caching in the cloakfs fuse file system.
    Examples:
    enable_cloakfs_cache Y              # turn on caching
    enable_cloakfs_cache n              # turn off caching
    The default value is Y (caching on)

iothrottled-git

Empty

kernel-git

commit 1db1cea57000e0c332305363f812842fd127e402
Author: Jerry James  
Date:   Mon Aug 18 13:47:41 2014 -0600

    Add nproc module to list of modules to build.
    
    Signed-off-by: Jerry James  

commit 8ea2b0dcc56ede84d001c609c2bcfe4437038195
Author: Andrea Righi  
Date:   Thu Aug 14 23:22:00 2014 -0600

    nproc: use kprobes to binary-patch the main nproc code
    
    Signed-off-by: Andrea Righi  

commit 448bbe6b400772eeebeea1b38d03ae010901ce59
Author: Jerry James  
Date:   Thu Aug 14 16:46:14 2014 -0600

    nproc module: add missing module parameters.
    
    Signed-off-by: Jerry James  

commit fbd3032add296c5596e8f5d4a31f050e4b8f59f7
Author: Jerry James  
Date:   Thu Aug 14 16:45:46 2014 -0600

    nproc-v5.patch: export nproc_nproc_limit for the nproc module to use.
    
    Signed-off-by: Jerry James  

commit ca37c640aeb8cdaf0bc750325e32d5fb42fb5b19
Author: Jerry James  
Date:   Thu Aug 14 08:50:54 2014 -0600

    timebomb: guard against redefinition of likely and unlikely macros in
    userspace.  Also silence one gcc warning about an unused parameter.
    
    Signed-off-by: Jerry James  

commit fd18c726d1693d9b4b2ceb0eb6d2b3fa1a7f21b1
Author: Jerry James  
Date:   Thu Aug 14 08:41:22 2014 -0600

    Cloakfs module: add missing module parameters.
    
    Signed-off-by: Jerry James  

commit d981a5c16b1cd33c821d83dad057e03c06d5f652
Author: Sean Jenkins  
Date:   Thu Aug 14 08:11:26 2014 -0600

    PATCH 3.4: Rebase patches for 3.4.103 using quilt, add config-3.4.103

commit c6b92ae0ff0e972fc9a21d13ae3f0f14344207a2
Author: Sean Jenkins  
Date:   Thu Aug 14 08:09:27 2014 -0600

    PATCH 3.15: Rebase patches for 3.15.10 using quilt, add config-3.15.10

commit 24128e9c1cb706313759b3718674bad72c1384ed
Author: Sean Jenkins  
Date:   Thu Aug 14 08:07:33 2014 -0600

    PATCH 3.14: Rebase patches for 3.14.17 using quilt, add config-3.14.17

commit 9067e2193f68472d7876527814685e72bd16ae2f
Author: Sean Jenkins  
Date:   Thu Aug 14 08:05:20 2014 -0600

    PATCH 3.10: Rebase patches for 3.10.53 using quilt, add config-3.10.53

commit b76333bf83f9ba3679f33c913f2682b993b50957
Author: Andrea Righi  
Date:   Wed Aug 13 17:12:21 2014 -0600

    nproc: fix a typo
    
    Signed-off-by: Andrea Righi  

commit 99933ae593f63ffd2a527f7f08eb029e3b9981d0
Author: Andrea Righi  
Date:   Wed Aug 13 17:07:40 2014 -0600

    bl-module-build: make nproc module available
    
    Signed-off-by: Andrea Righi  

commit c1d64a591bb33a58ef5c7ef32440f56116941cdf
Author: Andrea Righi  
Date:   Wed Aug 13 17:01:13 2014 -0600

    nproc: add licensing support
    
    Signed-off-by: Andrea Righi  

commit 91f8f84da40fcb31a082343cc59dabd2ddc0b64d
Author: Andrea Righi  
Date:   Wed Aug 13 15:37:29 2014 -0600

    cloakfs: add licensing support
    
    Signed-off-by: Andrea Righi  

commit 866a090636b520fcacbb3a0a4b815339c8b37c03
Author: Jerry James  
Date:   Wed Aug 13 13:35:53 2014 -0600

    FSMON module: update the spec files.
    
    Signed-off-by: Jerry James  

commit 8a92fd0d84f82cb3b3b9ff596783db7175c00fa9
Author: Jerry James  
Date:   Mon Aug 11 11:52:16 2014 -0600

    FSMON module: Fix a potential null pointer dereference when deleting a
    nonexistent file.
    
    Signed-off-by: Jerry James  

commit 156801c67d3e411114895ed1a256d2c840cb98ca
Author: Jerry James  
Date:   Mon Aug 11 11:51:47 2014 -0600

    Jenkins script: fix dependency on -devel subpackage for debug kernels.
    
    Signed-off-by: Jerry James  

commit 7fdcbb88e696a9d0d2df61ead2b79b3dab7a0766
Author: Sean Jenkins  
Date:   Fri Aug 8 08:32:54 2014 -0600

    PATCH 3.4: Rebase patches for 3.4.102 using quilt, add config-3.4.102

commit 499b39a99788f16c07b9a2caaca9097e2b155b35
Author: Sean Jenkins  
Date:   Fri Aug 8 08:30:49 2014 -0600

    PATCH 3.15: Rebase patches for 3.15.9 using quilt, add config-3.15.9

commit 02d4a41abb793fc01bdc195a2f54a4b39e351553
Author: Sean Jenkins  
Date:   Fri Aug 8 08:28:54 2014 -0600

    PATCH 3.14: Rebase patches for 3.14.16 using quilt, add config-3.14.16

commit 3fd2e09089db3afa8bf1c11f5582ec247fdada4a
Author: Sean Jenkins  
Date:   Fri Aug 8 08:26:50 2014 -0600

    PATCH 3.10: Rebase patches for 3.10.52 using quilt, add config-3.10.52

commit c2e9ee1dbaa402fd382fee43c30640061f390f9e
Author: Sean Jenkins  
Date:   Thu Aug 7 11:56:08 2014 -0600

    PATCH 3.2: Rebase patches for 3.2.62 using quilt, add config-3.2.62

commit 62284c7ee57a9165296c26ede66a466556c786ed
Author: Jerry James  
Date:   Thu Aug 7 08:26:07 2014 -0600

    Port our patches to CentOS 7 kernel 3.10.0-123.6.3.el7.
    
    Signed-off-by: Jerry James

mysql-git

Empty

myusertop-git

Empty

whmaddons-git

Empty

Was this answer helpful?

Add to Favourites Add to Favourites

Print this Article Print this Article

Also Read
1.2.6-1 Release Notes (Views: 1885)
1.1.3-1 Release Notes (Views: 2259)
1.1.5-1 Release Notes (Views: 3931)
1.1.1-1 Release Notes (Views: 2057)
1.0.3-1 Release Notes (Views: 2541)

Copyright © 2011 BetterLinux.com. All rights reserved.