Skip to content

Instantly share code, notes, and snippets.

@wking
Last active February 4, 2016 23:32

Revisions

  1. wking revised this gist Feb 4, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions ChangeLog
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ Breaking changes:
    * config: Single, unified config file, #284
    * config: cwd is a required default and must be absolute, #286,
    #307, #308, #312
    * config: qualify the name of the version field, #309
    * config: Qualify the name of the version field, #309
    * config-linux: Convert classID from hex to uint32, #296
    * config-linux: Separate mknod from cgroups, #298

    @@ -13,7 +13,7 @@ Additions:

    Minor fixes and documentation:

    * config-linux: clarify oom_score_adj, #236, #292
    * config-linux: Clarify oom_score_adj, #236, #292
    * config-linux: Update links to cgroups documentation, #318
    * config-linux: Remove pointers for slices preferring omitempty
    tag instead, #316
  2. wking revised this gist Feb 4, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ChangeLog
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    Breaking changes:

    * config: Single, unified config file, #284
    * config: cwd is a required default, and must be absolute, #286,
    * config: cwd is a required default and must be absolute, #286,
    #307, #308, #312
    * config: qualify the name of the version field, #309
    * config-linux: Convert classID from hex to uint32, #296
  3. wking revised this gist Feb 4, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ChangeLog
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@ Breaking changes:

    Additions:

    * Add NoNewPrivileges setting for linux, #290
    * config-linux: Add NoNewPrivileges setting for linux, #290

    Minor fixes and documentation:

  4. wking created this gist Feb 4, 2016.
    23 changes: 23 additions & 0 deletions ChangeLog
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    Breaking changes:

    * config: Single, unified config file, #284
    * config: cwd is a required default, and must be absolute, #286,
    #307, #308, #312
    * config: qualify the name of the version field, #309
    * config-linux: Convert classID from hex to uint32, #296
    * config-linux: Separate mknod from cgroups, #298

    Additions:

    * Add NoNewPrivileges setting for linux, #290

    Minor fixes and documentation:

    * config-linux: clarify oom_score_adj, #236, #292
    * config-linux: Update links to cgroups documentation, #318
    * config-linux: Remove pointers for slices preferring omitempty
    tag instead, #316
    * README: add runtime, bundle, and hook author user, #280
    * ROADMAP: reshuffled and split into GitHub issues, #300, #301,
    #304, #306
    * style: Collect established styles in a discoverable location, #287, #311