oneline changelog
=================

Version 0.1.0
----------------
- Initial oneline support
- WebSocket integration with ws4py, cherry2py

0.2.0
--------------

- DB integration with MySQL, PostGres, MongoDB
- Example modules
- Geolocation object
- Event object 0.1.0

0.2.2
------------

- Random, sound objects
- Time object
- Memcached support

0.3.0
-----------

- Multiplexing
- debug logging
- database integration fixes

0.4.0 
----------

- Updates for database (joins, unions, omit) features
- Better written server, customization on client library
- Support for event style streaming

0.5.0
---------

- Command line features for client, server
- ability to create modules in any directory

0.5.2
--------

- Added sqlite3 support
- more client features in command line utils. Includes:
    --list a way to list all modules
    --remove remove a module
    --info info on a module

0.5.5
------
Major:
- Support for streams using (PHP, Perl, Ruby or Python)
	- streams called with "ol_stream_with" more in /conf/StreamMod.conf & /modules/StreamMod.py
- fixes in config. 
- "init-stream" in oneline-client. Will make a stream linked to
  oneline's streams directory
- Stronger support for linux. 

Minor:
- mariadb placeholder for MySQL.
   use like: db_type = 'mariadb'

0.5.7
-----
- WebUI for oneline 
  - access like:
      oneline --init-ui
      will show port, ip oneline ui is running on
      ui currently supports:
         module showcase
- support for java based streaming. use with jar or .java files
