Skip to content

Commit

Permalink
Bump to version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Mar 6, 2021
1 parent 33aac2c commit c53c680
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
36 changes: 36 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
2021-03-06 Doug Torrance <dtorrance@piedmont.edu>

* ChangeLog, NEWS.md, configure.ac: Bump to version 1.5

2021-03-06 Doug Torrance <dtorrance@piedmont.edu>

* wmforecast.c: Return 0 from main

2021-03-06 Doug Torrance <dtorrance@piedmont.edu>

* wmforecast.c: Add check to ensure that XOpenDisplay was successful Exit with an informative message instead of just segfaulting.

2021-03-06 Doug Torrance <dtorrance@piedmont.edu>

* configure.ac: Fix gweather configure check

2021-03-06 Doug Torrance <dtorrance@piedmont.edu>

* configure.ac, wmforecast.c: Add check for libgweather >= 40 to
configure

2021-03-06 Doug Torrance <dtorrance@piedmont.edu>

* wmforecast.c: Set application ID and contact info; needed for
libgweather 40 Closes: #13

2021-03-01 Doug Torrance <dtorrance@piedmont.edu>

* wmforecast.c: Display message when forecasts not available

2020-07-02 Doug Torrance <dtorrance@piedmont.edu>

* wmforecast.c: Fix geoclue button bug. One of the WMSetButtonEnabled's was outside the #ifdef HAVE_GEOCLUE
statement and so was always being run whether we have geoclue or
not.

2020-06-06 Doug Torrance <dtorrance@piedmont.edu>

* ChangeLog, NEWS.md, configure.ac: Bump to version 1.4
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
version 1.5
-----------
* Add support for libgweather 40; needed for fetching forecast data after
yr.no -> met.no change.
* Bug fixes.

version 1.4
-----------
* If there is no current weather data but there are upcoming
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([wmforecast], [1.4], [https://github.com/d-torrance/wmforecast/issues],
AC_INIT([wmforecast], [1.5], [https://github.com/d-torrance/wmforecast/issues],
[wmforecast], [http://wmforecast.friedcheese.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
AC_CONFIG_SRCDIR([configure.ac])
Expand Down

0 comments on commit c53c680

Please sign in to comment.