Skip to content

Commit

Permalink
first import
Browse files Browse the repository at this point in the history
  • Loading branch information
sfreire committed Jan 16, 2011
1 parent 90d5e90 commit 21a35da
Show file tree
Hide file tree
Showing 3 changed files with 665 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG
@@ -0,0 +1,42 @@
============ RELEASED ==============

= 0.1.0
* first public version of "ruby_ucp" gem
* multiple PDUs support (operations 30,31,51,52,53,54,55,56,57,58,60,61)
* added a class to implement an UCP server (e.g. for simulating a SMSC)
* added a class to implement an UCP client (e.g. for simulating a large account)

= 0.0.1
* first version; non-public

============ SCHEDULED ==============

= 1.0.0
* full test coverage
* full documentation (readme, methods, etc)
* stable API (until this version, some methods may change name and/or package)

= 0.9.0
* TO BE DEFINED

= 0.8.0
* TO BE DEFINED

= 0.7.0
* TO BE DEFINED

= 0.6.0
* TO BE DEFINED

= 0.5.0
* enhance some PDUs with helper methods (e.g. for getting date field among others)

= 0.4.0
* add samples

= 0.3.0
* methods documentation

= 0.2.0
* miscelaneous cleanup

0 comments on commit 21a35da

Please sign in to comment.