Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pascal Nowack
gnome-todo
Commits
fc5c2f1a
Commit
fc5c2f1a
authored
Jun 08, 2017
by
Georges Basile Stavracas Neto
Browse files
Bump 3.24.2 release
parent
a6369c87
Changes
5
Hide whitespace changes
Inline
Side-by-side
AUTHORS
View file @
fc5c2f1a
...
...
@@ -2,6 +2,7 @@
Christian Hergert
Cosimo Cecchi
Denis Ollier
djb
Emmanuele Bassi
Evgeny Shulgin
...
...
@@ -10,6 +11,7 @@ Iñigo Martínez
Isaque Galdino
Jens Sauer
Kevin Lopez
Linus Probert
Mohammed Sadik
Mohammed Sadiq
Patrick Griffis
...
...
NEWS
View file @
fc5c2f1a
================
Version 3.24.2
================
Project:
* Enable Todo.txt plugin by default
* Vast improvements to Todo.txt plugin (Rohit Kaushik)
* Set default application icon (Denis Ollier)
* Many fixes to the Scheduled panel
Translations:
* Belarusian (Yuras Shumovich)
================
Version 3.24.1
================
...
...
configure.ac
View file @
fc5c2f1a
dnl -*- mode: m4 -*-
AC_PREREQ([2.69])
AC_INIT([gnome-todo],[3.24.
1
],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-todo],[gnome-todo])
AC_INIT([gnome-todo],[3.24.
2
],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-todo],[gnome-todo])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/main.c])
...
...
data/appdata/org.gnome.Todo.appdata.xml.in
View file @
fc5c2f1a
...
...
@@ -51,6 +51,18 @@
</kudos>
<releases>
<release
date=
"2017-06-08"
version=
"3.24.2"
>
<description>
<p>
This is the third stable release for GNOME To Do. It enables Todo.txt
plugin by default, improve the Scheduled panel and ensure that To Do
window always has a valid icon set.
</p>
<p>
This release also updates translations, and adds new translations.
</p>
<p>
Thanks to all the contributors that worked on GNOME To Do!
</p>
</description>
</release>
<release
date=
"2017-05-09"
version=
"3.24.1"
>
<description>
<p>
...
...
plugins/background/gtd-plugin-background.c
View file @
fc5c2f1a
...
...
@@ -452,6 +452,7 @@ gtd_plugin_background_get_property (GObject *object,
{
case
PROP_PREFERENCES_PANEL
:
g_value_set_object
(
value
,
self
->
preferences_panel
);
break
;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID
(
object
,
prop_id
,
pspec
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment