From: Hugh Sasse Date: 2006-07-14T18:29:11+09:00 Subject: Re: rss patch -- mostly doc, plus English adjustments. On Thu, 13 Jul 2006, Kouhei Sutou wrote: > Hi, > > In > "rss patch -- mostly doc, plus English adjustments." on Thu, 13 Jul 2006 02:50:53 +0900, > Hugh Sasse wrote: > > > I've tried to improve the error messages, and add comments to the [...] > > Very thanks, Hugh! Glad it was welcome. > I applied your patch but... > > > --- ./lib/rss/dublincore.rb.orig 2006-06-20 12:50:52.000000000 +0100 > > +++ ./lib/rss/dublincore.rb 2006-07-12 18:34:58.990946000 +0100 > > @@ -61,7 +61,10 @@ [...] > > - "rights" => "rightses" # FIXME > > + "rights" => "rights" # this refers to a set of management rights [...] > > } > > I rejected the above changes. Because this changes breaks > backward compatibility. OK. I can't think of a way to "fix" this and maintain compatibility. Maybe someone will be inspired later. > > > Regards, > -- > kou > > Thank you, Hugh