Bump version number to `1.4 alpha3'.

This commit is contained in:
Casper Ti. Vector 2012-05-30 21:47:10 +08:00
parent ce5062bf13
commit f7bba59027
7 changed files with 37 additions and 7 deletions

View File

@ -5,7 +5,7 @@
TITLE = pkuthss
MAJORVER = 1.4
MINORVER = alpha2
MINORVER = alpha3
dist:
utils/dist TITLE=$(TITLE) MAJORVER=$(MAJORVER) MINORVER=$(MINORVER)

View File

@ -1,3 +1,34 @@
2012-05-30, v1.4 alpha3
* API Changes:
- `[no]tocbibind' -> `[no]pdftoc', functionality reduced (see below).
- `[no]upcite' removed since biblatex supports it quite flexibly.
* Changes to package code:
- Remove uses of tocbibind because it crashes with biblatex.
* Changes to documentation:
- Use biblatex for bibliography formatting.
- Add instructions for natbib, remove instructions for natbib.
- (Re)add the FAQ section.
- Use more printer-friendly colours.
- Enhance `doc/Make.bat' with bat's `call'.
- Use the hologo package for TeX logos.
- Use tabs in `pkuthss.bib'.
- Update bib file for Casper's biblatex style.
- `thanks.tex' -> `acknowledge.tex'
- Use better determined format for .bib files.
* Misc:
- Split Makefile functionalities to executable in `utils/'.
- `maintcheck' -> `qa', `revbump' -> `bump'.
- Split encoding and line terminator stuffs to `enclt'.
- `dist' now automatically joins caspervector-biblatex files.
- Update find(1) usage.
- QA script updated.
- Use sed(1)'s `y' instead of python's `str.translate()' in `bump'.
- Add appropriate copyright notices.
- Add indentation modelines.
2012-05-12, v1.4 alpha2
* Changes to package code:

View File

@ -25,7 +25,7 @@
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
% pkuthss 文档模版的版本。
\newcommand{\docversion}{v1.4 alpha2}
\newcommand{\docversion}{v1.4 alpha3}
% 设定文档的基本信息。
\pkuthssinfo{
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},

View File

@ -24,7 +24,7 @@
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{pkuthss-extra}
[2012/05/12 v1.4-alpha2 Common extra settings for the pkuthss document class]
[2012/05/30 v1.4-alpha3 Common extra settings for the pkuthss document class]
% Check the dependency of pkuthss.
\@ifclassloaded{pkuthss}{}{

View File

@ -23,7 +23,7 @@
% pkuthss-extra.sty
\ProvidesFile{pkuthss-gbk.def}
[2012/05/12 v1.4-alpha2 Labels and captions in GBK encoding
[2012/05/30 v1.4-alpha3 Labels and captions in GBK encoding
for the pkuthss document class]
\def\label@ctitle{}

View File

@ -23,7 +23,7 @@
% pkuthss-extra.sty
\ProvidesFile{pkuthss-utf8.def}
[2012/05/12 v1.4-alpha2 Labels and captions in UTF-8 encoding
[2012/05/30 v1.4-alpha3 Labels and captions in UTF-8 encoding
for the pkuthss document class]
\def\label@ctitle{}

View File

@ -24,7 +24,7 @@
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{pkuthss}
[2012/05/12 v1.4-alpha2 Peking University dissertation document class]
[2012/05/30 v1.4-alpha3 Peking University dissertation document class]
% Process the encoding options.
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue
@ -49,7 +49,6 @@
\pkuthss@int@extraopt{pdftoc}
\pkuthss@int@extraopt{uppermark}
\pkuthss@int@extraopt{spechap}
\pkuthss@int@extraopt{upcite}
\pkuthss@int@extraopt{pdfprop}
\pkuthss@int@extraopt{colorlinks}
% Pass all other options to `ctexbook' document class.