Bug 61231 - [maintainer] update textproc/p5-XML-Atom to 0.05
Summary: [maintainer] update textproc/p5-XML-Atom to 0.05
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-12 06:10 UTC by Cheng-Lung Sung
Modified: 2004-01-13 21:07 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.28 KB, patch)
2004-01-12 06:10 UTC, Cheng-Lung Sung
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng-Lung Sung 2004-01-12 06:10:13 UTC
- update from 0.04 to 0.05
- BACKWARDS INCOMPABILITY:
  Removed XML::Atom::Entry::get_links and XML::Atom::Feed::get_links,
  in favor of new link() method in both classes, which returns a list
  of XML::Atom::Link objects. Also, add_link() now expects an
  XML::Atom::Link object instead of a hash reference.
- BACKWARDS INCOMPABILITY:
  Renamed XML::Atom::API to XML::Atom::Client.
- Added XML::Atom::Link, an encapsulation of the <link> tag in a feed
  or an entry.
- Added XML::Atom::Server, an implementation of an Atom core server
  (to be subclassed for implementation-specific methods).
- Fixed feed auto-discovery to work with all client tests at
  http://diveintomark.org/tests/client/autodiscovery/
- Added (and documented) XML::Atom::Feed->find_feeds, to return all
  of the Atom feed URIs on a page given a URI.
- Fixed issue with PasswordDigest in API (use sha(), not hex(sha())
  for generating password digest).
- Stream parameter to XML::Atom::Entry::new and XML::Atom::Feed::new
  is now optional; if passed only one parameter, it's assumed to be
  the Stream parameter.
- Fixed bug in XML::Atom::Content::as_xml (it didn't work).
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2004-01-13 21:06:43 UTC
State Changed
From-To: open->closed

Committed, thanks !