~ubuntu-branches/ubuntu/trusty/libfeedparser-ruby/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum, Lucas Nussbaum, Gunnar Wolf
  • Date: 2009-07-28 00:12:36 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728001236-ho0q45aaajo90dky
Tags: 0.7-1
[ Lucas Nussbaum ]
* New upstream release.

[ Gunnar Wolf ]
* Changed section to Ruby as per ftp-masters' request

[ Lucas Nussbaum ]
* Update to policy 3.8.2; no changes needed.
* Add misc:Depends to Depends so lintian is happier.
* Move ruby-pkg-tools to Build-Depends so lintian is happier. also
  move others Build-Depends-Indep to Build-Depends. We don't build any
  arch-specific package anyway, so splitting Build-Depends-Indep and
  Build-Depends in pointless.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Ruby-Feedparser 0.7 (27/07/2009)
 
2
================================
 
3
* Handled several creators per feed item
 
4
* Fix bug with urls into tag attributes
 
5
* Better item categories support
 
6
* Reworked text output formatting
 
7
* Ignore ­, as some blog software (dotclear2) misuse it.
 
8
 
1
9
Ruby-Feedparser 0.6 (23/07/2008)
2
10
================================
3
11
* Moved to_human_readable from class Fixnum to class Integer.