Browse Source

Bump version

Overview of changes:

 *  Fixed issue that would break release

    Releases with many commits or many changed files can produce 'Bump
    version' message so long that it would trigger OS command line limit.
    This risk has been mitigated by ensuring the message is read from
    file instead of git argument.

 *  Added "SRC" mode to preserve file modes from repository

    Sometimes the mode scheme is not easy, so having mode to apply to
    whole group is not plausible.  Setting group mode to a special value
    `SRC` will cause MKit replicate the mode from source (repo or
    tarball).

 *  `stub new` will produce "nice" mkit.ini right away

    Previously, re-formatting of mkit.ini would work only in update
    mode; now it's nicely re-formatted on creation.

 *  Fixed formatting of INI files

    If value in INI file contained space, formatting would break it up.
    This is no longer the case.

 *  Cleaned up specfile template stub

    New specfile template now does not contain tabs, has fields grouped
    in more logical way, and omits BuildRequires, which was not all that
    correct anyway.

 *  Improved README.md
Alois Mahdal 6 years ago
parent
commit
f8a3121b11
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini View File

@@ -1,7 +1,7 @@
1 1
 #mkit version=0.0.14
2 2
 
3 3
 [project]
4
-    version     = 0.0.26
4
+    version     = 0.0.27
5 5
     codename    = wilderness
6 6
     name        = MKit
7 7
     tagline     = Simple install helper