Skip to content

Commit

Permalink
reptyr 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Jan 4, 2015
1 parent f279ff8 commit 71c1cae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* 0.6 (Jul 4, 2015)
- Add -T ("tty-stealing") mode, which works on processes with children.
See https://blog.nelhage.com/2014/08/new-reptyr-feature-tty-stealing/
- Added FreeBSD support
- Minor bugfixes

* 0.5 (Jun 5, 2013)
- Add an early check and error if attaching a process with children.

Expand Down
2 changes: 1 addition & 1 deletion reptyr.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* THE SOFTWARE.
*/

#define REPTYR_VERSION "0.5dev"
#define REPTYR_VERSION "0.6"

#define assert_nonzero(expr) ({ \
typeof(expr) __val = expr; \
Expand Down

0 comments on commit 71c1cae

Please sign in to comment.