From 899717a3954b800abd9c03c1e9a0af7670d9ce29 Mon Sep 17 00:00:00 2001 From: Gavin Romig-Koch Date: Sat, 29 Aug 2009 11:46:49 -0400 Subject: update version --- Makefile | 2 +- fastback.spec | 6 +++++- 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 2-1 +- added support for SCP and HTTP +- improved the documentation +- improved the error handling * Mon Aug 17 2009 Gavin Romig-Koch 0.1-1 - Initial version. -- cgit