diff options
| author | daniel <daniel@daniel-1-2> | 2024-04-21 13:55:22 +0200 |
|---|---|---|
| committer | daniel <daniel@daniel-1-2> | 2024-04-21 13:55:22 +0200 |
| commit | 2ecdc4c40c5a25e793a7106e618fe5c9c7b0915d (patch) | |
| tree | 3c9ced20d129e654afe87e326c60afb436d6ad52 | |
| parent | 2f4430c42f160acd4045fac1009d253dcfc5c38a (diff) | |
| -rwxr-xr-x | build/build_all.sh | 2 | ||||
| -rwxr-xr-x | changelog | 3 | ||||
| -rwxr-xr-x | config.hpp.in | 2 | ||||
| -rwxr-xr-x | debian/changelog.d | 6 |
4 files changed, 12 insertions, 1 deletions
diff --git a/build/build_all.sh b/build/build_all.sh index 49f7fac..8faedb0 100755 --- a/build/build_all.sh +++ b/build/build_all.sh @@ -96,6 +96,7 @@ build j jammy build k kinetic build l lunar build m mantic +build n noble echo '#!/bin/sh @@ -105,6 +106,7 @@ echo '#!/bin/sh '$releasedir'/'$subdir'/kinetic/upload.sh '$releasedir'/'$subdir'/lunar/upload.sh '$releasedir'/'$subdir'/mantic/upload.sh +'$releasedir'/'$subdir'/noble/upload.sh ' > $releasedir/$subdir/upload_ppas.sh chmod +x "$releasedir/$subdir/upload_ppas.sh" @@ -1,3 +1,6 @@ +v 5.2.5 + * fixed errors with outdated grub2 scripts (wont be executed anymore) + v 5.2.4 * fixed empty if statement problem of generated code diff --git a/config.hpp.in b/config.hpp.in index de59822..5865c44 100755 --- a/config.hpp.in +++ b/config.hpp.in @@ -5,4 +5,4 @@ #define ERROR_LOG_FILE "${ERROR_LOG_FILE}" #define CUSTOM_SCRIPT_SHEBANG "#!/bin/sh" #define CUSTOM_SCRIPT_PREFIX "exec tail -n +3 $0" -#define GC_VERSION "5.2.4" +#define GC_VERSION "5.2.5" diff --git a/debian/changelog.d b/debian/changelog.d index 3891947..dcd829c 100755 --- a/debian/changelog.d +++ b/debian/changelog.d @@ -1,5 +1,11 @@ #!/bin/sh cat << EOF +grub-customizer (5.2.5-0ubuntu1~ppa1$1) $2; urgency=low + + * new upstream release + + -- Daniel Richter <danielrichter2007@web.de> Sun, 21 Apr 2024 13:54:04 +0200 + grub-customizer (5.2.4-0ubuntu1~ppa1$1) $2; urgency=low * new upstream release |
