Subversion Repositories LCARS

Rev

Rev 13 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 198
1
Changelog
1
Changelog
2
==========
2
==========
3
3
4
2011-10-04  PE
4
2011-10-04  PE
5
  - Added diagnostics (just in case)
5
  - Added diagnostics (just in case)
6
  - Use `binmode STDOUT' instead of `use encoding' (compat.)
6
  - Use `binmode STDOUT' instead of `use encoding' (compat.)
7
  - Documentation update, moved changelog and TODO to files 
7
  - Documentation update, moved changelog and TODO to files 
8
  - `##' for leading comments to handle dev artifacts better
8
  - `##' for leading comments to handle dev artifacts better
9
  - Sorted supported newsreaders alphabetically
9
  - Sorted supported newsreaders alphabetically
10
  - Added support for Microsoft Windows Mail (OE successor)
10
  - Added support for Microsoft Windows Mail (OE successor)
11
  - Use uniform sub identifiers (words delimited with `_')
11
  - Use uniform sub identifiers (words delimited with `_')
12
  - Use ISO/IEC units of data storage (KiB, MiB) uniformly
12
  - Use ISO/IEC units of data storage (KiB, MiB) uniformly
13
  - Space after header field's `:' are optional now,
13
  - Space after header field's `:' are optional now,
14
    see RFC 5536, section 2.2 ("MAY")
14
    see RFC 5536, section 2.2 ("MAY")
15
  - Convert old `From' format to new one, collapse whitespace,
15
  - Convert old `From' format to new one, collapse whitespace,
16
    remove outer ("protocol") quotes
16
    remove outer ("protocol") quotes
17
  - Seconds are optional in `Date' header field values now,
17
  - Seconds are optional in `Date' header field values now,
18
    see grammar in RFC 5322, section 3.3 (ref. by RFC 5536, 2.2)
18
    see grammar in RFC 5322, section 3.3 (ref. by RFC 5536, 2.2)
19
  - commify() adapted to perlfaq5
19
  - commify() adapted to perlfaq5
20
  - clean(): Simplified whitespace stripping
20
  - clean(): Simplified whitespace stripping
21
  - write_data(): writes XDATA using UTF-8, removed bogus print()
21
  - write_data(): writes XDATA using UTF-8, removed bogus print()
22
  - Fixed all Perl::Critic-ized code except nested get_agent()
22
  - Fixed all Perl::Critic-ized code except nested get_agent()
23
23
24
2011-10-03  PE
24
2011-10-03  PE
25
  - Use more compatible shebang
25
  - Use more compatible shebang
26
  - Fixed some Perl::Critic-ized code
26
  - Fixed some Perl::Critic-ized code
27
  - Fixed wrong indent for non-ASCII names
27
  - Fixed wrong indent for non-ASCII names
28
  - Formatted source code
28
  - Formatted source code
29
29
30
2011-07-03  PE
30
2011-07-03  PE
31
  - Use Encode to decode/encode MIME encodings
31
  - Use Encode to decode/encode MIME encodings
32
  - Use warnings, utf8 (just in case)
32
  - Use warnings, utf8 (just in case)
33
  - Documentation update
33
  - Documentation update
34
  
34
  
35
N/A         NN
35
N/A         NN
36
  - Take newsgroup name as argument
36
  - Take newsgroup name as argument
37
37
38
2004-06-19  NN
38
2004-06-19  NN
39
  - newsgroup name is $ARGV[0]
39
  - newsgroup name is $ARGV[0]
40
  - Allow command line flags for subtracting
40
  - Allow command line flags for subtracting
41
    output if not pertinent for a group
41
    output if not pertinent for a group
42
    
42
    
43
2002-11-09  NN
43
2002-11-09  NN
44
  - Put Garry's writedata() function back in.
44
  - Put Garry's writedata() function back in.
45
  - added "rn" to my list of UA's
45
  - added "rn" to my list of UA's
46
  - Started using %distinct_agent for both User agent
46
  - Started using %distinct_agent for both User agent
47
    sections
47
    sections
48
  - named it newsstat.pl version 0.3
48
  - named it newsstat.pl version 0.3
49
  
49
  
50
2002-11-06  NN
50
2002-11-06  NN
51
  - Fixed the earliest/latest file problem by using
51
  - Fixed the earliest/latest file problem by using
52
    mtime rather than ctime, and simplifying the logic
52
    mtime rather than ctime, and simplifying the logic
53
    
53
    
54
2002-11-05  NN
54
2002-11-05  NN
55
  - moved user configurations to the top
55
  - moved user configurations to the top
56
  - fixed the cross-posting section
56
  - fixed the cross-posting section
57
  - introduced the $newsgroup_name variable which
57
  - introduced the $newsgroup_name variable which
58
    later becomes $news$group
58
    later becomes $news$group
59
  - changed $name to $agent_name in countagents()
59
  - changed $name to $agent_name in countagents()
60
60
61
Contributors
61
Contributors
62
-------------
62
-------------
63
NN  Nomen nominandum (name to be determined later)
63
NN  Nomen nominandum (name to be determined later)
64
PE  Thomas 'PointedEars' Lahn <startrek@PointedEars.de>
64
PE  Thomas 'PointedEars' Lahn <startrek@PointedEars.de>