Explorar el Código

post 0.8 release commit

Michael Elkins hace 23 años
padre
commit
6267139b71
Se han modificado 3 ficheros con 32 adiciones y 3 borrados
  1. 29 0
      ChangeLog
  2. 1 1
      debian/changelog
  3. 2 2
      isync.spec.in

+ 29 - 0
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>
 
+	* 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:
 	added debian build files
 

+ 1 - 1
debian/changelog

@@ -2,5 +2,5 @@ isync (0.8-1) unstable; urgency=low
 
   * 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
 

+ 2 - 2
isync.spec.in

@@ -1,10 +1,10 @@
 Summary: Utility to synchronize IMAP mailboxes with local maildir folders
 Name: isync
-Version: 0.7
+Version: 0.8
 Release: 1
 Copyright: GPL
 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/
 Packager: Michael Elkins <me@mutt.org>
 BuildRoot: /var/tmp/%{name}-buildroot