From 4ebf47b90c1a60489d2fb7e1dda5b01f443ef263 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 8 Jun 2024 13:52:58 +0200 Subject: Add 3.1.1 release The latest.html page now redirects to the latest release after 10 seconds, but it also includes a link to the old 3.1.0 release. --- release/3.1.0/commits-author.png | Bin 0 -> 88158 bytes release/3.1.0/index.html | 168 +++++++++++++++++++++++++++++++++++++++ release/3.1.1/index.html | 67 ++++++++++++++++ release/index.html | 37 +++++++++ release/latest | 1 + 5 files changed, 273 insertions(+) create mode 100644 release/3.1.0/commits-author.png create mode 100644 release/3.1.0/index.html create mode 100644 release/3.1.1/index.html create mode 100644 release/index.html create mode 120000 release/latest (limited to 'release') diff --git a/release/3.1.0/commits-author.png b/release/3.1.0/commits-author.png new file mode 100644 index 0000000..e69239c Binary files /dev/null and b/release/3.1.0/commits-author.png differ diff --git a/release/3.1.0/index.html b/release/3.1.0/index.html new file mode 100644 index 0000000..66413e4 --- /dev/null +++ b/release/3.1.0/index.html @@ -0,0 +1,168 @@ + + + + + Dillo release 3.1.0 + + + + +
+

Dillo release 3.1.0

+Released on 2024-05-04 + + +

Summary of changes

+ +

Since the last release 3.0.5 from 2015 a lot of things have happened to the +Dillo project. + + +A plot of number of commits over time colored by authors. There is a missing gap from mid 2002 to mid 2008. And from 2017 to end of 2023 there is almost no commits. + + +Here is a short timeline to put things into perspective: + +

+ +

This release contains a lot of changes accumulated from the 2015-2017 period, +as well as fixes and small features introduced in 2024. Here is a summary: +

+ +

In memory of Sebastian Geerken.

+ +

Download

+ +To download the 3.1.0 release, get it from the +GitHub +release page or directly from the links below: + +

Detailed changes

+This is the list of changes from the ChangeLog of this release: + +
+ + diff --git a/release/3.1.1/index.html b/release/3.1.1/index.html new file mode 100644 index 0000000..0000e83 --- /dev/null +++ b/release/3.1.1/index.html @@ -0,0 +1,67 @@ + + + + + Dillo release 3.1.1 + + + + +
+

Dillo release 3.1.1

+Released on 2024-06-08 + + + +

Summary of changes

+ +

+The 3.1.1 release contains only minor bug fixes. The changes from the +previous release include: + +

+ +

Download

+ +

+To download the 3.1.1 release, get it from the +GitHub +release page or directly from the links below: +

+
+ + diff --git a/release/index.html b/release/index.html new file mode 100644 index 0000000..afa4fdd --- /dev/null +++ b/release/index.html @@ -0,0 +1,37 @@ + + + + + Dillo release 3.1.0 + + + + +
+

Dillo releases

+ Updated on 2024-06-08 + +

List of releases

+ +

+ Here is the list of Dillo releases: +

+
+ + diff --git a/release/latest b/release/latest new file mode 120000 index 0000000..50e47c8 --- /dev/null +++ b/release/latest @@ -0,0 +1 @@ +3.1.1 \ No newline at end of file -- cgit v1.2.3