commit 50086e82a65242e48b75a68490a1e0460f7818e5
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Feb 5 16:20:01 2015 +0200

    PHPARI based app_dial replacement wireframe - just an example

commit 891d073374fc7abad9c27033d0c1ed917a179ec1
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Feb 5 16:16:26 2015 +0200

    https://github.com/greenfieldtech-nirs/phpari/issues/34 - Fixed

commit 016b899763da3226f1d47c459509c1463b7e0f5b
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Feb 5 15:28:21 2015 +0200

    Commit fixes for the channels and other interfaces - camel casing is now properly used

commit dba90c17c556e58e6418addea4c4453aa91a2055
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Sun Feb 1 09:25:10 2015 +0200

    Final changelog

commit bd774bc3bf845c27cd70957efd92f44d52bc9687
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Sun Feb 1 09:22:38 2015 +0200

    Experiment with new changelog format

commit a92e0c2360453d056255e3b2d5260f4cac06cfaf
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Sun Feb 1 09:17:49 2015 +0200

    CHANGELOG format now changed to something more readable

commit fb0128dc2d94c6e35671ea322ba5206063c44be4
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Sun Feb 1 09:16:56 2015 +0200

    Change method from DELETE to POST for channel removal from bridge function (bridges->delchannel) - Reported by Mark Ingles
    
    Mark Ingles <notifications@github.com>
    7:45 PM (13 hours ago)
    
    to greenfieldtech.
    Hi,
    in release-3/src/interfaces/bridges.php line 280, inside the function delchannel, this line:
    $result = $this->pestObject->delete($uri, $delObj);
    
    should be
    $result = $this->pestObject->post($uri, $delObj);
    
    The HTTP method should be post, not delete. Or else ARI will return "Invalid method"
    This error is in the prior versions too.
    
    Reference: https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Bridges+REST+API#Asterisk13BridgesRESTAPI-removeChannel
    
    Thanks - Mark Ingles

commit 85e7e4805037a5be879a07a803737c0f1ae95632
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Tue Dec 30 09:09:21 2014 +0200

    More styling clean ups and corrections to several of the class libraries. Code compacting in progress, stop copying things around and make things tighter and nicer.

commit afb3dfc92f91cf23802a38781ceb651be6e0b65a
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Sun Dec 28 12:07:57 2014 +0200

    More API clean ups and some styling fixes :-)

commit eb3a17d6a2ed5a815aaf0145c2639e3acef3d774
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Sun Dec 28 11:37:51 2014 +0200

    More API clean ups - devicestates, endpoints, events, mailboxes and playbacks

commit b6315568975f245a8d6a378bb092260970031edc
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Sun Dec 28 08:25:31 2014 +0200

    Asterisk REST API changes, Bridges REST API changes:
    
    Resolve API definition differences between the ARI specification and PHPARI implementation - we now follow the original API definition, as defined in
    https://wiki.asterisk.org/wiki/display/AST/Asterisk+12+Bridges+REST+API
    
    In addition, API function had changed, with creation of function aliasing for previous version - these will go away in version 2.0

commit 6cdf6d23c2c429b3e82f374ddf1a9f399197bbf6
Merge: 8cca54e 56bf23a
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Mon Nov 10 13:49:45 2014 +0200

    Merge pull request #29 from greenfieldtech-nirs/master
    
    Merging back from Master changes over Develop branch

commit 56bf23aded08c75a4e2bbd1b2d6523ec4e334715
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Mon Nov 10 12:43:27 2014 +0200

    Commit a small styling fix - NetBeans can be tricky some times

commit 8cca54e08cfd6be3ef78b2910bd1ae9d32e82574
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Mon Nov 10 12:41:18 2014 +0200

    This is a partial commit - the code is most probably broken right now :-(

commit 5ed40e2e7957cd196c80e230ba38c53449356d9f
Merge: ac794cc 00971cc
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Mon Nov 10 12:07:51 2014 +0200

    Merge pull request #28 from matak/master
    
    Accepting merge #28:
    1. Additional Class Documentations for IDE readability - @matak
    2. Class initiation sanity checking and verification - @matak

commit 00971ccdfff111d1c00a302f5d992ed5d7208afb
Author: Roman Matěna <info@romanmatena.cz>
Date:   Mon Nov 10 11:00:35 2014 +0100

    comments for IDE, variable check if declare
    
    instance of interfaces is instanciated only once, added comments to
    variables for IDE

commit ac794cc84cba5ac339d59d04e3b15970c374d797
Merge: ebe0f6c e5a5cfb
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Mon Nov 10 09:37:41 2014 +0200

    Merge pull request #26 from matak/master
    
    Some fields were set as mandatory while they were optional (@matak)
    Some additional comments to make some of the variables in the class more readable (@matak)

commit e5a5cfb74576fe624ac718d2a456da7cf8285503
Author: Roman Matěna <info@romanmatena.cz>
Date:   Sun Nov 9 12:03:19 2014 +0100

    added comments, type of variables in phpari

commit a4317d090c116a1d7c14f94cc53639021f561849
Author: Roman Matěna <info@romanmatena.cz>
Date:   Sun Nov 9 11:52:56 2014 +0100

    comments improved, type of variables
    
    added variable type logger and loopinterface, logwriter is not attached
    and stored to object, why to store logwriter to phpari object?

commit d2d5d89273871f33f2e15b8d00708140b061da3a
Author: Roman Matěna <info@romanmatena.cz>
Date:   Sun Nov 9 09:43:50 2014 +0100

    lang and format is not mandatory parameters
    
    for good working you dont have to set these parameters

commit ebe0f6c423a98b7393fa9d02968fadb8ee59fb92
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Sun Nov 9 09:04:29 2014 +0200

    Update README.md

commit 41996a80c47401f2a955fb073a4b4d7abbf04922
Merge: e349ba3 11f8f59
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Sun Nov 9 08:58:20 2014 +0200

    Merge pull request #25 from matak/master
    
    Resolve a small regression issue - class init wasn't using the proper Endpoint configuration

commit 11f8f598b46fc553442d4a3043b5023b77664efe
Author: Roman Matěna <info@romanmatena.cz>
Date:   Fri Nov 7 17:56:56 2014 +0100

    Fixes #24

commit e349ba3bea1cc77e5ed6076cad3bae760b8ba72a
Merge: fa52565 c67803e
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Thu Oct 23 17:21:05 2014 +0300

    Merge pull request #23 from greenfieldtech-nirs/develop
    
    Bug fix from community contribution Tonils@GitHub

commit fa525654c5e97111808dc0550a397fe011e0bf3f
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Oct 23 17:20:03 2014 +0300

    Regression fixes - we had a minor issues with improper handling of REST errors across the board.
    This has now been resolved and reflected into the BasisStasisApplication example.

commit c67803e5656ae45110ec38bab696cd395081ed64
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Oct 23 03:56:52 2014 +0300

    Bug fix from community contribution Tonils@GitHub

commit 546f806f43632f5625f790620638ca84cd363a66
Merge: 2f94087 c01d0eb
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Thu Oct 23 03:54:24 2014 +0300

    Merge pull request #22 from MattRiddell/master
    
    Parameters are now specified in the config file

commit c01d0ebe87a0f36f13ab0f21eef73c006f46a60f
Author: Matt <Matt@MacBook-Pro.local>
Date:   Wed Oct 22 14:32:18 2014 -0700

    Parameters are now specified in the config file

commit 2f9408719a824d631d80fb7145b75f9f50a43f1c
Merge: 2273af5 997fe5b
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Wed Oct 22 19:45:34 2014 +0300

    Merge pull request #20 from greenfieldtech-nirs/develop
    
    Develop

commit 997fe5be9c9880fc1582c3b93ec624b44e5336e8
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Tue Oct 21 20:00:21 2014 +0300

    remove the old logger which is no longer required. Added a new parsing class, to enable the unifying of input into channels and other APIs.
    Channel API data input had changed, we are now able to accept free form input.

commit a24dd720b2fbc64c9ac70c4e3ad4816baba60f53
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Sat Oct 11 22:49:28 2014 +0300

    Added contrib directory for init scripts and other contributions, not directly related to the PHPARI code.

commit 5493ca0e2484ace5b8338b92e83cce060896706c
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Oct 9 14:40:03 2014 +0300

    We now have a proper CHANGELOG in here

commit 2273af5bc6a0f652813f20db5f7cbc1c976ca0da
Merge: 988b128 a2e1bf1
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Thu Oct 9 14:09:15 2014 +0300

    Merge pull request #19 from greenfieldtech-nirs/develop
    
    Merging back from development

commit a2e1bf122743b4ef04acb74e367bb4c4f5c5bda7
Merge: 3dd26e8 6a9b165
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Oct 9 14:07:19 2014 +0300

    Merge branch 'feature/Proper-Error-Reporting' into develop

commit 6a9b1653e526bbef4ae66d9a5ba3f8782ec9163f
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Oct 9 14:07:02 2014 +0300

    Add additional information to the README, reflecting the latest changes and some more information about how to write a Stasis application using PHPARI.

commit d2abdebad8b67a66d75f7b49411c47feb22d5f1b
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Oct 9 13:58:21 2014 +0300

    We now populate "lasterror" and "lasttrace" object variables, to enable better visibility of errors that may occur while working with the class.
    Spring cleaning was performed on some of the files, so that the code is more readable.

commit 3dd26e8587d65ef56f596a9be43ad40338ccbf01
Merge: 0f99e52 0551c90
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Thu Oct 9 12:59:56 2014 +0300

    Merge pull request #18 from greenfieldtech-nirs/Proper-Event-Handling
    
    Pull #5 - Proper event handling

commit 0551c901f8c12cf0ee483671496946180e49b69f
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Oct 9 12:59:01 2014 +0300

    Modified all example application to work with the class invocation and configuration method.

commit 9bb9dc23c15290d0152f04bbad99f6d03a8d2cdd
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Oct 9 12:40:51 2014 +0300

    Oops, previous commit didn't come in fully - silly SourceTree

commit a04d65aa5dedee85a828a19e7095b5fe3d1f6edf
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Oct 9 12:31:33 2014 +0300

    Configuration is important - we've migrated the configuration of the class from the constructor over to an external
    configuration file, default is phpari.ini. The current file also has future reference for an AGI and AMI connector,
    but these will come later on. Debug logging is performed via the Zend Logger class, which is part of PHPARI.
    - TODO: Modify the examples
    - TODO: Add better visibility of errors during PEST requests

commit 0f99e523d3357a7b690b23d7d4bd06d9b3691097
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Wed Oct 8 16:38:07 2014 +0300

    Commit additional channels API handling

commit b589f54bc64f3ce879ca70d8816c85e3a740137a
Merge: afe8dc4 a5f1573
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Mon Oct 6 10:50:24 2014 +0300

    Merge branch 'develop' of https://github.com/greenfieldtech-nirs/phpari into develop

commit a5f15731266be99cab025f0ecfa8a15c7f4fa4e3
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Mon Oct 6 08:29:25 2014 +0300

    Commit the playbacks class - modify the basic Stasis example to something a bit more meaningful.

commit 988b1284cb3d30c779acd1b69fc82a0a328bf920
Merge: 0568521 afe8dc4
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Thu Sep 18 11:08:13 2014 +0300

    Merge pull request #16 from greenfieldtech-nirs/develop
    
    Fix constructor interfaces to extended classes

commit afe8dc495cd62e9067bf93372610527b33378404
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Sep 18 11:06:56 2014 +0300

    Some of our interfaces were mis-implementing the __construct function. This is now updated to reflect a unified constructor for all extension classes.

commit 0568521b63ea5f3130b58317c87ff4b3de47c04a
Merge: b5f4069 93e847a
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Thu Sep 18 09:28:48 2014 +0300

    Merge pull request #15 from greenfieldtech-nirs/develop
    
    Commit a slightly more detailed README.md file, so that people can actua...

commit 93e847a5f705ba183dfb88e6e7f16c9b0a6bfc46
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Sep 18 09:28:41 2014 +0300

    Commit a slightly more detailed README.md file, so that people can actually start doing something with phpari :-)

commit b5f40690497666715fb39e47f20702029c0f032b
Merge: bafdefb 04b7e5b
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Thu Sep 18 09:02:46 2014 +0300

    Merge pull request #14 from greenfieldtech-nirs/develop
    
    phpStorm can so picky at times :-(

commit 04b7e5b3354fbe49e5fb0120ddafc56f33b7c343
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Sep 18 09:02:42 2014 +0300

    phpStorm can so picky at times :-(

commit bafdefb3f2879a9a9e5a50918af85408b7bf0f4c
Merge: 40c8615 bdb53a1
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Thu Sep 18 09:01:06 2014 +0300

    Merge pull request #13 from greenfieldtech-nirs/develop
    
    looks like the .idea folder got committed for some reason - that is just...

commit bdb53a148e022ef5ea0f6447a31ce593bc636d4f
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Thu Sep 18 08:59:52 2014 +0300

    looks like the .idea folder got committed for some reason - that is just not supposed to be there.

commit 40c86150665f2d8d1195deea0d49f9a06ef13653
Merge: 3608465 0e8982f
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Wed Sep 17 21:08:10 2014 +0300

    Merge pull request #12 from greenfieldtech-nirs/develop
    
    Slight formatting fix - is was simply looking really bad previously

commit 0e8982f75d1358cd4668ba05d0ea98f3e209c06b
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Wed Sep 17 21:06:54 2014 +0300

    Slight formatting fix - is was simply looking really bad previously

commit 36084658f47279a125a58de69038ba4400a5afa5
Merge: 5282fc9 fe82457
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Wed Sep 17 14:04:15 2014 +0300

    Merge pull request #11 from greenfieldtech-nirs/develop
    
    Merging back from development fixed branch to master

commit fe82457ecdc4936297e034c850171248c803a447
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Wed Sep 17 14:02:37 2014 +0300

    oops, we should also ignore composer.lock

commit c17066393b83f3329c1b5bd76299c63f45a0532b
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Wed Sep 17 14:02:00 2014 +0300

    .gitignore got trashed slightly, fixing and recommitting

commit 3f3bc38a06313a0d200a47c694291a5fb8037e4c
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Wed Sep 17 13:58:59 2014 +0300

    Oops, somebody committed and pushed the vendor directory

commit c8edbd2e8f6ec7455dab30412ceb53ab1f55393e
Merge: b8de977 5282fc9
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Wed Sep 17 13:55:31 2014 +0300

    Merge pull request #10 from greenfieldtech-nirs/master
    
    Merging back from Master to Develop - Completed

commit 5282fc99c26356e9d97af85e9e9459f470c551fc
Merge: 38756dc 8f04273
Author: Nir Simionovich <nir.simionovich@greenfieldtech.net>
Date:   Wed Sep 17 13:53:14 2014 +0300

    Merge pull request #9 from leonidies/master
    
    Changed ARI/Stasis functional access methodology within the code, better class manipulation and an easier interface

commit 8f04273316e4f2d0cdf104078db22b7c454b1b7e
Author: leonid <leonid.notik@greenfieldtech.net>
Date:   Wed Sep 17 13:42:44 2014 +0300

    A liitle more completed code for the ARI (the php ari became cleaner)

commit de4d5a7c865e203490e6c8da0d659c29fb5d5b89
Author: leonid <leonid.notik@greenfieldtech.net>
Date:   Wed Sep 17 12:31:50 2014 +0300

    Merged call from greenfieldtech phpari repository

commit 8566cea8f7b4030224e43d00dd7579e407bd34dd
Author: leonid <leonid.notik@greenfieldtech.net>
Date:   Wed Sep 17 12:11:57 2014 +0300

    no message

commit afffe6638b1dbd0a9081c804bcba21536664bd23
Author: leonid <leonid.notik@greenfieldtech.net>
Date:   Wed Sep 17 12:11:36 2014 +0300

    no message

commit 70ade542fa3a58a69989fc66d28f2b8560c454f0
Author: leonid <leonid.notik@greenfieldtech.net>
Date:   Wed Sep 17 12:06:44 2014 +0300

    The first version after the fork from Nir's repository

commit 38756dc0a3a4a00a306b299b7ccdd1ed76c243c4
Merge: edae18e b8de977
Author: greenfieldtech-nirs <nir.simionovich@greenfieldtech.net>
Date:   Wed Sep 10 20:25:43 2014 +0300

    Merge pull request #7 from greenfieldtech-nirs/develop
    
    Merging back to Master from Development branch - clean ups mainly

commit b8de977cf4db9958fdc1615fe230334adb60fb44
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Wed Sep 10 20:21:37 2014 +0300

    Minor Cleanups

commit a021156057112a3b2fc29d69b4cbbf4c2e1a4d57
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Wed Sep 10 20:08:15 2014 +0300

    Ok, so we did a little mistake in the LICENSE file, and we modified it to LGPL 2.1 instead of GPL 2.
    Copyright and License notices had been added to the core library files.

commit 2d1d4a258e0d71d3fcd9e1256912aee2831e2f28
Merge: f757f1c edae18e
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Wed Sep 10 16:12:08 2014 +0300

    Merge branch 'master' into develop

commit edae18e28cc88b4b37a98a6a5e5bb279285fa191
Merge: a7e0457 e73fb29
Author: greenfieldtech-nirs <nir.simionovich@greenfieldtech.net>
Date:   Wed Sep 10 16:05:08 2014 +0300

    Merge pull request #6 from leonidies/master
    
    Merging current development version back into primary repository.
    - Added additional code examples
    - composer.json updated to support packagist
    - Improved class design

commit e73fb297629762bc400b560f442b0929b1779eb9
Author: leonid <leonid.notik@greenfieldtech.net>
Date:   Wed Sep 10 14:51:55 2014 +0300

    The cancel call was added

commit 9fca91d91ffc849dfda9ffa83f0a28d9ea4bf154
Author: leonid <leonid.notik@greenfieldtech.net>
Date:   Wed Sep 10 13:29:48 2014 +0300

    This is emproved version of the phpari with new interfaces

commit 04392d0fd30f5c371b87c38c643bd546a0aad101
Author: leonid <leonid.notik@greenfieldtech.net>
Date:   Wed Sep 10 13:10:14 2014 +0300

    This is  basics and examples

commit 3542ab094378b8df26fb00c15789bb34d14152d0
Author: leonid <leonid.notik@greenfieldtech.net>
Date:   Wed Sep 10 11:24:56 2014 +0300

    Interfaces has been added

commit f757f1cbee2895972b8c6dc61fbf9b5fcf5aca50
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Sun Sep 7 18:41:00 2014 +0300

    Minor commit to verify push - disregard this one

commit a7e0457a2c50706428294d3bf354ae238b8e50f9
Merge: 9c18e4b d9d94be
Author: greenfieldtech-nirs <nir.simionovich@greenfieldtech.net>
Date:   Sun Sep 7 18:28:30 2014 +0300

    Merge pull request #3 from leonidies/master
    
    The channels interface ready , need to be tested

commit d9d94be9e08e42bc8fbce9b5a4ed0e8962aa84c7
Author: leonid <leonid.notik@greenfieldtech.net>
Date:   Sun Sep 7 18:26:21 2014 +0300

    The channels interface ready , need to be tested .

commit 9c18e4bf276e4f0bee27fa7e7255fcb9bca3818f
Merge: e66d983 af58020
Author: greenfieldtech-nirs <nir.simionovich@greenfieldtech.net>
Date:   Sat Sep 6 02:35:29 2014 +0300

    Merge pull request #2 from greenfieldtech-nirs/develop
    
    small change to composer json

commit af58020b3c7efa1ca470fdc2a0b4cdd995b47593
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Sat Sep 6 02:34:39 2014 +0300

    small change to composer json

commit e66d98386d82fdc63651c0bd68c785b3d2557840
Merge: 2b2a6a9 50316bc
Author: greenfieldtech-nirs <nir.simionovich@greenfieldtech.net>
Date:   Sat Sep 6 02:24:14 2014 +0300

    Merge pull request #1 from greenfieldtech-nirs/develop
    
    Basic ARI Class defined with proper boot strapping.

commit 50316bc6df28570eceabb5f346358b60072a4b55
Author: Nir Simionovich <nirs@greenfieldtech.net>
Date:   Sat Sep 6 02:21:41 2014 +0300

    Basic ARI Class defined with proper boot strapping.
    
    Basic usage example included.
    
    TODO: Build all ARI interfaces

commit 2b2a6a9cef47e71ac75e06b788edb33be585b46c
Author: greenfieldtech-nirs <nir.simionovich@greenfieldtech.net>
Date:   Thu Sep 4 08:26:53 2014 +0300

    Initial commit
