1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Bump version number to 6.0.2

This commit is contained in:
Tom Poole 2020-10-05 12:10:08 +01:00
parent 5f0706ec0e
commit 3b5b1e49ad
28 changed files with 40 additions and 30 deletions

View file

@ -1,8 +1,8 @@
JUCE breaking changes
=====================
Develop
=======
Version 6.0.2
=============
Change
------

View file

@ -23,7 +23,7 @@
cmake_minimum_required(VERSION 3.12)
project(JUCE VERSION 6.0.1 LANGUAGES C CXX)
project(JUCE VERSION 6.0.2 LANGUAGES C CXX)
set_property(GLOBAL PROPERTY USE_FOLDERS YES)

View file

@ -3,6 +3,16 @@
This file just lists the more notable headline features. For more detailed info
about minor changes and bugfixes, please see the git log!
Version 6.0.2
- Added support for macOS 11 and arm64
- Added Windows IAudioClient3 support for low latency audio drivers
- Added Windows and macOS precompiled header support in the Projucer
- Improved accessibility support in the macOS menu bar
- Fixed VST3 hosting for plug-ins requiring persistent DLL loads
- Updated macOS camera capture API
- Improved resave diffs in Projucer project files
- Fixed some Linux JACK issues
Version 6.0.1
- Fixed a bug in the Projucer GUI editor causing existing code to be overwritten
- Updated Android Oboe to 1.4.2

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -35,7 +35,7 @@
ID: juce_audio_plugin_client
vendor: juce
version: 6.0.1
version: 6.0.2
name: JUCE audio plugin wrapper classes
description: Classes for building VST, VST3, AudioUnit, AAX and RTAS plugins.
website: http://www.juce.com/juce

View file

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

View file

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

View file

@ -32,7 +32,7 @@
ID: juce_blocks_basics
vendor: juce
version: 6.0.1
version: 6.0.2
name: Provides low-level control over ROLI BLOCKS devices
description: JUCE wrapper for low-level control over ROLI BLOCKS devices.
website: http://developer.roli.com

View file

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

View file

@ -32,7 +32,7 @@
ID: juce_core
vendor: juce
version: 6.0.1
version: 6.0.2
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.
website: http://www.juce.com/juce

View file

@ -27,9 +27,9 @@
See also SystemStats::getJUCEVersion() for a string version.
*/
#define JUCE_MAJOR_VERSION 6
#define JUCE_MINOR_VERSION 0
#define JUCE_BUILDNUMBER 1
#define JUCE_MAJOR_VERSION 6
#define JUCE_MINOR_VERSION 0
#define JUCE_BUILDNUMBER 2
/** Current JUCE version number.

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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