Skip to content

Commit

Permalink
reptyr 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Jun 5, 2013
1 parent 9f50134 commit 493ca94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 0.5 (Jun 5, 2013)
- Add an early check and error if attaching a process with children.

* 0.4 (Aug 16, 2012)
- Add support for scripting with the -l flag.
- Add a French translation of the man page
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.4dev"
#define REPTYR_VERSION "0.5"

int attach_child(pid_t pid, const char *pty, int force_stdio);
#define __printf __attribute__((format(printf, 1, 2)))
Expand Down

0 comments on commit 493ca94

Please sign in to comment.