Skip to content
Snippets Groups Projects
Commit e4734660 authored by Sean Davis's avatar Sean Davis
Browse files

Updates for release

parent b74f3e3c
No related branches found
Tags xfce4-weather-plugin-0.10.0
No related merge requests found
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
......@@ -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 ***************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment