CHANGELOG in freeswitcher-0.4.2 vs CHANGELOG in freeswitcher-0.4.3
- old
+ new
@@ -1,4 +1,127 @@
+[1f5537d | 2009-11-18 06:43:28 UTC] TJ Vanderpoel <TJ Vanderpoel tj@rubyists.com>
+
+ * commented out more debugging
+
+[4eb4342 | 2009-11-18 06:42:33 UTC] TJ Vanderpoel <TJ Vanderpoel tj@rubyists.com>
+
+ * commented out debugging
+
+[daa5c02 | 2009-11-18 06:03:59 UTC] TJ Vanderpoel <TJ Vanderpoel tj@rubyists.com>
+
+ * upped version to 0.4.3, encompassing harryv bug fixes
+
+[3685cad | 2009-11-18 06:01:06 UTC] TJ Vanderpoel <TJ Vanderpoel tj@rubyists.com>
+
+ * removed non-UTF characters from inbound.rb
+
+[d90ae67 | 2009-11-16 21:09:04 UTC] Harry Vangberg <harry@vangberg.name>
+
+ * reconnect inbound listener when no connection has been made
+
+[1d41dcb | 2009-11-10 21:16:35 UTC] Harry Vangberg <harry@vangberg.name>
+
+ * signature should be integer to make tests pass
+
+[313b7cc | 2009-11-10 21:16:03 UTC] Harry Vangberg <harry@vangberg.name>
+
+ * don't force rubygems
+
+[45bc310 | 2009-09-24 03:42:47 UTC] Harry Vangberg <harry@vangberg.name>
+
+ * inbound socket should default to port 8021
+
+[1a5c881 | 2009-09-22 21:31:14 UTC] Harry Vangberg <harry@vangberg.name>
+
+ * instance_eval event hooks
+
+[f5a32b5 | 2009-09-02 19:01:46 UTC] Harry Vangberg <harry@vangberg.name>
+
+ * strip newlines from event.content values
+
+[206d683 | 2009-09-02 19:48:03 UTC] Harry Vangberg <harry@vangberg.name>
+
+ * rename app -> execute_app. otherwise it royally fucked up.
+
+[0d16330 | 2009-09-02 17:31:15 UTC] Harry Vangberg <harry@vangberg.name>
+
+ * Add App::App for executing arbitrary apps.
+
+ Use: app("app_name", "arg1", "arg2")
+
+[911a4db | 2009-08-27 13:50:20 UTC] Jayson Vaughn <jayson@onedrop.(none)>
+
+ * Brain fart - changed #push to #unshift. We need the update_session
+
+
+
+[4ad32cb | 2009-08-27 13:40:04 UTC] Jayson Vaughn <jayson@onedrop.(none)>
+
+ * When using an FSR::App object with a FSR::Listener::Outbound instance
+
+
+
+[17630f1 | 2009-08-25 23:57:07 UTC] Harry Vangberg <harry@vangberg.name>
+
+ * add App::BindMetaApp
+
+[2867c81 | 2009-08-24 19:03:57 UTC] Harry Vangberg <harry@vangberg.name>
+
+ * take multiple endpoints + :sequential => true
+
+[b3cd01a | 2009-08-21 18:48:08 UTC] TJ Vanderpoel <TJ Vanderpoel tj@rubyists.com>
+
+ * pushed the lib, too :)
+
+[9fc86a2 | 2009-08-21 18:17:35 UTC] TJ Vanderpoel <TJ Vanderpoel tj@rubyists.com>
+
+ * added hash accessible arguments to play_and_get_digits
+
+[6ed562f | 2009-08-20 18:44:28 UTC] Jayson Vaughn <jayson@onedrop.(none)>
+
+ * Updated examples to use #to_s incase something goes wrong. I.e. wrong
+
+
+
+[2a3e3e5 | 2009-08-20 15:34:10 UTC] Jayson Vaughn <jayson@onedrop.(none)>
+
+ * Reverted back to not use FSR::App in the inbound listener. Was a
+
+
+
+[73464df | 2009-08-20 15:25:53 UTC] Jayson Vaughn <jayson@onedrop.(none)>
+
+ * Added load_all_applications to inbound event socket as well as include
+
+
+
+[f50b64d | 2009-08-20 15:22:26 UTC] Jayson Vaughn <jayson@onedrop.(none)>
+
+ * Added FSR::Inbound::Listener#api as an abstraction to #say("api blah")
+
+[ec9cad3 | 2009-08-20 14:44:36 UTC] Jayson Vaughn <jayson@onedrop.(none)>
+
+ * Added callback FSR::Listener::Inbound#before_session that is called once before
+
+
+ Added FSR::Listener::Inbound#add_event and #del_event for instance level
+ event hooks. As opposed to add_event_hook and del_event_hook which are
+ class level
+
+ Added specs for before_session and add_event and del_event
+
+[63021ac | 2009-07-16 12:55:00 UTC] Jayson Vaughn <jayson@debtorforever.(none)>
+
+ * Probably be good to actually send sched_hangup command to FS in the sched_hangup method
+
+[763464f | 2009-07-16 12:26:46 UTC] Jayson Vaughn <jayson@debtorforever.(none)>
+
+ * Added FSR::Listener::Outbound#sched_hangup
+
+[33ab5f7 | 2009-07-15 19:18:01 UTC] Jayson Vaughn <JaysonVaughn@tiger.Nationwide-recovery.com>
+
+ * Added engine capabilities to FSR::App::Speak
+
[fc083ef | 2009-07-03 14:14:17 UTC] TJ Vanderpoel <TJ Vanderpoel tj@rubyists.com>
* Version 0.4.2
[360c877 | 2009-06-22 01:45:56 UTC] bougyman <bougyman@gotdebt.nationwide-recovery.com>