File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ libsml (1.1.0) unstable; urgency=medium
2+
3+ * renamed hexdump to sml_hexdump
4+
5+ -- Joachim Zobel <jz-autosign@heute-morgen.de> Wed, 02 Aug 2023 18:43:49 +0200
6+
17libsml (1.0.2) unstable; urgency=medium
28
39 * Actually releases the fix that (Closes: #946525), see below.
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ libsml.so.1 libsml1 #MINVER#
44 ctoi@Base 0.1.1
55 end_seq@Base 0.1.1
66 esc_seq@Base 0.1.1
7- hexdump@Base 0.1.1
87 sml_attention_response_free@Base 0.1.1
98 sml_attention_response_init@Base 0.1.1
109 sml_attention_response_parse@Base 0.1.1
@@ -69,6 +68,7 @@ libsml.so.1 libsml1 #MINVER#
6968 sml_get_profile_pack_response_init@Base 0.1.1
7069 sml_get_profile_pack_response_parse@Base 0.1.1
7170 sml_get_profile_pack_response_write@Base 0.1.1
71+ sml_hexdump@Base 1.1.0
7272 sml_list_add@Base 0.1.1
7373 sml_list_entry_free@Base 0.1.1
7474 sml_list_entry_parse@Base 0.1.1
Original file line number Diff line number Diff line change 1212 "srcDir" : " sml/src" ,
1313 "flags" : " -DSML_NO_UUID_LIB"
1414 },
15- "version" : " 1.0.2 " ,
15+ "version" : " 1.1.0 " ,
1616 "frameworks" : " arduino" ,
1717 "platforms" : " *"
1818 }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ includedir=${prefix}/include
55
66Name: libSML
77Description: Library for the Smart Messaging Language (SML)
8- Version: 1.0.2
8+ Version: 1.1.0
99URL: http://github.com/volkszaehler/libsml
1010Requires: uuid >= 2.16
1111Libs: -L${libdir} -lsml
You can’t perform that action at this time.
0 commit comments