Michael Elkins 23 жил өмнө
parent
commit
2c648da5cf
3 өөрчлөгдсөн 29 нэмэгдсэн , 5 устгасан
  1. 24 0
      ChangeLog
  2. 1 1
      Makefile.am
  3. 4 4
      isync.spec.in

+ 24 - 0
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:

+ 1 - 1
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

+ 4 - 4
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 <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