Skip to content

Commit

Permalink
reptyr 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Aug 16, 2012
1 parent cc0c3f1 commit 28ca686
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* 0.4 (Aug 16, 2012)
- Add support for scripting with the -l flag.
- Add a French translation of the man page
- Add a -V flag

* 0.3 (May 27, 2011)
- Add support for attaching 32-bit programs on x86_64.
- Fix a bug on ARM.
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.3dev"
#define REPTYR_VERSION "0.4"

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 28ca686

Please sign in to comment.