diff --git a/ChangeLog b/ChangeLog index 778a54e..7fa216d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2001-11-20 me + + * Makefile.am, NEWS, isync.1, isync.h, maildir.c, main.c: + added --create/-C command line option to force creation of the local + maildir-style mailbox if nonexistent + + debug.h was not included in isync_SOURCES in Makefile.am + +2001-11-19 me + + * config.c, configure.in, debug.c, debug.h, isync.h, list.c, main.c, Makefile.am, TODO: + added memory debugging code + + fixed memory leak in free_list() + + free memory associated with global settings on exit + +2001-11-16 me + + * isync.h, sync.c, ChangeLog, cram.c, imap.c: + remove c++ style comments + + use %lu and cast off_t to unsigned long in printf() + 2001-11-15 me * NEWS, config.c, isync.1, isync.h, main.c, sync.c: diff --git a/Makefile.am b/Makefile.am index b1903ae..c8419a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,5 +16,5 @@ isync.html: isync.1 rpm: make dist - cp isync-$(VERSION).tar.gz /usr/src/RPM/SOURCES + cp isync-$(VERSION).tar.gz /usr/src/rpm/SOURCES rpm -ba --target=i586 --clean isync.spec diff --git a/isync.spec.in b/isync.spec.in index e7a95a8..e27bbae 100644 --- a/isync.spec.in +++ b/isync.spec.in @@ -1,11 +1,11 @@ Summary: Utility to synchronize IMAP mailboxes with local maildir folders Name: isync -Version: 0.4 +Version: 0.7 Release: 1 Copyright: GPL Group: Applications/Internet -Source: http://www.sigpipe.org/isync/isync-0.4.tar.gz -URL: http://www.sigpipe.org/isync/ +Source: http://www.sigpipe.org:8080/isync/isync-0.7.tar.gz +URL: http://www.sigpipe.org:8080/isync/ Packager: Michael Elkins BuildRoot: /var/tmp/%{name}-buildroot @@ -30,4 +30,4 @@ rm -rf $RPM_BUILD_ROOT %files %doc COPYING README TODO ChangeLog /usr/bin/isync -/usr/man/man1/isync.1.bz2 +/usr/man/man1/isync.1.gz