diff --git a/News.php b/News.php
index e6bdc62..cec2acb 100644
--- a/News.php
+++ b/News.php
@@ -12,6 +12,105 @@ include_once("includes/header.php");
+
+ > Carla 2.0 RC4 is here!
+ On 2019-03-02 by falkTX
+
+
+ Hello again everyone!
+ This is a quick fix for the Carla Plugin Host (soon-to-be) stable series.
+
+
+Changelog
+
+ - carla-vst: Add Ardour workaround for its 'Analysis' window
+ - carla-vst: Fix typo leading to buffer size of 1 during plugin activation
+ - Fix for some stupid plugins messing up with global signals (restore original signals after creating plugin)
+ - Fix dry/wet for VST plugins (by creating extra buffer for inline processing)
+ - Fix crash in RtAudio when ALSA soundcard is listed but not available
+ - Fix crash on JACK buffer size changes in patchbay mode
+ - Fix crash when directly loading vst shell plugins (carla-single or drag&drop dll file)
+ - Fix loading multiple exported LV2 plugins (always copy full carla-plugin binary when exporting)
+ - Fix missing transport information when Carla is not jack transport master
+ - Fix opening a few VST2 UIs (we give up trying to follow VST spec, always assume UI opens nicely)
+ - Fix plugin bridges not working under Fedora (RT threads were able to be setup, but not started)
+ - Automatically terminate wine bridges if main carla dies
+ - Calculate VST2 ppqPos in a more reliable way
+ - Do not set up RtAudio in "hog device" mode
+ - Do not build external plugins in debug or strict build
+ - Handle more sources of VST2 automation via audioMasterAutomate
+ - Handle worst-case scenario of carla-plugin buffer size being too low
+
+
+ I am not confident enough to call it the stable version just yet,
+ as some of these release changes actually introduced new code.
+ But the target date for the stable release is now set - middle of April.
+ There are no more release-blocker bugs for Carla v2,0 anymore, so it is just a matter of time now.
+
+
+Downloads
+
+ To download Carla binaries or source code, jump on over to the KXStudio downloads section.
+ If you're using the KXStudio repositories, you can simply install "carla-git" (plus "carla-lv2" and "carla-vst" if you're so inclined).
+ Bug reports and feature requests are welcome! Jump on over to the Carla's Github project page for those.
+
+
+
+
+
+ > DPF-Plugins v1.2 released
+ On 2019-03-02 by falkTX
+
+
+ Hello everyone, a new release of DPF-Plugins is here.
+ This is mostly a bugfix release, with a few little new things.
+ This is what changed compared to the last release:
+
+
+ - Fix glBars and ProM plugins not being built and installed
+ - Kars: Added release and volume parameters
+ - Kars: Remove its useless UI
+ - Nekobi: Add enum values for waveform parameter
+ - Remove modguis, they are maintained in a separate repo
+
+
+DPF changes
+
+ DPF (the small framework behind these plugins) saw some important changes.
+ They are not all relevant to DPF-Plugins directly, but worth mentioning:
+
+
+ - Fix samplerate property in lv2 UIs
+ - Fix (implement) parent window for about dialogs for MacOS and Windows
+ - Add get/set scaling to Window
+ - Add option to automatically scale plugin UIs
+ - Allow plugin UIs to be user-resizable, test with info and meters example
+ - Implement basic effGetParameterProperties in vst plugins (boolean, integer and log flags)
+ - Implement midi out
+ - Implement enumerator style of parameters
+ - Implement LV2-trigger-type parameters
+ - Implement Shift-click to reset sliders
+ - Report supported LV2 options in generated ttl
+ - Render VST2 parameter-text integer, boolean and enum parameters
+ - Rework calculation of VST transport/time info
+ - Set _NET_WM_WINDOW_TYPE for our X11 windows
+
+
+ Other things worth noting is that 2 new exciting things are currently under development:
+ Cairo graphics support and AU plugin wrapper.
+ Eventually these will be part of core DPF, but for now they are being discussed and worked on with other developers.
+
+
+Downloads
+
+ The source code plus Linux, macOS and Windows binaries can be downloaded at
+
+ https://github.com/DISTRHO/DPF-Plugins/releases/tag/v1.1.
+ The plugins are released as LADSPA, DSSI, LV2, VST2 and JACK standalone.
+
+
+
+
> Carla 2.0 RC3 is here!
On 2019-01-15 by falkTX