Browse Source

Bump version number to 7.0.9

v7.0.9
Tom Poole 1 year ago
parent
commit
61aa1fc4ab
28 changed files with 34 additions and 26 deletions
  1. +2
    -0
      BREAKING_CHANGES.md
  2. +6
    -0
      CHANGE_LIST.md
  3. +1
    -1
      CMakeLists.txt
  4. +1
    -1
      examples/DemoRunner/DemoRunner.jucer
  5. +1
    -1
      extras/Build/juce_build_tools/juce_build_tools.h
  6. +1
    -1
      extras/Projucer/Projucer.jucer
  7. +1
    -1
      modules/juce_analytics/juce_analytics.h
  8. +1
    -1
      modules/juce_audio_basics/juce_audio_basics.h
  9. +1
    -1
      modules/juce_audio_devices/juce_audio_devices.h
  10. +1
    -1
      modules/juce_audio_formats/juce_audio_formats.h
  11. +1
    -1
      modules/juce_audio_plugin_client/juce_audio_plugin_client.h
  12. +1
    -1
      modules/juce_audio_processors/juce_audio_processors.h
  13. +1
    -1
      modules/juce_audio_utils/juce_audio_utils.h
  14. +1
    -1
      modules/juce_box2d/juce_box2d.h
  15. +1
    -1
      modules/juce_core/juce_core.h
  16. +1
    -1
      modules/juce_core/system/juce_StandardHeader.h
  17. +1
    -1
      modules/juce_cryptography/juce_cryptography.h
  18. +1
    -1
      modules/juce_data_structures/juce_data_structures.h
  19. +1
    -1
      modules/juce_dsp/juce_dsp.h
  20. +1
    -1
      modules/juce_events/juce_events.h
  21. +1
    -1
      modules/juce_graphics/juce_graphics.h
  22. +1
    -1
      modules/juce_gui_basics/juce_gui_basics.h
  23. +1
    -1
      modules/juce_gui_extra/juce_gui_extra.h
  24. +1
    -1
      modules/juce_midi_ci/juce_midi_ci.h
  25. +1
    -1
      modules/juce_opengl/juce_opengl.h
  26. +1
    -1
      modules/juce_osc/juce_osc.h
  27. +1
    -1
      modules/juce_product_unlocking/juce_product_unlocking.h
  28. +1
    -1
      modules/juce_video/juce_video.h

+ 2
- 0
BREAKING_CHANGES.md View File

@@ -1,5 +1,7 @@
# JUCE breaking changes # JUCE breaking changes


# Version 7.0.9

## Change ## Change


CachedValue::operator==() will now emit floating point comparison warnings if CachedValue::operator==() will now emit floating point comparison warnings if


+ 6
- 0
CHANGE_LIST.md View File

@@ -3,6 +3,12 @@
This file lists the more notable headline features. For more detailed info This file lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING_CHANGES.md. about changes and bugfixes please see the git log and BREAKING_CHANGES.md.
## Version 7.0.9
- Added MIDI-CI support
- Added enumerate utility function
- Fixed a macOS/iOS CMake signing issue
## Version 7.0.8 ## Version 7.0.8
- Added macOS/iOS AudioWorkgroup support - Added macOS/iOS AudioWorkgroup support


+ 1
- 1
CMakeLists.txt View File

@@ -23,7 +23,7 @@


cmake_minimum_required(VERSION 3.22) cmake_minimum_required(VERSION 3.22)


project(JUCE VERSION 7.0.8 LANGUAGES C CXX)
project(JUCE VERSION 7.0.9 LANGUAGES C CXX)


include(CMakeDependentOption) include(CMakeDependentOption)




+ 1
- 1
examples/DemoRunner/DemoRunner.jucer View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT name="DemoRunner" projectType="guiapp" defines="JUCE_DEMO_RUNNER=1&#10;JUCE_UNIT_TESTS=1" <JUCERPROJECT name="DemoRunner" projectType="guiapp" defines="JUCE_DEMO_RUNNER=1&#10;JUCE_UNIT_TESTS=1"
bundleIdentifier="com.rmsl.jucedemorunner" version="7.0.8" companyName="Raw Material Software Limited"
bundleIdentifier="com.rmsl.jucedemorunner" version="7.0.9" companyName="Raw Material Software Limited"
companyCopyright="Copyright (c) 2020 - Raw Material Software Limited" companyCopyright="Copyright (c) 2020 - Raw Material Software Limited"
companyWebsite="https://www.juce.com/" companyEmail="info@juce.com" companyWebsite="https://www.juce.com/" companyEmail="info@juce.com"
id="yj7xMM" reportAppUsage="0" useAppConfig="0" addUsingNamespaceToJuceHeader="1" id="yj7xMM" reportAppUsage="0" useAppConfig="0" addUsingNamespaceToJuceHeader="1"


+ 1
- 1
extras/Build/juce_build_tools/juce_build_tools.h View File

@@ -34,7 +34,7 @@
ID: juce_build_tools ID: juce_build_tools
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE Build Tools name: JUCE Build Tools
description: Classes for generating intermediate files for JUCE projects. description: Classes for generating intermediate files for JUCE projects.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
extras/Projucer/Projucer.jucer View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="M70qfTRRk" name="Projucer" projectType="guiapp" juceFolder="../../juce" <JUCERPROJECT id="M70qfTRRk" name="Projucer" projectType="guiapp" juceFolder="../../juce"
version="7.0.8" bundleIdentifier="com.juce.theprojucer" splashScreenColour="Dark"
version="7.0.9" bundleIdentifier="com.juce.theprojucer" splashScreenColour="Dark"
displaySplashScreen="0" reportAppUsage="0" companyName="Raw Material Software Limited" displaySplashScreen="0" reportAppUsage="0" companyName="Raw Material Software Limited"
companyCopyright="Raw Material Software Limited" useAppConfig="0" companyCopyright="Raw Material Software Limited" useAppConfig="0"
addUsingNamespaceToJuceHeader="1" jucerFormatVersion="1"> addUsingNamespaceToJuceHeader="1" jucerFormatVersion="1">


+ 1
- 1
modules/juce_analytics/juce_analytics.h View File

@@ -35,7 +35,7 @@
ID: juce_analytics ID: juce_analytics
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE analytics classes name: JUCE analytics classes
description: Classes to collect analytics and send to destinations description: Classes to collect analytics and send to destinations
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_audio_basics/juce_audio_basics.h View File

@@ -32,7 +32,7 @@
ID: juce_audio_basics ID: juce_audio_basics
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE audio and MIDI data classes name: JUCE audio and MIDI data classes
description: Classes for audio buffer manipulation, midi message handling, synthesis, etc. description: Classes for audio buffer manipulation, midi message handling, synthesis, etc.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_audio_devices/juce_audio_devices.h View File

@@ -32,7 +32,7 @@
ID: juce_audio_devices ID: juce_audio_devices
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE audio and MIDI I/O device classes name: JUCE audio and MIDI I/O device classes
description: Classes to play and record from audio and MIDI I/O devices description: Classes to play and record from audio and MIDI I/O devices
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_audio_formats/juce_audio_formats.h View File

@@ -35,7 +35,7 @@
ID: juce_audio_formats ID: juce_audio_formats
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE audio file format codecs name: JUCE audio file format codecs
description: Classes for reading and writing various audio file formats. description: Classes for reading and writing various audio file formats.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_audio_plugin_client/juce_audio_plugin_client.h View File

@@ -35,7 +35,7 @@
ID: juce_audio_plugin_client ID: juce_audio_plugin_client
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE audio plugin wrapper classes name: JUCE audio plugin wrapper classes
description: Classes for building VST, VST3, AU, AUv3, LV2 and AAX plugins. description: Classes for building VST, VST3, AU, AUv3, LV2 and AAX plugins.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_audio_processors/juce_audio_processors.h View File

@@ -35,7 +35,7 @@
ID: juce_audio_processors ID: juce_audio_processors
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE audio processor classes name: JUCE audio processor classes
description: Classes for loading and playing VST, AU, LADSPA, or internally-generated audio processors. description: Classes for loading and playing VST, AU, LADSPA, or internally-generated audio processors.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_audio_utils/juce_audio_utils.h View File

@@ -35,7 +35,7 @@
ID: juce_audio_utils ID: juce_audio_utils
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE extra audio utility classes name: JUCE extra audio utility classes
description: Classes for audio-related GUI and miscellaneous tasks. description: Classes for audio-related GUI and miscellaneous tasks.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_box2d/juce_box2d.h View File

@@ -35,7 +35,7 @@
ID: juce_box2d ID: juce_box2d
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE wrapper for the Box2D physics engine name: JUCE wrapper for the Box2D physics engine
description: The Box2D physics engine and some utility classes. description: The Box2D physics engine and some utility classes.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_core/juce_core.h View File

@@ -32,7 +32,7 @@
ID: juce_core ID: juce_core
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE core classes name: JUCE core classes
description: The essential set of basic JUCE classes, as required by all the other JUCE modules. Includes text, container, memory, threading and i/o functionality. description: The essential set of basic JUCE classes, as required by all the other JUCE modules. Includes text, container, memory, threading and i/o functionality.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_core/system/juce_StandardHeader.h View File

@@ -29,7 +29,7 @@
*/ */
#define JUCE_MAJOR_VERSION 7 #define JUCE_MAJOR_VERSION 7
#define JUCE_MINOR_VERSION 0 #define JUCE_MINOR_VERSION 0
#define JUCE_BUILDNUMBER 8
#define JUCE_BUILDNUMBER 9
/** Current JUCE version number. /** Current JUCE version number.


+ 1
- 1
modules/juce_cryptography/juce_cryptography.h View File

@@ -35,7 +35,7 @@
ID: juce_cryptography ID: juce_cryptography
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE cryptography classes name: JUCE cryptography classes
description: Classes for various basic cryptography functions, including RSA, Blowfish, MD5, SHA, etc. description: Classes for various basic cryptography functions, including RSA, Blowfish, MD5, SHA, etc.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_data_structures/juce_data_structures.h View File

@@ -35,7 +35,7 @@
ID: juce_data_structures ID: juce_data_structures
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE data model helper classes name: JUCE data model helper classes
description: Classes for undo/redo management, and smart data structures. description: Classes for undo/redo management, and smart data structures.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_dsp/juce_dsp.h View File

@@ -35,7 +35,7 @@
ID: juce_dsp ID: juce_dsp
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE DSP classes name: JUCE DSP classes
description: Classes for audio buffer manipulation, digital audio processing, filtering, oversampling, fast math functions etc. description: Classes for audio buffer manipulation, digital audio processing, filtering, oversampling, fast math functions etc.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_events/juce_events.h View File

@@ -32,7 +32,7 @@
ID: juce_events ID: juce_events
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE message and event handling classes name: JUCE message and event handling classes
description: Classes for running an application's main event loop and sending/receiving messages, timers, etc. description: Classes for running an application's main event loop and sending/receiving messages, timers, etc.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_graphics/juce_graphics.h View File

@@ -35,7 +35,7 @@
ID: juce_graphics ID: juce_graphics
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE graphics classes name: JUCE graphics classes
description: Classes for 2D vector graphics, image loading/saving, font handling, etc. description: Classes for 2D vector graphics, image loading/saving, font handling, etc.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_gui_basics/juce_gui_basics.h View File

@@ -35,7 +35,7 @@
ID: juce_gui_basics ID: juce_gui_basics
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE GUI core classes name: JUCE GUI core classes
description: Basic user-interface components and related classes. description: Basic user-interface components and related classes.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_gui_extra/juce_gui_extra.h View File

@@ -35,7 +35,7 @@
ID: juce_gui_extra ID: juce_gui_extra
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE extended GUI classes name: JUCE extended GUI classes
description: Miscellaneous GUI classes for specialised tasks. description: Miscellaneous GUI classes for specialised tasks.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_midi_ci/juce_midi_ci.h View File

@@ -35,7 +35,7 @@
ID: juce_midi_ci ID: juce_midi_ci
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE MIDI CI Classes name: JUCE MIDI CI Classes
description: Classes facilitating communication via MIDI Capability Inquiry description: Classes facilitating communication via MIDI Capability Inquiry
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_opengl/juce_opengl.h View File

@@ -35,7 +35,7 @@
ID: juce_opengl ID: juce_opengl
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE OpenGL classes name: JUCE OpenGL classes
description: Classes for rendering OpenGL in a JUCE window. description: Classes for rendering OpenGL in a JUCE window.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_osc/juce_osc.h View File

@@ -35,7 +35,7 @@
ID: juce_osc ID: juce_osc
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE OSC classes name: JUCE OSC classes
description: Open Sound Control implementation. description: Open Sound Control implementation.
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_product_unlocking/juce_product_unlocking.h View File

@@ -35,7 +35,7 @@
ID: juce_product_unlocking ID: juce_product_unlocking
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE Online marketplace support name: JUCE Online marketplace support
description: Classes for online product authentication description: Classes for online product authentication
website: http://www.juce.com/juce website: http://www.juce.com/juce


+ 1
- 1
modules/juce_video/juce_video.h View File

@@ -35,7 +35,7 @@
ID: juce_video ID: juce_video
vendor: juce vendor: juce
version: 7.0.8
version: 7.0.9
name: JUCE video playback and capture classes name: JUCE video playback and capture classes
description: Classes for playing video and capturing camera input. description: Classes for playing video and capturing camera input.
website: http://www.juce.com/juce website: http://www.juce.com/juce


Loading…
Cancel
Save