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
9257b832
Commit
9257b832
authored
Feb 28, 2021
by
Andre Miranda
Browse files
Updates for release
parent
337f2acd
Pipeline
#7137
passed with stages
in 1 minute and 10 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
9257b832
1.1.2
======
- Check whether the seat exists before ungrabbing it
- Create README.md. Update configure.ac.in
- Fix compilation warnings
- autoconf: Some updates
- fix for no dialog after screenlock issue (#13)
- Remove GSourceFunc casts (!2)
- Translation Updates:
Albanian, Basque, Belarusian, Catalan, Chinese (China), Chinese
(Taiwan), Czech, English (Canada), French, Galician, Hebrew,
Hungarian, Indonesian, Interlingue, Italian, Japanese, Kazakh,
Korean, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Serbian,
Slovak, Slovenian, Spanish, Turkish, Uyghur
1.1.1
======
- Do not enable countdown when configuration changes (Bug #16118)
...
...
configure.ac.in
View file @
9257b832
...
...
@@ -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], [
1
])
m4_define([time_out_version_micro], [
2
])
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 ***************************
...
...
@@ -20,7 +20,7 @@ dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2007 Jannis Pohlmann <jannis@xfce.org>
Copyright (c) 2010 Florian Rivoal <frivoal@xfce.org>])
AC_INIT([xfce4-time-out-plugin], [time_out_version], [http://
bugzilla
.xfce.org/], [xfce4-time-out-plugin])
AC_INIT([xfce4-time-out-plugin], [time_out_version], [http
s
://
docs
.xfce.org/
panel-plugins/xfce4-time-out-plugin
], [xfce4-time-out-plugin])
AC_PREREQ([2.50])
AC_CANONICAL_TARGET()
AC_REVISION([$Id])
...
...
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