Files
python-pybtex/python-pybtex.changes
Guido Berhoerster 518db9ba92 - update to version 0.15
- changed license from GPL-3 to MIT
  - when parsing multiple BibTeX files, macros defined in earlier
    files are now available to all subsequent files, like in BibTeX
  - BibTeX .bst interpreter now prints warnings on missing entries,
    like BibTeX, instead of raising a KeyError
  - call.type$ BibTeX built-in function now uses default.entry for
    unknown entry types, like in BibTeX
  - substring$ now accepts start=0 and returns an empty string.
  - added more detailed error messages for already defined
    variables in .bst files
  - bugfixes

OBS-URL: https://build.opensuse.org/package/show/Publishing/python-pybtex?expand=0&rev=2
2011-06-13 16:51:04 +00:00

27 lines
980 B
Plaintext

-------------------------------------------------------------------
Mon Jun 13 16:11:25 UTC 2011 - gber@opensuse.org
- update to version 0.15
- changed license from GPL-3 to MIT
- when parsing multiple BibTeX files, macros defined in earlier
files are now available to all subsequent files, like in BibTeX
- BibTeX .bst interpreter now prints warnings on missing entries,
like BibTeX, instead of raising a KeyError
- call.type$ BibTeX built-in function now uses default.entry for
unknown entry types, like in BibTeX
- substring$ now accepts start=0 and returns an empty string.
- added more detailed error messages for already defined
variables in .bst files
- bugfixes
-------------------------------------------------------------------
Sun Jan 9 18:13:59 UTC 2011 - gber@opensuse.org
- add documentation
-------------------------------------------------------------------
Sun Jan 9 11:31:32 UTC 2011 - gber@opensuse.org
- initial packaging