-
Sun Sep 06 2020 Eyal Shenitzky <eshenitz@redhat.com> 1.4.2-1
- Improve logging during block size detections #BZ1777805
- Use module logger for client logs
- Improve child process termination
- Skip log errors when polling fail #BZ1851893
- Fix handling of large messages
- Add Makefile and missing build requirements #BZ1830441
- Generate release suffix in configure time and allow
configurable build locations #BZ1830441
-
Fri Nov 22 2019 Nir Soffer <nsoffer@redhat.com> 1.4.0-1
- Release for el8 and s390x for oVirt 4.4
- Drop python 2 builds
-
Sat Sep 21 2019 Nir Soffer <nsoffer@redhat.com> 1.3.0-1
- ioprocess: Add probe_block_size() #BZ1753901
- ioprocess: Fix access() #BZ1744624
-
Wed Jul 10 2019 Nir Soffer <nsoffer@redhat.com> 1.2.1-1
- Fix writefile() to support 4k storage #BZ1592916
- Fix readfile() with direct I/O #BZ1726834
-
Wed Apr 11 2018 Nir Soffer <nsoffer@redhat.com> 1.1.1-1
- python: Log client name in all messages #BZ1550106
- ioprocess: Add lstat() #BZ1564515
- binding: Do not read from stdout
-
Sat Feb 03 2018 Nir Soffer <nsoffer@redhat.com> 1.0.2-1
- spec: Remove Fedora only macro #BZ1541389
-
Tue Jan 30 2018 Nir Soffer <nsoffer@redhat.com> 1.0.0-1
- ioprocess: Fix fsyncPath #BZ1536261
- ioprocess: Wait until writefile completes #BZ1535429
- spec: Rename python binding to python2-ioprocess
- spec: Remove leftovers from RHEL 6
- python: Close unneeded fds before executing child
- python: Add a test for closing unrelated fds
- automation: Add missing repositories
- python: Replace cpopen with subprocess32
- python: Wait for child process on close
- python: Increase the start timeout #BZ1414604
- python: Rename threads to match vdsm thread names #BZ1392214
- python: Set system thread names if possible #BZ1392214
- python: Log unhandled errors in threads #BZ1392214
- python: Require ioprocess of same version
-
Thu Jun 16 2016 Nir Soffer <nsoffer@redhat.com> 0.16.1-1
- ioprocess: Fix logging of file descriptor path
- ioprocess: Fix logger initialization
- binding: Fix race between _run and close
- binding: Add optional ioprocess name
- ioprocess: Fix fd leak in truncate and touch (Resolves BZ#1339777)
- python3: Initial port
- build: Switch to pytest and tox
- bindings: Use only daemon threads
- use LDADD instead of LDFLAGS to fix failure to build with ld
--as-needed (Logan Rosen)
-
Fri Dec 11 2015 Sandro Bonazzola <sbonazzo@redhat.com> 0.15.1-1
- Resolves: BZ#1287946
- Fixed URL and Source0
- Use license for license files
-
Sun Nov 29 2015 Yeela Kaplan <ykaplan@redhat.com> - 0.15.0-4
- Fix string formatting for 32bit architecture