Skip to content
GitLab
Menu
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-weather-plugin
Commits
f566b684
Commit
f566b684
authored
Jul 23, 2012
by
Harald Judt
Browse files
Updates for release.
parent
725d5508
Changes
2
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
f566b684
...
...
@@ -13,7 +13,7 @@ Data
======================================================================
* Get sunrise/sunset times via met.no webservice
- see http://api.yr.no/weatherapi/sunrise/1.0/documentation
* Use
met.no RSS feed
to warn in time about API changes
* Use
HTTP status codes
to warn in time about API changes
* Further reduce HTTP requests fetching data
- maybe use data in XML to schedule downloads?
* How about a "follow-me" mode: Auto-determine location
...
...
configure.ac.in
View file @
f566b684
...
...
@@ -9,10 +9,10 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([weather_version_major], [0])
m4_define([weather_version_minor], [
7
])
m4_define([weather_version_micro], [
4
])
m4_define([weather_version_minor], [
8
])
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 ***************************
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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