CHANGELOG.txt in rufus-scheduler-1.0.12 vs CHANGELOG.txt in rufus-scheduler-1.0.13
- old
+ new
@@ -1,8 +1,19 @@
= rufus-scheduler CHANGELOG.txt
-== rufus-scheduler - 1.0.12 not yet released
+
+== rufus-scheduler - 1.0.13 released 2009/02/02
+
+- todo #23779 : removed lib/openwfe/ and restructured to lib/rufus/scheduler/
+- todo #23774 : adapted to Ruby 1.9.1
+- todo #23483 : removed gemspec from Rakefile
+- bug #23458 : :timeout not working on JRuby (reported by Chris Evans). Fixed.
+- patch #23430 : gemspec patch by Ryan Sonnek
+- patch #23412 : faster CronLine#next_time patch by TobyH
+
+
+== rufus-scheduler - 1.0.12 released 2008/12/18
- todo #23257 : added :timeout parameter for cron/in/at/every
- bug #22546 : added note about CronLine#next_time, K Liu
- todo #22489 : find_jobs(tag=nil) patch by Xianhang Zhang