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
6c74e957
Commit
6c74e957
authored
Jul 06, 2020
by
Andre Miranda
Browse files
Updates for release
parent
6f18cf38
Pipeline
#1162
passed with stages
in 59 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
6c74e957
1.1.1
======
- Do not enable countdown when configuration changes (Bug #16118)
- Add lock button to break dialog (Bug #16317)
- Update URLs from goodies.x.o to docs.x.o (Bug #16179)
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), Esperanto, Finnish,
French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian,
Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese,
Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
Swedish, Turkish, Uighur, Ukrainian, Urdu, Urdu (Pakistan)
1.1.0 (03/11/2019)
======
- GTK3 Port
...
...
configure.ac.in
View file @
6c74e957
...
...
@@ -10,9 +10,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([time_out_version_major], [1])
m4_define([time_out_version_minor], [1])
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