to the I/O log timing file are two greater than they should be.
Sudoreplay now contains a work-around to parse those files.
- * In sudoreplay's list mode, the "this" and "next" qualifiers in
- "fromdate" or "todate" expressions now behave more sensibly.
- Previously, they would often match a date that was "one more"
- than expected. For example "this week" now matches the current
- week and not the following week.
+ * In sudoreplay's list mode, the "this" qualifier in "fromdate"
+ or "todate" expressions now behaves more sensibly. Previously,
+ it would often match a date that was "one more" than expected.
+ For example, "this week" now matches the current week instead
+ of the following week.
What's new in Sudo 1.8.7?
{ "now", tMINUTE_UNIT, 0 },
{ "last", tUNUMBER, -1 },
{ "this", tUNUMBER, 0 },
- { "next", tUNUMBER, 1 },
+ { "next", tUNUMBER, 2 },
{ "first", tUNUMBER, 1 },
/* { "second", tUNUMBER, 2 }, */
{ "third", tUNUMBER, 3 },
{ "now", tMINUTE_UNIT, 0 },
{ "last", tUNUMBER, -1 },
{ "this", tUNUMBER, 0 },
- { "next", tUNUMBER, 1 },
+ { "next", tUNUMBER, 2 },
{ "first", tUNUMBER, 1 },
/* { "second", tUNUMBER, 2 }, */
{ "third", tUNUMBER, 3 },