Update to 1.0

- New upstream release 1.0
  - Clarify that the second arg of FREEZE/THAW is the data model/data format
    name, not the serializer
  - Clarify that FREEZE must not modify the data structure to be serialized
This commit is contained in:
Paul Howarth 2013-12-02 11:42:52 +00:00
parent ef9e8efa9e
commit 82c418f5bb
2 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Name: perl-Types-Serialiser
Summary: Simple data types for common serialization formats
Version: 0.03
Release: 2%{?dist}
Version: 1.0
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Types-Serialiser/
@ -54,6 +54,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/Types::Serialiser::Error.3pm*
%changelog
* Mon Dec 2 2013 Paul Howarth <paul@city-fan.org> - 1.0-1
- Update to 1.0
- Clarify that the second arg of FREEZE/THAW is the data model/data format
name, not the serializer
- Clarify that FREEZE must not modify the data structure to be serialized
* Wed Oct 30 2013 Paul Howarth <paul@city-fan.org> - 0.03-2
- Sanitize for Fedora submission

View File

@ -1 +1 @@
a18e0f223da6b7c73068957e7cb6e463 Types-Serialiser-0.03.tar.gz
76460a2bfbc644672499af89192e03fe Types-Serialiser-1.0.tar.gz