Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
xfce4-weather-plugin
Manage
Activity
Members
Labels
Plan
Issues
40
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panel Plugins
xfce4-weather-plugin
Commits
e4734660
Commit
e4734660
authored
5 years ago
by
Sean Davis
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release
parent
b74f3e3c
No related branches found
Branches containing commit
Tags
xfce4-weather-plugin-0.10.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+10
-1
10 additions, 1 deletion
NEWS
configure.ac.in
+3
-3
3 additions, 3 deletions
configure.ac.in
with
13 additions
and
4 deletions
NEWS
+
10
−
1
View file @
e4734660
0.10.0
======
- Translation Updates:
Albanian, Arabic, Asturian, Basque, Bulgarian, Chinese (China),
Croatian, Danish, Dutch, English (United Kingdom), Finnish, French,
Galician, Greek, Icelandic, Indonesian, Italian, Lithuanian, Norwegian
Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese,
Russian, Slovenian, Spanish, Turkish
0.9.1
=====
- Use https for all connections (bug #13645)
...
...
@@ -317,4 +326,4 @@
- Don't crach on 4.8 panel (bug #6965, bug #7189).
- Add support for ipv6 proxies
- Fix memory leaks and improve memory usage.
- Correct style inconsistencies
- Correct style inconsistencies
\ No newline at end of file
This diff is collapsed.
Click to expand it.
configure.ac.in
+
3
−
3
View file @
e4734660
...
...
@@ -9,10 +9,10 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([weather_version_major], [0])
m4_define([weather_version_minor], [
9
])
m4_define([weather_version_micro], [
1
])
m4_define([weather_version_minor], [
10
])
m4_define([weather_version_micro], [
0
])
m4_define([weather_version_build], [@REVISION@])
m4_define([weather_version_tag], [
git
])
m4_define([weather_version_tag], [])
m4_define([weather_version], [weather_version_major().weather_version_minor().weather_version_micro()ifelse(weather_version_tag(), [git], [weather_version_tag()-weather_version_build()], [weather_version_tag()])])
dnl ***************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment