Skip to content

Commit

Permalink
Merge pull request #163 from farsightsec/1.3.0-metadata
Browse files Browse the repository at this point in the history
1.3.0 metadata
  • Loading branch information
mcrawforddt authored Oct 9, 2024
2 parents b69665a + 6f495d3 commit 380ac37
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ nobase_nodist_include_HEADERS = \

lib_LTLIBRARIES = nmsg/libnmsg.la

VERSION_INFO = 10:0:2
VERSION_INFO = 11:0:3

nmsg_libnmsg_la_LDFLAGS = \
$(AM_LDFLAGS) \
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
nmsg (1.3.0-1) debian-fsi; urgency=medium

* Added external configuration for Kafka IO.
* Stop IO when output fails.
* Add support and API for statistics module.
* Remove prometheus integration.
* Add NMSG_STATSMOD_CONFIG environment variable.
* Bug fixes.
* Documentation fixes.

-- Farsight Security Inc <[email protected]> Tue, 08 Oct 2024 12:09:34 -0400

nmsg (1.2.0-1) debian-fsi; urgency=medium

* Add support for Kafka i/o in JSON and binary forms.
Expand Down
4 changes: 4 additions & 0 deletions debian/libnmsg8.symbols
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ libnmsg.so.8 libnmsg8 #MINVER#
nmsg_set_debug@Base 0.5.0
nmsg_sock_parse@Base 0.6.11
nmsg_sock_parse_sockspec@Base 0.6.11
nmsg_statsmod_add_io@Base 1.3.0
nmsg_statsmod_destroy@Base 1.3.0
nmsg_statsmod_init@Base 1.3.0
nmsg_statsmod_remove_io@Base 1.3.0
nmsg_strbuf_append@Base 0.5.0
nmsg_strbuf_append_str@Base 1.1.0
nmsg_strbuf_append_str_json@Base 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion nmsg.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: nmsg
Version: 1.2.0
Version: 1.3.0
Release: 1%{?dist}
Summary: network message encapsulation library

Expand Down

0 comments on commit 380ac37

Please sign in to comment.