summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-03-03 14:56:04 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-03-03 15:01:47 +0100
commitfa8a17def5279856a75c7a1ebb21ed2d31e5114b (patch)
tree738dd7ed7ce23be6239f33ab20fe4bf14686641a
parentc48e92ca6cbc6e7b2bea69cd414a3c10dd41234f (diff)
Add post: imag 0.6.2
-rw-r--r--content/blog/2018-03-03-imag-0-6-2.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/content/blog/2018-03-03-imag-0-6-2.md b/content/blog/2018-03-03-imag-0-6-2.md
new file mode 100644
index 0000000..230bab1
--- /dev/null
+++ b/content/blog/2018-03-03-imag-0-6-2.md
@@ -0,0 +1,27 @@
+---
+title: "imag 0.6.2"
+slug: "imag-0-6-2"
+date: "2018-03-03T15:22:06"
+tags: [ "linux", " open source", " programming", " rust", " software", " tools", " imag" ]
+---
+
+imag 0.6.2 is a bugfix release. From the changelog:
+
+* `imag-diary` did not recognize the "-d DIARY" setting.
+* A parsing error in `libimagstore`, which caused the parsing of entries
+ with a line "---" in the content part to fail, was fixed.
+* The bugfix above introduced another bug which caused entries to be rewritten
+ in one line when accessing them. This was fixed.
+* `imag-diary` did not properly set "minute" and "second" when creating "hourly"
+ or "minutely" entries.
+* Version numbers for all crates as well as in the docs were updated to "0.6.2".
+
+Of course, all those patches are already in `master`.
+
+I thought imag 0.6.1 would be the last bug-fix release in the 0.6.x series,
+but it appears that there are other bugs which needed a backport.
+Unfortunately, some bugs were found in `libimagstore`, hence all crates in the
+imag project were published as 0.6.2.
+
+I will continue to back-port bug fixes until 0.7.0 is out the door.
+