From 3abe27fa0bad7e3602065efd636434abe1f2eb49 Mon Sep 17 00:00:00 2001 From: porres Date: Thu, 5 Aug 2021 12:34:19 -0300 Subject: [PATCH] new release 0.5-6 is ready for good! --- cyclone_objects/binaries/cyclone_lib.c | 2 +- documentation/extra_files/CHANGELOG.txt | 6 +++--- documentation/extra_files/cyclone-meta.pd | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cyclone_objects/binaries/cyclone_lib.c b/cyclone_objects/binaries/cyclone_lib.c index 9151b330..2666a74e 100644 --- a/cyclone_objects/binaries/cyclone_lib.c +++ b/cyclone_objects/binaries/cyclone_lib.c @@ -642,7 +642,7 @@ void print_cyclone(t_cyclone *x){ sys_getversion(&major, &minor, &bugfix); post(""); post("-----------------------------------------------------------------------------"); - post(":: Cyclone %d.%d-%d; Released August 4th 2021", cyclone_major, cyclone_minor, cyclone_bugfix); + post(":: Cyclone %d.%d-%d; Released August 5th 2021", cyclone_major, cyclone_minor, cyclone_bugfix); post(":: License: BSD-3-Clause (aka Revised BSD License)"); post(":: Copyright © 2003-2020 - Krzysztof Czaja, Hans-Christoph Steiner,"); post(":: Fred Jan Kraan, Alexandre Porres, Derek Kwan, Matt Barber and others."); diff --git a/documentation/extra_files/CHANGELOG.txt b/documentation/extra_files/CHANGELOG.txt index 0d672f1c..66becd29 100644 --- a/documentation/extra_files/CHANGELOG.txt +++ b/documentation/extra_files/CHANGELOG.txt @@ -6,13 +6,13 @@ cyclone 0.5-6 (needs at least Pd Vanilla 0.51-3): -------------------------------------------------- +- Some minor documentation fixes and improvements. - [split]: now it's float mode only - [deltaclip~]: added safeguards so it doesn't go crazy - [grab]: now it can also grab from built-in receive names in GUIs - [zl queue]: fixed a bug (not clearing and sending '-1' after reaching a size of 0). -- [borax]: added error when creating as Borax. -- Fixed packaging capital letters aliases in linux (no code has changed). -- Some minor documentation fixes and improvements. +- Fixed once more again many issues with creating capital letters aliases and I can't believe we're still doing this. It's gotta be ok now! +- Also fixed packaging capital letters aliases for linux yet once again as we said we had done in 0.5-4 but apparently screwed up one more time (no code has changed, again) - sorry. -------------------------------------------------- cyclone 0.5-5 (needs at least Pd Vanilla 0.51-3): diff --git a/documentation/extra_files/cyclone-meta.pd b/documentation/extra_files/cyclone-meta.pd index bed0766d..69649b5a 100644 --- a/documentation/extra_files/cyclone-meta.pd +++ b/documentation/extra_files/cyclone-meta.pd @@ -14,4 +14,4 @@ Torres Porres \, Derek Kwan and Matt Barber, f 60; #X text 26 135 FOLLOWING DEVELOPERS: Hans-Christoph Steiner (2005-2013) and Fred Jan Kraan (dec/2014 - feb/2016); #X text 26 67 VERSION: 0.5-6, f 60; -#X text 26 84 RELEASE_DATE: Released August 4th 2021, f 60; +#X text 26 84 RELEASE_DATE: Released August 5th 2021, f 60;