post 0.7-release commit
This commit is contained in:
parent
3fe6f3f086
commit
2c648da5cf
24
ChangeLog
24
ChangeLog
|
@ -1,3 +1,27 @@
|
|||
2001-11-20 me <me@sigpipe.org>
|
||||
|
||||
* 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 <me@sigpipe.org>
|
||||
|
||||
* 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 <me@sigpipe.org>
|
||||
|
||||
* 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 <me@sigpipe.org>
|
||||
|
||||
* NEWS, config.c, isync.1, isync.h, main.c, sync.c:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <me@mutt.org>
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user