File pstreams.changes of Package pstreams
-------------------------------------------------------------------
Sun Apr 8 10:48:40 UTC 2018 - lazy.kent@opensuse.org
- Fix build (make docs).
- Don't use fdupes: no need.
-------------------------------------------------------------------
Tue Apr 4 12:06:32 UTC 2017 - lazy.kent@opensuse.org
- Update to 1.0.1.
* The library is now licensed under the Boost Software License
instead of the GNU LGPL.
-------------------------------------------------------------------
Tue Jan 3 08:58:49 UTC 2017 - lazy.kent@opensuse.org
- Update to 1.0.0.
* The only significant change since the 0.8.1 release is a
workaround for a bug in older versions of the GCC C++ standard
library which allowed null pointers to be passed to the
memmove() function.
-------------------------------------------------------------------
Fri Feb 7 17:05:11 UTC 2014 - lazy.kent@opensuse.org
- Update to 0.8.1.
* The change in version 0.8.0 that caused the child process to be
put in a new process group could prevent the child from exiting
when the parent process was killed by a signal. In version
0.8.1 it is still possible to create a new process group for
the child, but that must be explicitly requested by setting the
pstreams::newpg flag in the pmode argument used to create the
new process.
-------------------------------------------------------------------
Thu Jun 27 12:13:31 UTC 2013 - lazy.kent@opensuse.org
- Update to 0.8.0.
* The child process will now switch to a new process group, with
the process group ID the same as the PID. The
basic_pstreambuf::killpg() member function has been added to
send a signal to the child's process group.
* New constructors to simplify the common case where the string
specifying the file to be executed is the same as the first
element of the argv_type vector.
* Fixes for compatibility with Clang++ and _FORTIFY_SOURCE.
- BuildRequires: fdupes. Run fdupes in doc/html directory.
-------------------------------------------------------------------
Mon Jun 4 07:47:35 UTC 2012 - lazy.kent@opensuse.org
- Rename man page deprecated.3 to pstreams_deprecated.3 (conflicts
with qwt-devel-doc).
-------------------------------------------------------------------
Mon Jul 25 10:09:45 UTC 2011 - lazy.kent@opensuse.org
- Update to 0.7.0
+ When opening a pstream for reading with mode pstderr, the
pstdout mode is no longer added, and the initial read source
will be set the the child process' stdout stream.
- Corrected License tag
- Use full URL for source
- Make test (build requires gcc-c++)
- Added COPYING.LIB and mainpage.html to docs
- Minor spec formatting
-------------------------------------------------------------------
Fri Jan 15 15:28:02 UTC 2010 - lazy.kent@opensuse.org
- Initial package created - 0.6.0