Hello community, here is the log from the commit of package gensio for openSUSE:Factory checked in at 2020-07-31 15:55:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gensio (Old) and /work/SRC/openSUSE:Factory/.gensio.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gensio" Fri Jul 31 15:55:29 2020 rev:3 rq:823617 version:2.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/gensio/gensio.changes 2020-06-11 14:55:16.647384809 +0200 +++ /work/SRC/openSUSE:Factory/.gensio.new.3592/gensio.changes 2020-07-31 16:00:39.096501467 +0200 @@ -1,0 +2,40 @@ +Sun Jul 26 19:40:47 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 2.1.3 + * No major bug fixes or anything of that nature, some little + things. + The only bug that might be significant is with the pty gensio: + it can close it's file descripter twice in some cases. + New gensios: + * perf - This is a fairly unusual gensio, but I created it so I + could do performance measurements. It's fairly primitive, and I + didn't uncover any performance issues in the gensio library + itself, but I was useful to see how different buffer sizes + affected performance. It does show that the Linux SCTP stack + has some issues. + * conacc - Another somewhat unusual gensio. This is a gensio + accepter that takes a normal gensio string as a child. When + started, it opens the gensio and when the open complete it + reports a new gensio on the accepter. This has some + interesting uses; see the docs for details. + * Added missing man pages on the sergensio functions. + +------------------------------------------------------------------- +Sun Jul 12 11:01:43 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 2.1.2 + * lots of little corner cases and race conditions are fixed and + a few minor enhancements. If you are using in a multithreaded + application, or using UDP, the relpkt, or the mux gensios, + you should certainly upgrade. + * One minor semantic change. UDP sockets are now opened without + SO_REUSEADDR set. The UDP tests were occasionally failing, + and it turned out that the two parts of the tests would + sometimes get the same port, with predictable results. +- Update to version 2.1.1 + * fixes a build issue on newer gccs, a doubly-defined variable + that I don't know how didn't cause an issue before. I've also + been enhancing the tests a bit, and that shook out a few + memory leaks that are also fixed. + +------------------------------------------------------------------- Old: ---- gensio-2.0.5.tar.gz New: ---- gensio-2.1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gensio.spec ++++++ --- /var/tmp/diff_new_pack.m3dqwx/_old 2020-07-31 16:00:48.872498857 +0200 +++ /var/tmp/diff_new_pack.m3dqwx/_new 2020-07-31 16:00:48.876498856 +0200 @@ -25,7 +25,7 @@ %bcond_with openipmi %endif Name: gensio -Version: 2.0.5 +Version: 2.1.3 Release: 0 Summary: Library to abstract stream and packet I/O # examples/* is licenced under Apache-2.0 @@ -122,10 +122,13 @@ %{_bindir}/gensiot %{_bindir}/gtlssh %{_bindir}/gtlssh-keygen +%{_bindir}/gtlssync %{_mandir}/man1/gensiot.1%{?ext_man} %{_mandir}/man1/gtlssh-keygen.1%{?ext_man} %{_mandir}/man1/gtlssh.1%{?ext_man} +%{_mandir}/man1/gtlssync.1%{?ext_man} %{_mandir}/man5/gensio.5%{?ext_man} +%{_mandir}/man5//sergensio.5%{?ext_man} %{_mandir}/man8/gtlsshd.8%{?ext_man} %files -n %{libname} @@ -137,6 +140,7 @@ %{_libdir}/libgensio.so %{_libdir}/pkgconfig/libgensio.pc %{_mandir}/man3/gensio_*3%{?ext_man} +%{_mandir}/man3/sergensio_*3%{?ext_man} %{_mandir}/man3/str_to_gensio*.3%{?ext_man} %files -n python3-gensio ++++++ gensio-2.0.5.tar.gz -> gensio-2.1.3.tar.gz ++++++ ++++ 14555 lines of diff (skipped)
