From 7366181157305f1d43ba9a284bcaa0456f8cada6 Mon Sep 17 00:00:00 2001 From: Alex Kapranoff Date: Sun, 22 Apr 2012 19:26:21 +0400 Subject: [PATCH] Release 0.21 --- CHANGES | 9 +++++++++ yadisk-sync.pl | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGES diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..367bb39 --- /dev/null +++ b/CHANGES @@ -0,0 +1,9 @@ +0.21 Apr 22 19:21 MSK 2012 + - Support semi-automatic setup + - Release to Github + +0.2 Apr 11 03:56 MSK 2012 + - Support XMPP push events from the cloud + +0.1 Apr 6 03:14 MSK 2012 + - Initial internal release diff --git a/yadisk-sync.pl b/yadisk-sync.pl index afca8b9..2e10636 100755 --- a/yadisk-sync.pl +++ b/yadisk-sync.pl @@ -7,7 +7,7 @@ use AnyEvent::XMPP::IM::Connection; use Linux::Proc::Mounts; -our $VERSION = '0.2'; +our $VERSION = '0.21'; my $cfg = Config::Tiny->read("$ENV{HOME}/.yadiskrc") or die "Need ~/.yadiskrc config\n";