#~~syntax:changelog

>> From 0.82 to 0.83
>> =================

>> 2004-08-05

  rpldev (kernel/rpldev.c):

  * The default minor number is now MISC_DYNAMIC_MINOR (see automatic minor \
    number detection below for rpld)
  + added an info upon module loading telling us what minor number the misc \
    subsystem finally gave rpldev

  rpld (user/rpld.c):

  + automatically determines what minor number the rpl device is bound to \
    and dynamically create a node

  ttyreplay (user/replay.c):

  + added follow modes (-F, -f options)
    -F: live feed (directly see what a user is typing),  la `tail -f`
    -f: play file as normal and switch into -F when EOF is encountered
  + added error recovery

  etc-init.d-ttyrpld:

  * escaped $0

>> From 0.80 to 0.82
>> =================

>> 2004-08-03

  * user/shared.c: added defintions for BSD pty slaves, changed pty-% into \
    proper ptyp%%
  * kernel-2.6/rpl-kernelpatch.diff: the file has been replaced with patch \
    which works for 2.6.5 and up

  rpld (user/rpld.c):

  * a one-time variable was not freed (minimal impact)
  + added -v option to interactively show statistics
  + a new option "OFMT" has been added which combines (and thus obsoletes) \
    the LOGDIR and SBTTY variables
  + added "%t" (time in "%H%M%S" format) as a specifier for OFMT
  * "%d" has been degraded to only provide the date ("%Y%M%d") rather than \
    date-and-time

  ttyreplay (user/replay.c):

  + finally implemented the "time warp" function (e.g. replay the log twice \
    as fast as the original user on typed), it's the -S option ("speed"). \
    It takes a multiplication factor (2.0 = double, 0.5 = half speed, etc.)
  * the time correction algorithm has been redone (the one before still had a \
    time skew); the main calculation unit is now sec

>> 2004-07-15

  + more precise error control in etc-init.d-ttyrpld
  + kernel/rpldev.c: the user may now choose the minor number upon module \
    loading
  + kernel-2.6/rpl-kernelpatch.diff: verified to work with 2.6.5-7.95 (SuSE)


>> Legend
  + [green] added
  * [yellow] changed
  - [red] removed or really important
