Skip to content

Commit 85bb28a

Browse files
committed
release 1.1.0
1 parent b9aec62 commit 85bb28a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
libsml (1.0.2) unstable; urgency=medium
28

39
* Actually releases the fix that (Closes: #946525), see below.

debian/libsml1.symbols

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
}

sml.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=${prefix}/include
55

66
Name: libSML
77
Description: Library for the Smart Messaging Language (SML)
8-
Version: 1.0.2
8+
Version: 1.1.0
99
URL: http://github.com/volkszaehler/libsml
1010
Requires: uuid >= 2.16
1111
Libs: -L${libdir} -lsml

0 commit comments

Comments
 (0)