Release-Notes in ruby-agi-1.1.2 vs Release-Notes in ruby-agi-2.0.0
- old
+ new
@@ -1,11 +1,20 @@
-Release notes of ruby-agi-1.1.2
-March 06, 2006
+1.1.0 (2006-01-17)
+ addition of method 'jump_to'
+ jump_to would take three arguments ex. jump_to(context, extension, priority)
+ enhanced callerid, calleridname and calleridnumber. calleridnumber is an addtional method to this release.
+ Regardless of Asterisk version above three caller variables would return uniform value.
+ Such as, callerid would return "John Smith" <1234567890> or empty string, if unidentified
+ calleridnumber would return number part of callerid (as string) ex. 1234567890 or empty string, if unidentified
+ calleridname would return name part of callerid ex. John Smith or emtpy string, if unidentified
+
+1.0.2 (2006-01-09)
+ Because of a yaml bug in ruby-1.8.3, rubyforge server doesn't support any package that were built on ruby-1.8.3
+ This version is basically re-build of version 1.0.1 on ruby-1.8.4 instead of ruby-1.8.3
-In this release bug # 3722 has been fixed
+1.0.1 (2006-01-08)
+ This release have minor a minor change.
+ There have an example file in examples/call_log.rb
+ You can use call_log.rb to keep your incoming call history in syslog.
-Feedback, suggestion, feature request, bug report is always appreciated.
-
-
-Thanks,
-Mohammad Khan
-info <AT> beeplove <DOT> com
+1.0.0 (2006-01-08)
+ This is the first stable version of ruby-agi