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
Panel Plugins
xfce4-time-out-plugin
Commits
32c062ea
Commit
32c062ea
authored
Apr 17, 2012
by
Landry Breuil
Browse files
updates for 1.0.1
parent
ff8a995c
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
32c062ea
1.0.1 (17/04/2012)
=====
- Port to libxfce4ui
- Build the plugin as a module
- Fix double-free when seconds are not displayed (bug #7538)
- Port to GtkTooltip and fix bug #6157
- Emit the 'update' signal only if the countdown is running
- Only call gtk_progress_set_percentage() with valid value (bug #7660)
1.0.0
=====
- Translated into a total of 31 languages, with 15 at 100%
...
...
configure.ac.in
View file @
32c062ea
...
...
@@ -10,9 +10,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([time_out_version_major], [1])
m4_define([time_out_version_minor], [0])
m4_define([time_out_version_micro], [
0
])
m4_define([time_out_version_micro], [
1
])
m4_define([time_out_version_build], [r@REVISION@])
m4_define([time_out_version_tag], [
git
])
m4_define([time_out_version_tag], [])
m4_define([time_out_version], [time_out_version_major().time_out_version_minor().time_out_version_micro()ifelse(time_out_version_tag(), [git], [time_out_version_tag()-time_out_version_build()], [time_out_version_tag()])])
dnl ***************************
...
...
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