Subversion Repositories LCARS

Rev

Rev 12 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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