summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@localhost.localdomain>2009-08-29 11:46:49 -0400
committerGavin Romig-Koch <gavin@localhost.localdomain>2009-08-29 11:46:49 -0400
commit899717a3954b800abd9c03c1e9a0af7670d9ce29 (patch)
treef17d8c8f3440e29b553f331af6f7e88411c3a3e9
parentf8b7f783c5dfc061888640ce254615274bb8975e (diff)
downloadfastback-899717a3954b800abd9c03c1e9a0af7670d9ce29.tar.gz
fastback-899717a3954b800abd9c03c1e9a0af7670d9ce29.tar.xz
fastback-899717a3954b800abd9c03c1e9a0af7670d9ce29.zip
update version
-rw-r--r--Makefile2
-rw-r--r--fastback.spec6
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b25e159..774c20e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME=fastback
-VERSION=1
+VERSION=2
ifndef DESTDIR
DESTDIR=/
diff --git a/fastback.spec b/fastback.spec
index fe329c8..d458fa1 100644
--- a/fastback.spec
+++ b/fastback.spec
@@ -1,5 +1,5 @@
Name: fastback
-Version: 1
+Version: 2
Release: 1
Summary: File uploader, configureable file uploader
@@ -57,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Aug 17 2009 Gavin Romig-Koch <gavin@redhat.com> 2-1
+- added support for SCP and HTTP
+- improved the documentation
+- improved the error handling
* Mon Aug 17 2009 Gavin Romig-Koch <gavin@redhat.com> 0.1-1
- Initial version.