forked from artix/calamares-extensions
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e08d687061 | ||
|
|
15f6369537 |
18
CHANGES
18
CHANGES
@@ -6,6 +6,24 @@ This is the changelog for Calamares-Extensions. For each release, the major
|
|||||||
changes and contributors are listed. Note that Calamares-Extensions does not
|
changes and contributors are listed. Note that Calamares-Extensions does not
|
||||||
have a historical changelog -- this log starts with version 1.0.0.
|
have a historical changelog -- this log starts with version 1.0.0.
|
||||||
|
|
||||||
|
# 1.3.2 (2023-08-28)
|
||||||
|
|
||||||
|
We skipped a couple of releases in the release-notes, then tagged
|
||||||
|
1.3.1 without a version bump or release-notes. So 1.3.2 brings us
|
||||||
|
back to "regular releases".
|
||||||
|
|
||||||
|
This release contains contributions from (alphabetically by first name):
|
||||||
|
- Anke Boersma
|
||||||
|
- Nathan Schulte
|
||||||
|
- Oliver Smith
|
||||||
|
- stravanpannala
|
||||||
|
- undef
|
||||||
|
|
||||||
|
Changes and new modules in this release:
|
||||||
|
- *mobile* Has new configuration options. (Thanks Nathan, Oliver)
|
||||||
|
- *unpackfsc* Uses a more portable invocation of tar. (Thanks sravanpannala)
|
||||||
|
|
||||||
|
|
||||||
# 1.2.1 (2021-11-16)
|
# 1.2.1 (2021-11-16)
|
||||||
|
|
||||||
The 1.2.0 release had no release-notes for that version, and failed to
|
The 1.2.0 release had no release-notes for that version, and failed to
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
#
|
#
|
||||||
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
|
||||||
|
|
||||||
set( CALAMARES_EXTENSIONS_VERSION 1.2.1 )
|
set( CALAMARES_EXTENSIONS_VERSION 1.3.2 )
|
||||||
|
|
||||||
include( ${CMAKE_CURRENT_LIST_DIR}/CMakeModules/ExtendedVersion.cmake )
|
include( ${CMAKE_CURRENT_LIST_DIR}/CMakeModules/ExtendedVersion.cmake )
|
||||||
if ( CMAKE_SCRIPT_MODE_FILE )
|
if ( CMAKE_SCRIPT_MODE_FILE )
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ test -n "$V" || { echo "Could not obtain version in $BUILDDIR ." ; exit 1 ; }
|
|||||||
# This is the signing key ID associated with the GitHub account adriaandegroot,
|
# This is the signing key ID associated with the GitHub account adriaandegroot,
|
||||||
# which is used to create all "verified" tags in the Calamares repo.
|
# which is used to create all "verified" tags in the Calamares repo.
|
||||||
#
|
#
|
||||||
KEY_ID="CFDDC96F12B1915C"
|
KEY_ID="328D742D8807A435"
|
||||||
git tag -u "$KEY_ID" -m "Release v$V" "v$V" || { echo "Could not sign tag v$V." ; exit 1 ; }
|
git tag -u "$KEY_ID" -m "Release v$V" "v$V" || { echo "Could not sign tag v$V." ; exit 1 ; }
|
||||||
|
|
||||||
### Create the tarball
|
### Create the tarball
|
||||||
|
|||||||
Reference in New Issue
Block a user