[PATCH] Release notes: use bug titles instead of commit messages if possible

Ivan Timofeev timofeev.i.s at gmail.com
Fri May 18 07:56:01 PDT 2012


Hi Petr,

On 18.05.2012 18:13, Petr Mladek wrote:
> I like it very much. The only problem is that I havn't got any title
> from bugzilla :-)

LOL :)

> It seems that $response->title() does not return anything here. I can't
> find the title() method at
> http://search.cpan.org/~gaas/HTTP-Message-6.03/lib/HTTP/Response.pm
> So I am in doubts how it is supposed to work. I have tried some other
> hacks but without success.

"HTTP::Response is a subclass of HTTP::Message and therefore inherits 
its methods." Actually it comes from Headers:
http://search.cpan.org/~gaas/HTTP-Message-6.03/lib/HTTP/Headers.pm

> Does it somehow work for you? Could you please sens some sample
> parameters that you are using?

I do:
   ~/libo/master$ ./bin/lo-commit-stat --log-suffix=bombom --bugs ./ 
--after="2012-05-16"

and it prints bug numbers, but that's a debugging info that I forgot to 
remove; and then I do

   ~/libo/master$ cat bugfixes-master-bombom.log

and it prints

   bnc#760029 floor borders were missing from 3D Charts. [Muthu Subramanian]
   fdo#40778 Remove dictionary choice when adding new entry to the 
spellchecker [Caolán McNamara]
   fdo#49921 UI: UI glitch in Find & Replace dialog - buttons invisible 
[David Tardon]

Ivan


More information about the LibreOffice mailing list