ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/common-sense/Changes
Revision: 1.11
Committed: Tue Dec 15 02:25:31 2009 UTC (14 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.10: +8 -0 lines
Log Message:
3.0

File Contents

# User Rev Content
1 root 1.2 Revision history for perl pragma common::sense.
2    
3 root 1.11 3.0 Tue Dec 15 03:24:28 CET 2009
4     - enable "use utf8" effect by default.
5     - removed "utf8" warning category. while this contains useful security
6     stuff, it also makes implementing security stuff almost impossible,
7     as it completely mangles perls internal utf8 encoding with actual
8     utf-8 encoding, and confuses "unicode", "string codepoints" and
9     "utf-8" so much that it becoems practically unusable.
10    
11 root 1.10 2.03 Wed Dec 2 18:38:53 CET 2009
12     - removed "unopened" warning category, as this breaks "stat _", which
13     seems to be a bug in all perl versions (see perlbug #71002).
14     - some doc updates.
15    
16 root 1.9 2.02 Wed Nov 4 12:04:08 CET 2009
17     - no functional changes.
18     - add META.yml clarification to the faq, tune the docs a bit
19     and add a "much reduced typing" section.
20     - unfortunately, the tone of the manpage has tightened and is
21     more serious in many parts now. We consider this a bug that we
22     plan to fix before 2100.
23    
24 root 1.8 2.01 Mon Oct 5 17:01:48 CEST 2009
25     - add a FAQ section.
26     - use a more future-proof way to set the warning mask.
27    
28 root 1.7 2.0 Tue Sep 1 20:28:25 CEST 2009
29     - codename "fatality", now with big doses of... fatality.
30 root 1.6 - enabled an enourmous number of warnings and made them FATAL,
31     as warned about in earlier releases. Of course we carefully
32     tested the new warnings against our modules, as mentioned
33     in the manpage, too.
34 root 1.5
35 root 1.4 1.0 Sat Aug 22 22:08:50 CEST 2009
36     - no functional changes.
37     - really, the first version of common sense!
38     - slightly improved documentation.
39     - forgot to include license.
40    
41 root 1.3 0.04 Sun Aug 2 10:29:23 CEST 2009
42     - added "what others..." section.
43     - reinforce attempt at world domination.
44    
45 root 1.2 0.03 Thu Jul 9 20:16:33 CEST 2009
46     - first public release, written on the Piratenstammtisch
47     (http://wiki.piratenpartei.de/Stammtisch_Karlsruhe).
48 root 1.1
49     0.01 Thu Jul 9 17:48:00 CEST 2009
50     - original version; cloned from Convert::Scalar.
51