summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-04-10 11:05:57 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-04-10 11:05:57 -0300
commit75d8d0930e2fe81e6d72f2ab3e957f31620796d0 (patch)
tree08c80d9c3aa02c4d90582eda67977977be536e08
parent923340dd670084d0a79fa9a05373fe9c4c89224a (diff)
downloadgnome-todo-3.28.1.tar.gz
Bump 3.28.1 release3.28.1
-rw-r--r--NEWS8
-rw-r--r--data/appdata/org.gnome.Todo.appdata.xml.in9
-rw-r--r--meson.build2
-rw-r--r--org.gnome.Todo.json34
4 files changed, 34 insertions, 19 deletions
diff --git a/NEWS b/NEWS
index 128c3aaf..6372f8ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
==============
+Version 3.28.1
+==============
+
+Project:
+ * Fix Scheduled panel not updating its task list
+ * Many translation updates
+
+==============
Version 3.28.0
==============
diff --git a/data/appdata/org.gnome.Todo.appdata.xml.in b/data/appdata/org.gnome.Todo.appdata.xml.in
index 12300225..17914388 100644
--- a/data/appdata/org.gnome.Todo.appdata.xml.in
+++ b/data/appdata/org.gnome.Todo.appdata.xml.in
@@ -51,6 +51,15 @@
</kudos>
<releases>
+ <release date="2018-04-10" version="3.28.1">
+ <description>
+ <p>
+ GNOME To Do 3.28.1 brings new and updated translations, and minor bugfixes to the
+ Scheduled panel.
+ </p>
+ </description>
+ </release>
+
<release date="2018-03-12" version="3.28.0">
<description>
<p>
diff --git a/meson.build b/meson.build
index 5f5cade7..31f46062 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'gnome-todo',
'c',
- version: '3.28.0',
+ version: '3.28.1',
license: 'GPL3+',
default_options: [ 'buildtype=debugoptimized', 'warning_level=1' ],
meson_version: '>= 0.41.0'
diff --git a/org.gnome.Todo.json b/org.gnome.Todo.json
index f560b856..dd2d79e9 100644
--- a/org.gnome.Todo.json
+++ b/org.gnome.Todo.json
@@ -1,7 +1,7 @@
{
"app-id" : "org.gnome.Todo",
"runtime" : "org.gnome.Platform",
- "runtime-version" : "master",
+ "runtime-version" : "3.28",
"sdk" : "org.gnome.Sdk",
"command" : "gnome-todo",
"tags" : [
@@ -32,9 +32,6 @@
"V" : "1"
}
},
- "x-run-args" : [
- "--debug"
- ],
"cleanup" : [
"/include",
"/lib/pkgconfig",
@@ -57,8 +54,9 @@
],
"sources" : [
{
- "type" : "git",
- "url" : "https://git.gnome.org/browse/gnome-online-accounts"
+ "type" : "archive",
+ "url" : "https://download.gnome.org/sources/gnome-online-accounts/3.28/gnome-online-accounts-3.28.0.tar.xz",
+ "sha256" : "87bc4ef307604f1ce4f09f6e5c9996ef8d37ca5e0a3bf76f6b27d71844adb40c"
}
]
},
@@ -75,8 +73,8 @@
"sources" : [
{
"type" : "archive",
- "url" : "https://github.com/libical/libical/releases/download/v2.0.0/libical-2.0.0.tar.gz",
- "sha256" : "654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf21456da"
+ "url" : "https://github.com/libical/libical/releases/download/v3.0.1/libical-3.0.1.tar.gz",
+ "sha256" : "7f32a889df542592a357a73ff5f3bd7b5058450c1a3fb272b1c9a69e32d9ed10"
}
]
},
@@ -104,8 +102,9 @@
"cmake" : true,
"sources" : [
{
- "type" : "git",
- "url" : "https://git.gnome.org/browse/evolution-data-server"
+ "type" : "archive",
+ "url" : "https://download.gnome.org/sources/evolution-data-server/3.28/evolution-data-server-3.28.1.tar.xz",
+ "sha256" : "6b04fc1adaba0541546267a77f1bc5aa549fe85eb9933492fdf994c69fa36989"
}
]
},
@@ -117,8 +116,9 @@
],
"sources" : [
{
- "type" : "git",
- "url" : "https://git.gnome.org/browse/libpeas"
+ "type" : "archive",
+ "url" : "https://download.gnome.org/sources/libpeas/1.22/libpeas-1.22.0.tar.xz",
+ "sha256" : "5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962"
}
]
},
@@ -126,9 +126,9 @@
"name" : "rest",
"sources" : [
{
- "type" : "git",
- "branch" : "librest-0-7",
- "url" : "https://git.gnome.org/browse/librest"
+ "type" : "archive",
+ "url" : "https://download.gnome.org/sources/rest/0.8/rest-0.8.1.tar.xz",
+ "sha256" : "0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9"
}
]
},
@@ -138,11 +138,9 @@
"sources" : [
{
"type" : "git",
+ "branch" : "gnome-3-28",
"url" : "https://gitlab.gnome.org/GNOME/gnome-todo.git"
}
- ],
- "config-opts" : [
- "-Dtracing=true"
]
}
]