post 0.8 release commit
This commit is contained in:
parent
44d360d184
commit
6267139b71
29
ChangeLog
29
ChangeLog
|
@ -1,5 +1,34 @@
|
||||||
|
2002-01-28 me <me@sigpipe.org>
|
||||||
|
|
||||||
|
* TODO, configure.in:
|
||||||
|
check for dbm_open() in libc and libdb
|
||||||
|
|
||||||
|
2002-01-17 me <me@sigpipe.org>
|
||||||
|
|
||||||
|
* sync.c:
|
||||||
|
don't bother renaming the message file if we are about to unlink() it
|
||||||
|
|
||||||
2002-01-16 me <me@sigpipe.org>
|
2002-01-16 me <me@sigpipe.org>
|
||||||
|
|
||||||
|
* AUTHORS, Makefile.am, NEWS, sync.c:
|
||||||
|
remove tilde backup files for distclean
|
||||||
|
|
||||||
|
fixed indentation
|
||||||
|
|
||||||
|
added full name to AUTHORS
|
||||||
|
|
||||||
|
reformated NEWS blurb for 0.8
|
||||||
|
|
||||||
|
* sync.c, maildir.c:
|
||||||
|
sync_mailbox() did not update the msg struct when flags were changed,
|
||||||
|
causing the expunge command to fail
|
||||||
|
|
||||||
|
remove bogus strfcpy() line
|
||||||
|
|
||||||
|
* ChangeLog, Makefile.am, configure.in, debian/Makefile.am:
|
||||||
|
added debian build files dist target so that people can use them to build
|
||||||
|
their own .deb packages without having to use CVS
|
||||||
|
|
||||||
* debian/changelog, debian/control, debian/copyright, debian/dirs, debian/docs, debian/files, debian/rules, isync.1, maildir.c, sync.c:
|
* debian/changelog, debian/control, debian/copyright, debian/dirs, debian/docs, debian/files, debian/rules, isync.1, maildir.c, sync.c:
|
||||||
added debian build files
|
added debian build files
|
||||||
|
|
||||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,5 +2,5 @@ isync (0.8-1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
-- Michael Elkins <melkins@debian> Wed, 16 Jan 2002 13:36:52 -0800
|
-- Michael Elkins <me@mutt.org> Wed, 16 Jan 2002 13:36:52 -0800
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
Summary: Utility to synchronize IMAP mailboxes with local maildir folders
|
Summary: Utility to synchronize IMAP mailboxes with local maildir folders
|
||||||
Name: isync
|
Name: isync
|
||||||
Version: 0.7
|
Version: 0.8
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: http://www.sigpipe.org:8080/isync/isync-0.7.tar.gz
|
Source: http://www.sigpipe.org:8080/isync/isync-0.8.tar.gz
|
||||||
URL: http://www.sigpipe.org:8080/isync/
|
URL: http://www.sigpipe.org:8080/isync/
|
||||||
Packager: Michael Elkins <me@mutt.org>
|
Packager: Michael Elkins <me@mutt.org>
|
||||||
BuildRoot: /var/tmp/%{name}-buildroot
|
BuildRoot: /var/tmp/%{name}-buildroot
|
||||||
|
|
Loading…
Reference in New Issue
Block a user