Release-Notes in ruby-agi-1.1.0 vs Release-Notes in ruby-agi-1.1.1
- old
+ new
@@ -1,20 +1,15 @@
-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
+Release notes of ruby-agi-1.1.1
+February 09, 2006
-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.
+This is a bug fix release of ruby-agi. Below two bugs have fixed in this release.
+ -- ReturnStatus#timeout? was not functional, which has fixed.
+ -- AsteriskVariable#init_caller_variable updated to fix callerid bug which was returning 'nil' for number only callerid. method init_caller_variable is a private method that manage callerid, calleridname and calleridnumber
-1.0.0 (2006-01-08)
- This is the first stable version of ruby-agi
+
+Feedback, suggestion, feature request, bug report is always appreciated.
+
+
+Thanks,
+Mohammad Khan
+info <AT> beeplove <DOT> com
+February 09, 2006