r7377 - in /trunk/libdatetime-format-mail-perl: Changes MANIFEST.SKIP META.yml debian/changelog lib/DateTime/Format/Mail.pm notes/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 11 09:20:14 UTC 2007


Author: dmn
Date: Tue Sep 11 09:20:14 2007
New Revision: 7377

URL: http://svn.debian.org/wsvn/?sc=1&rev=7377
Log:
* New upstream release
  No longer includes non-free IETF RFCs

Removed:
    trunk/libdatetime-format-mail-perl/notes/
Modified:
    trunk/libdatetime-format-mail-perl/Changes
    trunk/libdatetime-format-mail-perl/MANIFEST.SKIP
    trunk/libdatetime-format-mail-perl/META.yml
    trunk/libdatetime-format-mail-perl/debian/changelog
    trunk/libdatetime-format-mail-perl/lib/DateTime/Format/Mail.pm

Modified: trunk/libdatetime-format-mail-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libdatetime-format-mail-perl/Changes?rev=7377&op=diff
==============================================================================
--- trunk/libdatetime-format-mail-perl/Changes (original)
+++ trunk/libdatetime-format-mail-perl/Changes Tue Sep 11 09:20:14 2007
@@ -1,72 +1,83 @@
-# Change log for DateTime::Format::Mail
+0.3001  2007-08-30
 
----
-version: 0.30
-date;    24 Jul 2006
-changes:
-    - The strict parsing made the day name mandatory, even though
-      RFC822 and 2822 specify it as optional. Reported by Julian
-      Mehnle.
-    - Turned off signing, since it seems to be causing more trouble than it's worth.
+- No longer including RFCs in the tarball, per the request of the
+  Debian maintainer for this package. Apparently, this makes their job
+  harder, and it serves no useful purpose for me. Requested by Gunnar
+  Wolf. RT #28480.
 
----
-version: 0.2901
-date;    24 Jan 2004
-changes:
-    - New maintainer - Dave Rolsky.
-    - Switched to Module::Build.
-    - Removed some files generated by Iain's docmaker program (which I don't have).
 
----
-version: 0.29
-date:    22 Oct 2003
-changes:
-    - Corrected an error message.
-    - Added some more error checking.
-    - Added some more method examples.
+0.30    2006-07-24
 
----
-version: 0.28
-date:    21 Oct 2003
-changes:
-    - Default cutoff is now 49, as per RFC2822.
-    - Doc shuffling and formatting tweaks.
-    - set_year_cutoff and year_cutoff stricter with arguments.
-    - Cloning fixed, be it from clone() or new().
+- The strict parsing made the day name mandatory, even though RFC822
+  and 2822 specify it as optional. Reported by Julian Mehnle. See RT
+  20451.
 
----
-version: 0.27
-date:    1 Aug 2003
-changes:
-    - Made strict mode stricter.
-    - Advertised loose mode more loudly.
+- Turned off signing, since it seems to be causing more trouble than
+  it's worth.
 
----
-version: 0.26
-date:    16 Jul 2003
-changes:
-    - Uses the spiffy new Locale system.
 
----
-version: 0.25
-date:    3 Jun 2003
-changes:
-    - Backported to 5.005_03
-    - Fixed TZ bug.
+0.2901  2004-01-24
 
----
-version: 0.24
-date:    8 Apr 2003
-changes:
-    - Minor documentation fixes.
-    - Refactored year and timezone repair functions.
-    - Added tests for said functions.
-    - Added ability to parse multiple sign timezones.
-    - GMT and UTC are recognised as timezone names.
+- New maintainer - Dave Rolsky.
 
----
-version: 0.23
-date:    30 Mar 2003
-changes:
-    - Initial version.
+- Switched to Module::Build.
 
+- Removed some files generated by Iain's docmaker program (which I
+  don't have).
+
+
+0.29    2003-10-22
+
+- Corrected an error message.
+
+- Added some more error checking.
+
+- Added some more method examples.
+
+
+0.28    2003-10-21
+
+- Default cutoff is now 49, as per RFC2822.
+
+- Doc shuffling and formatting tweaks.
+
+- set_year_cutoff and year_cutoff stricter with arguments.
+
+- Cloning fixed, be it from clone() or new().
+
+
+0.27    2003-08-01
+
+- Made strict mode stricter.
+
+- Advertised loose mode more loudly.
+
+
+0.26    2003-07-16
+
+- Uses the spiffy new Locale system.
+
+
+0.25    2003-06-03
+
+- Backported to 5.005_03
+
+- Fixed TZ bug.
+
+
+0.24    2003-04-08
+
+- Minor documentation fixes.
+
+- Refactored year and timezone repair functions.
+
+- Added tests for said functions.
+
+- Added ability to parse multiple sign timezones.
+
+- GMT and UTC are recognised as timezone names.
+
+
+0.23    2003-03-30
+
+- Initial version.

Modified: trunk/libdatetime-format-mail-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/trunk/libdatetime-format-mail-perl/MANIFEST.SKIP?rev=7377&op=diff
==============================================================================
--- trunk/libdatetime-format-mail-perl/MANIFEST.SKIP (original)
+++ trunk/libdatetime-format-mail-perl/MANIFEST.SKIP Tue Sep 11 09:20:14 2007
@@ -16,3 +16,4 @@
 \.patch$
 ^log$
 ^data\.yaml$
+notes/.+txt

Modified: trunk/libdatetime-format-mail-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libdatetime-format-mail-perl/META.yml?rev=7377&op=diff
==============================================================================
--- trunk/libdatetime-format-mail-perl/META.yml (original)
+++ trunk/libdatetime-format-mail-perl/META.yml Tue Sep 11 09:20:14 2007
@@ -1,6 +1,6 @@
 ---
 name: DateTime-Format-Mail
-version: 0.30
+version: 0.3001
 author:
   - |-
     Originally written by Iain Truskett <spoon at cpan.org>, who died on
@@ -19,8 +19,8 @@
 provides:
   DateTime::Format::Mail:
     file: lib/DateTime/Format/Mail.pm
-    version: 0.30
-generated_by: Module::Build version 0.2801
+    version: 0.3001
+generated_by: Module::Build version 0.2808
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html
   version: 1.2

Modified: trunk/libdatetime-format-mail-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdatetime-format-mail-perl/debian/changelog?rev=7377&op=diff
==============================================================================
--- trunk/libdatetime-format-mail-perl/debian/changelog (original)
+++ trunk/libdatetime-format-mail-perl/debian/changelog Tue Sep 11 09:20:14 2007
@@ -1,3 +1,10 @@
+libdatetime-format-mail-perl (0.3001-1) UNRELEASED; urgency=low
+
+  * New upstream release
+    No longer includes non-free IETF RFCs
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Sep 2007 12:19:52 +0300
+
 libdatetime-format-mail-perl (0.3000+dfsg-2) UNRELEASED; urgency=low
 
   * Fix watch file to deal with mangled version number.

Modified: trunk/libdatetime-format-mail-perl/lib/DateTime/Format/Mail.pm
URL: http://svn.debian.org/wsvn/trunk/libdatetime-format-mail-perl/lib/DateTime/Format/Mail.pm?rev=7377&op=diff
==============================================================================
--- trunk/libdatetime-format-mail-perl/lib/DateTime/Format/Mail.pm (original)
+++ trunk/libdatetime-format-mail-perl/lib/DateTime/Format/Mail.pm Tue Sep 11 09:20:14 2007
@@ -1,5 +1,5 @@
 package DateTime::Format::Mail;
-# $Id: Mail.pm 3459 2006-07-24 12:39:08Z autarch $
+# $Id: Mail.pm 3746 2007-08-30 19:56:22Z autarch $
 
 use strict;
 use 5.005;
@@ -8,7 +8,7 @@
 use Params::Validate qw( validate validate_pos SCALAR );
 use vars qw( $VERSION );
 
-$VERSION = '0.30';
+$VERSION = '0.3001';
 
 my %validations = (
     year_cutoff =>  {




More information about the Pkg-perl-cvs-commits mailing list