Thierry Godefroy
Matthieu Dazy
Jonathan Ware
+ Yasumatsu
+ Stefaan A Eeckels
+ OSHIRO Naoki
+ KAJIWARA
+2001-11-07
+
+ * version 0.6.5
+
+2001-11-07
+
+ * src/socket.c: ssl_gets(): use SSL_peek.
+ * updated NEWS and AUTHORS.
+ * Makefile.am: fixed release target.
+
2001-11-06
* src/template.c: changed the format of template file to
+2001-11-07 [paul] 0.6.5claws1
+
+ * sync with sylpheed 0.6.5. release
+ see ChangeLog entry 2001-11-07
+
2001-11-07 [paul] 0.6.4claws31
* sync with sylpheed 0.6.4cvs18
+2001-11-07
+
+ * version 0.6.5
+
+2001-11-07
+
+ * src/socket.c: ssl_gets(): SSL_peek ¤ò»ÈÍÑ¡£
+ * NEWS ¤È AUTHORS ¤ò¹¹¿·¡£
+ * Makefile.am: release ¥¿¡¼¥²¥Ã¥È¤ò½¤Àµ¡£
+
2001-11-06
* src/template.c: ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤ò RFC2822
release: distdir
-chmod -R a+r $(distdir)
- GZIP=$(GZIP_ENV) $(AMTAR) chozf $(distdir).tar.gz $(distdir)
- BZIP2=$(BZIP2_ENV) $(AMTAR) chojf $(distdir).tar.bz2 $(distdir)
+ GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
+ BZIP2=$(BZIP2_ENV) $(TAR) chojf $(distdir).tar.bz2 $(distdir)
-rm -rf $(distdir)
* The password for SMTP AUTH is asked now when not specified.
* The mime.types file is searched from several directories now.
* The preferences dialogs have been sorted out a bit.
+ * A freeze bug on using SSL has been fixed.
* Some bugs have been fixed.
* 0.6.4
dnl version number
MAJOR_VERSION=0
MINOR_VERSION=6
-MICRO_VERSION=4
+MICRO_VERSION=5
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws31
+EXTRA_VERSION=claws1
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl