Skip to content

Commit

Permalink
Release v5.0.0
Browse files Browse the repository at this point in the history
- Major change in how manifests are parsed.

The manifest's modifier flag has been reworked, previous flag settings
are now ignored and they get the default behavior of the new
settings. Only default modifiers are currently supported, all other
types are skipped at this time.

Signed-off-by: William Douglas <[email protected]>
  • Loading branch information
bryteise committed Mar 2, 2023
1 parent 77f16b0 commit d68bc6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.66])
AC_INIT(swupd-client, 4.2.1, castulo.martinez@intel.com)
AC_INIT(swupd-client, 5.0.0, william.douglas@intel.com)
AM_PROG_AR
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
Expand Down
5 changes: 5 additions & 0 deletions how-to-make-a-release
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
1) update configure.ac with new version
2) commit and tag new version with configure.ac changes
3) make dist && make distcheck
4) push to github and upload dist tar

0 comments on commit d68bc6f

Please sign in to comment.