Hello community,

here is the log from the commit of package dumpvdl2 for openSUSE:Factory 
checked in at 2020-03-29 14:26:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dumpvdl2 (Old)
 and      /work/SRC/openSUSE:Factory/.dumpvdl2.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dumpvdl2"

Sun Mar 29 14:26:03 2020 rev:10 rq:774381 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dumpvdl2/dumpvdl2.changes        2019-11-12 
11:58:24.335534049 +0100
+++ /work/SRC/openSUSE:Factory/.dumpvdl2.new.3160/dumpvdl2.changes      
2020-03-29 14:26:16.166115116 +0200
@@ -1,0 +2,75 @@
+Fri Feb 14 13:36:19 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.9.0
+  * Added decoder for ISO 8650 / X.227 Association Control Service
+    (ACSE).
+  * Improved decoder for ISO 8327 / X.225 Session Protocol.
+  * Restructured code of ATN applications decoder. The previous
+    implementation was a little messy and was unable to handle a
+    few uncommon types of messages (like ACSE Abort PDU with no
+    payload). This should bring the number of undecoded ATN
+    messages down to zero.
+  * Enable debugging output from SDRPlay driver only if
+    --debug sdr option is used.
+  * Fix formatting of geo coordinates in ADS-C v2 messages.
+
+-------------------------------------------------------------------
+Mon Jan 27 20:12:31 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.8.2
+  * Fix another crash opportunity due to missing sanity check on
+    unparseable ACARS messages.
+  * Fix ACARS output to Planeplotter. Only first three characters
+    of Message Serial Number (MSN) field were sent instead of all
+    four.
+
+-------------------------------------------------------------------
+Fri Jan 24 20:00:08 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.8.1
+  * Fix a bug where an unparseable ACARS message could cause the
+    program to crash.
+
+-------------------------------------------------------------------
+Sun Jan 19 20:23:36 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.8.0
+  * Support for ATN-B2 Automatic Dependent Surveillance-Contract
+    (ADS-C) version 2.
+  * Support for automatic reassembly of multiblock ACARS messages,
+    MIAM file transfers and fragmented X.25 packets. Contents of
+    reassembled messages is now logged in one piece and passed
+    upwards to decoders of higher layer protocols / applications.
+    Thanks to this, many large messages which so far were decoded
+    partially and logged with "Unparseable ... PDU" errors due to
+    fragmentation, are now decoded correctly.
+  * StatsD metrics for monitoring reassembly engine performance
+    have been added.
+  * Logged messages may be enriched with ground stations details
+    read from a text file in MultiPSK GS format. Look up --gs-file
+    and --addrinfo options in README.md and dumpvdl2 usage text for
+    more details.
+  * Logged messages may be enriched with aircraft details read from
+    a Basestation SQLite database. SQLite3 library must be installed
+    prior to compiling dumpvdl2 in order for this feature to be
+    enabled. Look up --bs-db and --addrinfo options in README.md and
+    dumpvdl2 usage text for more details. Database entries are
+    cached in memory. There are new StatsD metrics for monitoring
+    performance and utilization of the cache.
+  * New --prettify-xml option enables pretty-printing of XML
+    documents carried in ACARS and MIAM CORE messages. The purpose
+    is to improve readability. If enabled, XML content will be
+    printed as multiline text with proper indentation.  This
+    requires libacars built with libxml2 support.
+  * ACARS sublabel and MFI fields are now stripped from message text
+    and logged as separate fields (if present).
+  * When compiled with debugging support, dumpvdl2 now has a new
+    --debug command line option allowing configurable verbosity of
+    debug messages. No debug output is produced by default.
+  * Added extras subdirectory to the source tree. Additional content
+    related to dumpvdl2 will be stored here. Currently bundled
+    extras are: multitail color scheme for dumpvdl2 log files and
+    vdl2grep script for grepping dumpvdl2 log files.
+  * Bug fixes, code cleanups.
+
+-------------------------------------------------------------------

Old:
----
  dumpvdl2-1.7.1.tar.xz

New:
----
  dumpvdl2-1.9.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dumpvdl2.spec ++++++
--- /var/tmp/diff_new_pack.2rwf98/_old  2020-03-29 14:26:16.710115395 +0200
+++ /var/tmp/diff_new_pack.2rwf98/_new  2020-03-29 14:26:16.714115397 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dumpvdl2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2017, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           dumpvdl2
-Version:        1.7.1
+Version:        1.9.0
 Release:        0
 Summary:        A VDL Mode 2 message decoder and protocol analyzer
 License:        GPL-3.0-only
@@ -30,8 +30,10 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(SoapySDR)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(libacars) >= 1.3.0
+BuildRequires:  pkgconfig(libacars-2) >= 2.0.0
 BuildRequires:  pkgconfig(librtlsdr)
+BuildRequires:  pkgconfig(sqlite3)
+Recommends:     sqlite3
 
 %description
 A VDL Mode 2 message decoder and protocol analyzer.

++++++ dumpvdl2-1.7.1.tar.xz -> dumpvdl2-1.9.0.tar.xz ++++++


Reply via email to