Skip to content

Releases: clearlinux/mixer-tools

Tweak delta file names for better coverage

02 Sep 16:16
Compare
Choose a tag to compare

Release v6.2.12

01 Sep 18:54
Compare
Choose a tag to compare
  • Revert "skip pure renames"

Release v6.2.11

30 Aug 22:23
Compare
Choose a tag to compare
  • Skip pure renames for deltas

Release v6.2.10

30 Aug 18:26
Compare
Choose a tag to compare
  • Resolve issue of missing files in packs

Release v6.2.9

26 Aug 23:08
Compare
Choose a tag to compare
  • Fix handling of logfile option

Release v6.2.8

09 Aug 16:47
Compare
Choose a tag to compare
  • Revert no longer necessary delta skipping

Release v6.2.7

08 Aug 23:32
Compare
Choose a tag to compare
  • Update test content URL
  • Update delta path handling for avx content

Release v6.2.4

27 May 21:53
Compare
Choose a tag to compare
This release includes minor bug fixes and enhancements.

- Fix generated warning for delta packs.
- Show upstream-format command in help.
- Remove delta file in case bspatch test fails.
- Update warning message for missing state file.
- Update to GitHub Actions v2.1.0

Release v6.2.3

04 May 06:43
Compare
Choose a tag to compare
    This release includes minor bug fixes along with implementation of
    logging.

    Enhancements:
    - Implement the logging package for mixer.
      A common log file can be set for all the mixer commands in the builder.conf. 
      E.g. `mixer config set Mixer.LOG <filepath>`.

      The log file and level can also be set for individual mixer commands using the `--log` 
      and `--log-level` flags respectively. 

      The various log levels are: 
      ERROR (1), WARNING (2), INFO (3), DEBUG (4) and VERBOSE (5). Default log level is 4.

    Other Changes:
    - Remove the --no-publish flag.
      Mixer will now always update the LAST_VER file after `build update`.
    - Update github actions to v2 to handle CI re-runs.
    - Update Makefile to build man pages as a prerequisite for the `build` target.

Release v6.2.2

07 Apr 02:24
Compare
Choose a tag to compare
This release includes performance improvements, minor bug fixes and
removal of the Mixin feature.

Changes:
- Remove the Mixin feature as Mixer now supports creation of 3rd party content.
- Calculate the hash for each file just once.
- Parallelize bundle processing.
- Parallelize bundle file resolving.
- Update mix variables when crossing upstream formats.
- Fix MCA bundle deletion during format bump.
- Add more debug messages for DNF errors.
- Fix permission issue in bat test.
- Replace Travis CI with GitHub Actions.