summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2016-07-05 17:45:18 +0200
committerAntonin Descampe <antonin@gmail.com>2016-07-05 17:45:18 +0200
commitbf4a2ad6486b767fdaa6be5b5dc9ec0bd8dcf862 (patch)
tree45cb882164cbf628bfda0b8a2e1066636471390c /_posts
parent3eb2d86d8ce90f40e026d21467fb440c0faf4891 (diff)
add some news to the website
Diffstat (limited to '_posts')
-rw-r--r--_posts/2016-07-01-Continuous Integration improved.md9
-rw-r--r--_posts/2016-07-05-OpenJPEG-2.1.1-released.md10
2 files changed, 19 insertions, 0 deletions
diff --git a/_posts/2016-07-01-Continuous Integration improved.md b/_posts/2016-07-01-Continuous Integration improved.md
new file mode 100644
index 00000000..6033a2f4
--- /dev/null
+++ b/_posts/2016-07-01-Continuous Integration improved.md
@@ -0,0 +1,9 @@
+---
+layout: post
+title: Continuous Integration improvements
+---
+{% include JB/setup %}
+
+Release process has been drastically automated, thanks to the powerful tools from github, travis and appveyor. Making a release is now (almost) as easy as tagging the right branch in the github repo: it automatically creates the releases and upload the binaries. So OpenJPEG will eventually have a release cycle that’s worth its name: every 3 months at max, I’ll tag the repo to trigger a new release.
+
+And, among the bunch of tests that are automatically done for each commit, the results of the API/ABI compliance check is now directly uploaded on the OpenJPEG website: http://www.openjpeg.org/abi-check/timeline/openjpeg/, so that we can follow the compliance from one commit to another. \ No newline at end of file
diff --git a/_posts/2016-07-05-OpenJPEG-2.1.1-released.md b/_posts/2016-07-05-OpenJPEG-2.1.1-released.md
new file mode 100644
index 00000000..d6f53662
--- /dev/null
+++ b/_posts/2016-07-05-OpenJPEG-2.1.1-released.md
@@ -0,0 +1,10 @@
+---
+layout: post
+title: OpenJPEG 2.1.0 released
+---
+{% include JB/setup %}
+
+Well, miracles happen, [OpenJPEG 2.1.1](https://github.com/uclouvain/openjpeg/releases/tag/v2.1.1) is released today.
+
+No fancy additional features, no API/ABI break compared to OpenJPEG 2.1 … Mostly a release with the *huge* amount of critical bug fixes brought to the library since 2 years. A release that will therefore mostly interest linux distributions package maintainers.
+See full change log [here](https://github.com/uclouvain/openjpeg/blob/openjpeg-2.1/CHANGELOG.md).