File: ChangeLog

package info (click to toggle)
libgnumail-java 1.0-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,620 kB
  • ctags: 2,193
  • sloc: java: 17,470; sh: 9,912; makefile: 432; xml: 159
file content (75 lines) | stat: -rw-r--r-- 2,439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
2004-06-07  Chris Burdess  <dog@bluezoo.org>

	* NNTPTransport.java: Implemented transport events.

2004-06-01  Chris Burdess  <dog@bluezoo.org>

	* Makefile.am: Applied patch #3105.

2004-05-27  Chris Burdess  <dog@bluezoo.org>

	* MessagingException.java: Print embedded stack trace.	
	* MailboxURLConnection.java: Stream handler for mailboxes.

2004-05-24  Chris Burdess  <dog@bluezoo.org>

	* MimeUtility.java: Fixed MIME-Java character conversion (#8658)
	* SMTPTransport.java: Fixed typo propagating wrong delivery event
	    type.

2004-03-28  Chris Burdess  <dog@bluezoo.org>

	* Updated all required files for JavaMail 1.3
	* configure.ac: Removed AC_PROG_JAVADOC.
	* Makefile.am: Added install targets.

2004-03-13  Chris Burdess  <dog@bluezoo.org>

	* acinclude.m4: Added macros to find activation.jar and inetlib.jar.
	* configure.ac: Search for jarfiles.
	* Makefile.am: Allow builds in other directories.

2004-02-10  Chris Burdess  <dog@bluezoo.org>

	* javamail.charset.map: Added some missing Java charsets.
	* MimeUtility.java: Corrected a charset detection bug.

2004-02-05  Chris Burdess  <dog@bluezoo.org>

	* NNTPStore.java: Corrected retrieval of "listall" property.

2004-01-29  Chris Burdess  <dog@bluezoo.org>

	* QPOutputStream.java: Applied O/yvind Harboe's patch to correct output of
	    space character.

2004-01-26  Chris Burdess  <dog@bluezoo.org>

    * build.xml: Updated ant build script to match new build system.

2004-01-25  Chris Burdess  <dog@bluezoo.org>

	* SMTPTransport.java: Incorporated code to recover the connection to
	    control state on an I/O error during message transmission.

2004-01-23  Chris Burdess  <dog@bluezoo.org>

	* RFC2822OutputStream.java: Applied O/yvind Harboe's patch to correct
	    UTF-8 encoding problem in gcj runtime.

2004-01-19  Chris Burdess  <dog@bluezoo.org>

    * Makefile.am: Workarounds to avoid recursion.
    * configure.ac: Added PACKAGE and VERSION for compatibility with different
        versions of automake.

2004-01-11  Chris Burdess  <dog@bluezoo.org>

	* Makefile.am: Major rework, dropping jarcompiler.
	    Incremental builds are now supported.
	    2 jars are generated: gnumail.jar (API) and providers.jar.
	    javamail.default.providers lists only providers selected in configure.
	    New target `javadoc' generates API documentation in docs subdirectory.
	* configure.ac: Added javadoc program.
	* imap/package.html: Corrected typos.