• R/O
  • HTTP
  • SSH
  • HTTPS

alterlinux-calamares: Commit

GitHubのミラーです
https://github.com/FascodeNet/alterlinux-calamares


Commit MetaInfo

Revisión3a7d0d4ee7e170ca974266f1a7b5692d43221f5c (tree)
Tiempo2019-10-12 00:53:24
AutorAdriaan de Groot <groot@kde....>
CommiterAdriaan de Groot

Log Message

Changes: pre-release housekeeping

Cambiar Resumen

Diferencia incremental

--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ contributors are listed. Note that Calamares does not have a historical
33 changelog -- this log starts with version 3.2.0. The release notes on the
44 website will have to do for older versions.
55
6-# 3.2.15 (unreleased) #
6+# 3.2.15 (2019-10-11) #
77
88 This release contains contributions from (alphabetically by first name):
99 - No other contributors this time around.
@@ -21,6 +21,8 @@ This release contains contributions from (alphabetically by first name):
2121 - *unpackfs* now supports a special *sourcefs* value of `file`
2222 for copying single files (optionally with renaming) or directory
2323 trees to the target system.
24+ - *unpackfs* now support an *exclude* and *excludeFile* setting for
25+ excluding particular files or patters from unpacking. #1229
2426
2527
2628 # 3.2.14 (2019-09-30) #
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,7 @@ project( CALAMARES
4343 VERSION 3.2.15
4444 LANGUAGES C CXX )
4545
46-set( CALAMARES_VERSION_RC 1 ) # Set to 0 during release cycle, 1 during development
46+set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development
4747
4848 ### OPTIONS
4949 #
Show on old repository browser