* Wed Oct 06 2010 Jeff Fearn <jfearn@redhat.com> 2.2-0
- Extend callout graphics to 40; adjust colour and font BZ #629804 <r.landmann@redhat.com> - Make keycombo example consistent with RHEL6 behaviour. BZ #618735 <r.landmann@redhat.com> - Restrict CSS style for edition to title pages to avoid applying to bibliographies <r.landmann@redhat.com> - Fix images/icon.svg breaking rpm build. BZ #612515 - Fix empty term breaking PDF build. BZ #614728 - Fix footnote not catching modified para. BZ #565903 - Fix SRPM not including web labels. BZ #621036 - Update tocs when home page is updated. BZ #612027 - Don't display stats for unused languages. BZ #613500 - Fix admonitions/varlistentry not having IDs. BZ #616112 - Fix procedure/itemizedlist/orderedlist not having IDs. BZ #612817 - Catch invalid revision in translation. BZ #621721 - Limit index.html redirection to installed languages. BZ #612009 - Fix smaller width being overridden by max_image_width. BZ #613140 - Fix support for def_lang for web sites. BZ #622030 - Remove ant trails from selected links. - Add --novalid option to disable validation when building. BZ #616142 - Revert change to escaping ', ", >, <. BZ #628266 - Add support for product and version splash pages. BZ #613502 - Fix unused version breaking product hiding. - Add support for alerts for parameters. - Add bash completion. - Validate revnumber for changelog. BZ #628464 - Add basic man page support. BZ #632027 - Add basic support for line numbers. BZ #629463 - Add warning messages for out of date translations. - Add productname to IGNOREBLOCKS. BZ #625316 - Add OPDS support. BZ #615831 - Fix translated labels in web nav. BZ #631647 - Remove highlighting from output of prompt tag in html. BZ #618902 <ryanlerch@gmail.com> - Resize index title font to a sane size. BZ #624392 - Fix misapplied fonts for CJK. BZ #628786 - Fix attributes breaking translation merge. BZ #638816 - Fix entities missing from RPM description. BZ #626254 - Add bridgehead_in_toc parameter. BZ #616123 - Support '--lang all' for lang_stats. - Left align CJK in PDF. BZ #639811 - Fix constraint regex on docname and productname. BZ #640082
This commit is contained in:
parent
a95805c726
commit
dff6e51896
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Publican-2.1.tar.gz
|
||||
/Publican-2.2.tar.gz
|
||||
|
@ -12,7 +12,8 @@
|
||||
%endif
|
||||
|
||||
# who doesn't have xdg-open?
|
||||
%define HTMLVIEW %(test %{RHEL5} == 1 && echo 1 || echo 0)
|
||||
#%define HTMLVIEW %(test %{RHEL5} == 1 && echo 1 || echo 0)
|
||||
%define HTMLVIEW %{RHEL5}
|
||||
|
||||
# required for desktop file install
|
||||
%define my_vendor %(test %{OTHER} == 1 && echo "fedora" || echo "redhat")
|
||||
@ -20,7 +21,7 @@
|
||||
%define TESTS 0
|
||||
|
||||
Name: publican
|
||||
Version: 2.1
|
||||
Version: 2.2
|
||||
Release: 0%{?dist}
|
||||
Summary: Common files and scripts for publishing with DocBook XML
|
||||
# For a breakdown of the licensing, refer to LICENSE
|
||||
@ -212,6 +213,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/publican
|
||||
%{_datadir}/publican
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/publican-website.cfg
|
||||
%{_sysconfdir}/bash_completion.d/_publican
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
@ -220,6 +222,46 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc fdl.txt
|
||||
|
||||
%changelog
|
||||
* Wed Oct 06 2010 Jeff Fearn <jfearn@redhat.com> 2.2-0
|
||||
- Extend callout graphics to 40; adjust colour and font BZ #629804 <r.landmann@redhat.com>
|
||||
- Make keycombo example consistent with RHEL6 behaviour. BZ #618735 <r.landmann@redhat.com>
|
||||
- Restrict CSS style for edition to title pages to avoid applying to bibliographies <r.landmann@redhat.com>
|
||||
- Fix images/icon.svg breaking rpm build. BZ #612515
|
||||
- Fix empty term breaking PDF build. BZ #614728
|
||||
- Fix footnote not catching modified para. BZ #565903
|
||||
- Fix SRPM not including web labels. BZ #621036
|
||||
- Update tocs when home page is updated. BZ #612027
|
||||
- Don't display stats for unused languages. BZ #613500
|
||||
- Fix admonitions/varlistentry not having IDs. BZ #616112
|
||||
- Fix procedure/itemizedlist/orderedlist not having IDs. BZ #612817
|
||||
- Catch invalid revision in translation. BZ #621721
|
||||
- Limit index.html redirection to installed languages. BZ #612009
|
||||
- Fix smaller width being overridden by max_image_width. BZ #613140
|
||||
- Fix support for def_lang for web sites. BZ #622030
|
||||
- Remove ant trails from selected links.
|
||||
- Add --novalid option to disable validation when building. BZ #616142
|
||||
- Revert change to escaping ', ", >, <. BZ #628266
|
||||
- Add support for product and version splash pages. BZ #613502
|
||||
- Fix unused version breaking product hiding.
|
||||
- Add support for alerts for parameters.
|
||||
- Add bash completion.
|
||||
- Validate revnumber for changelog. BZ #628464
|
||||
- Add basic man page support. BZ #632027
|
||||
- Add basic support for line numbers. BZ #629463
|
||||
- Add warning messages for out of date translations.
|
||||
- Add productname to IGNOREBLOCKS. BZ #625316
|
||||
- Add OPDS support. BZ #615831
|
||||
- Fix translated labels in web nav. BZ #631647
|
||||
- Remove highlighting from output of prompt tag in html. BZ #618902 <ryanlerch@gmail.com>
|
||||
- Resize index title font to a sane size. BZ #624392
|
||||
- Fix misapplied fonts for CJK. BZ #628786
|
||||
- Fix attributes breaking translation merge. BZ #638816
|
||||
- Fix entities missing from RPM description. BZ #626254
|
||||
- Add bridgehead_in_toc parameter. BZ #616123
|
||||
- Support '--lang all' for lang_stats.
|
||||
- Left align CJK in PDF. BZ #639811
|
||||
- Fix constraint regex on docname and productname. BZ #640082
|
||||
|
||||
* Tue Jul 06 2010 Jeff Fearn <jfearn@redhat.com> 2.1-0
|
||||
- Fix broken install_book not updating DB.
|
||||
- Fix typos in docs.
|
||||
@ -988,3 +1030,4 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user