Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/freerdp.github.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Miklautz <bernhard.miklautz@thincast.com>2020-04-09 17:23:23 +0300
committerBernhard Miklautz <bernhard.miklautz@thincast.com>2020-04-09 19:15:59 +0300
commit158a6ec821a03f7575a19468583750b24681b983 (patch)
tree176277675af3628cf8aa3bf982e26f9db481882f
parenta6ec1a6961bef7417ae9e08c43edb088210c71e1 (diff)
new: post about 2.0.0 release
-rw-r--r--_posts/2020-04-08-2_0_0-released.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/_posts/2020-04-08-2_0_0-released.md b/_posts/2020-04-08-2_0_0-released.md
new file mode 100644
index 0000000..5aad116
--- /dev/null
+++ b/_posts/2020-04-08-2_0_0-released.md
@@ -0,0 +1,32 @@
+---
+layout: posts
+title: Horray 2.0.0 released
+date: 2020-04-09
+author: bm
+---
+
+I must admit: The release took way longer than expected. We released 2.0.0-rc0 back in 2017 and planned to do the final release
+really soon afterwards but it turned out a little different :).
+
+Now we are happy to announce that FreeRDP 2.0.0 is available for download.
+
+The tar archive can be found on [http://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/) and
+here is the link to the GitHub [release page](https://github.com/FreeRDP/FreeRDP/releases/tag/2.0.0)
+
+Since 2.0.0-rc4 there have been more than 1489 commits, from about 50 individual contributors.
+**Thank you all for your support!**
+
+If you are interested in the changes since rc4 have a look at the [Changelog](https://github.com/FreeRDP/FreeRDP/blob/2.0.0/ChangeLog)
+respectively the [GitHub milestone](https://github.com/FreeRDP/FreeRDP/milestone/12?closed=1) or use git log for a detailed list.
+
+
+# What to expect in the future?
+
+For future releases we will try to move to a kind of "rolling" release model.
+
+This will look like the following:
+
+* one "major" release (where master is branched to stable) each year
+* minor (fix) releases around every half year or if necessary
+* at least one minor release of the stable version (bug and security fixes)
+* a major release will be supported for two years (one year bug and security fixes and one year security fixes only)