summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS31
2 files changed, 32 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 226690604..ca5dd537e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1)
cmake_policy(VERSION 3.1)
project(evolution-data-server
- VERSION 3.37.91
+ VERSION 3.37.92
LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 14)
set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-data-server/issues/")
diff --git a/NEWS b/NEWS
index a0776c163..00d0b094f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Evolution-Data-Server 3.37.92 2020-09-04
+----------------------------------------
+
+Bug Fixes:
+ I#172 - [IMAPx] Ignore truncated COPYUID server response (Milan Crha)
+ I#208 - Avoid race condition when refreshing collection backend (Milan Crha)
+ I#232 - ESoupSession: Ensure request URI is properly encoded (Milan Crha)
+ I#245 - CardDAV contacts without UID are not shown (Milan Crha)
+ I#246 - libecal: Specify forward-declared types for gir (Milan Crha)
+ M!43 - Calendar: Add SExp function to filter with DTSTART (Helmut Pozimski)
+ evo-I#461 - Let 'Wrap quoted text in replies' influence paragraph style (Milan Crha)
+ evo-I#1014 - Calendar: Correct RRULE's UNTIL value saving (Milan Crha)
+
+Miscellaneous:
+ GObjectIntrospection.cmake: Depend rather on gir target, than on gir file (Milan Crha)
+
+Translations:
+ Efstathios Iosifidis (el)
+ Fran Dieguez (gl)
+ Piotr Drąg (pl)
+ Thibault Martin (fr)
+ Goran Vidović (hr)
+ Rafael Fontenelle (pt_BR)
+ Nathan Follens (nl)
+ Kukuh Syafaat (id)
+ Boyuan Yang (zh_CN)
+ Changwoo Ryu (ko)
+ Asier Sarasua Garmendia (eu)
+ Zander Brown (en_GB)
+ Matej Urbančič (sl)
+
Evolution-Data-Server 3.37.90 2020-08-07
----------------------------------------