summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.