aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 25 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index fc35155c..8a14d2ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,33 @@
-serd (0.32.3) unstable; urgency=medium
+serd (0.32.5) unstable; urgency=medium
+
+ * Drop graphs when writing Turtle output
+ * Fix handling of bad predicates in anonymous blank nodes
+ * Fix handling of some invalid EOF cases in lax mode
+ * Fix invalid characters in error messages
+ * Fix reading numbers with no space before the final dot
+ * Fix reading prefix names that start with "true." or "false."
+ * Refuse to write incoherent statements
+ * Remove project and version number from man page OS field
+ * Write a blank line between statements and Turtle/TriG directives
+
+ -- David Robillard <d@drobilla.net> Thu, 26 Jun 2025 03:48:18 +0000
+
+serd (0.32.4) stable; urgency=medium
* Clean up enum declarations
* Fix library current_version on MacOS
+ * Fix overly permissive parsing of syntax names on the command line
* Fix parsing NQuads lines with no space before the final dot
+ * Fix reading chunks from files without trailing newlines
+ * Fix rewriting special literals when datatype URIs are prefixed names
+ * Gracefully handle errors while writing the end of anonymous nodes
+ * Improve test suite coverage
+ * Simplify some character classification and comparison code
* Support reading lone lists in lax mode
+ * Treat out of range unicode characters as errors
+ * Write blank lines between graphs and statements in TriG
- -- David Robillard <d@drobilla.net> Fri, 29 Mar 2024 13:36:36 +0000
+ -- David Robillard <d@drobilla.net> Sun, 19 Jan 2025 00:17:58 +0000
serd (0.32.2) stable; urgency=medium
@@ -157,7 +179,7 @@ serd (0.28.0) stable; urgency=medium
* Add support for reading from a user provided callback
* Fix hangs when reading corrupt UTF-8
* Fix parsing of hex escapes in file URIs (thanks Johannes Mueller)
- * Fix strict parsing of abolute URI schemes
+ * Fix strict parsing of absolute URI schemes
* Gracefully handle applications that write corrupt UTF-8
-- David Robillard <d@drobilla.net> Fri, 21 Jul 2017 06:28:47 +0000