summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-06-13 13:14:25 +0200
committerraveit65 <[email protected]>2018-06-13 13:14:25 +0200
commit17a06075f8d87cdbc73e373892c34c6a4d9d695f (patch)
treee0da3c67177c98edffce1b32db883d50bf3e3f1f
parentaf00b18ce97712b0a47f3b048b384f61e39e2ae0 (diff)
downloadlibmateweather-1.20.1.tar.bz2
libmateweather-1.20.1.tar.xz
release 1.20.1v1.20.1
-rw-r--r--NEWS28
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 2f3f68a..be4e2b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,23 @@
+### libmateweather 1.20.1
+
+ * Translations update
+ * locations: Add Feira de Santana, Brazil
+ * weather-moon: fix weird thing in comments
+ * metar: fix searching for string to parse
+ * metar: fix indent somewhat
+
### libmateweather 1.20.0
- sync with transifex
- building: bump required glib version to 2.50.0
- building: bump required gtk+ version to 3.22
- Revert "Fix soup_session_async_new () deprecation warning"
- Revert "remove warning on unused bsun by actually testing value"
- Revert "Start reducing weather spam by creating intial cut of weather_info_equal ()
- Revert "Add timeout, actully invalidate session in weather_info_abort"
- locations: Add Radom, Poland
- Locations: add Zhukovsky airport (Moscow, Russia)
- Locations: fix Sheremetyevo airport name (Moscow, Russia)
+ * Translations update
+ * building: bump required glib version to 2.50.0
+ * building: bump required gtk+ version to 3.22
+ * Revert "Fix soup_session_async_new () deprecation warning"
+ * Revert "remove warning on unused bsun by actually testing value"
+ * Revert "Start reducing weather spam by creating intial cut of weather_info_equal ()
+ * Revert "Add timeout, actully invalidate session in weather_info_abort"
+ * locations: Add Radom, Poland
+ * Locations: add Zhukovsky airport (Moscow, Russia)
+ * Locations: fix Sheremetyevo airport name (Moscow, Russia)
### libmateweather 1.19.1
diff --git a/configure.ac b/configure.ac
index 0cf1ade..4114262 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libmateweather], [1.20.0], [http://www.mate-desktop.org])
+AC_INIT([libmateweather], [1.20.1], [http://www.mate-desktop.org])
AC_PREREQ(2.59)
AC_CONFIG_HEADERS([config.h])