summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2018-04-18 13:30:51 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2018-04-18 13:30:51 +0200
commitc53f7fac5d0ad9f678815c1bc474366314b47f74 (patch)
tree3b2e20baa81510d469ab0ede520a9bf26a1ee669
parent375b21acdba2d1b9d0b2ba85f9b7df4c57c334e0 (diff)
debian: update changelogdebian/0.0+1g4ad6350-1
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9622b0d..ad16307 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+qmic (0.0+1g4ad6350-1) buster; urgency=medium
+
+ [ Bjorn Andersson ]
+ * qmi: Annotate yyerror noreturn
+ * qmic: Adopt common list implementation
+ * parser: Move parser code from qmic.c to parser.c
+ * qmic: Move simple type array to common file
+ * parser: Move message parsing to parser.c
+ * parser: Move struct parser to parser.c
+ * parser: Tidy up parser after move
+ * qmic: Extract all generators into functions
+ * accessor: Move accessor generators to one file
+ * kernel: Introduce kernel-style generator
+ * kernel: Support static arrays
+
+ [ Khem Raj ]
+ * Makefile: Allow compiler/linker flags to be overridden
+
+ -- Nicolas Dechesne <nicolas.dechesne@linaro.org> Wed, 18 Apr 2018 13:29:23 +0200
+
qmic (0.0+0+1c036374-1) jessie; urgency=low
* Initial Release.