mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-09-05 13:11:27 +00:00
Release v3.3.0
This release contains various changes to fix segfaults and memory misuse, simplifying logic when iterating directories and populating file structs from manifests, and changing the secondary sort to be lexographically sorted filenames for version-sorted manifests. Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.66])
|
||||
AC_INIT(swupd-server, 3.2.9, timothy.c.pepper@linux.intel.com)
|
||||
AC_INIT(swupd-server, 3.3.0, timothy.c.pepper@linux.intel.com)
|
||||
AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects])
|
||||
AM_SILENT_RULES([yes])
|
||||
AC_PROG_CC
|
||||
|
||||
Reference in New Issue
Block a user