Hello,

It transpires that, since I am leaving for vacation this evening, I
will not be able to release LyX 1.4.5 (I come back on 31/07). This
means that either Jose or Juergen will have to do it (they have all
the information to put things on our ftp sites now).

The only remaining bugs are:

2958            Backport lyx2lyx from trunk to the last 1.4.x version

  waiting for Jose :)

3553    regression      Wrong figure files included in the final pdf manuscript 
w...

  as I wrote in the report, I believe the bug is that user already had
  a pdf definition in his local preferences.



I attach the status file and (for reference) my release checklist.

JMarc

-*- text -*-

This file describes what has been done in the preparation of LyX 1.4.5
All comments are welcome.

I'd be glad if some of you could take the time to check it out (or fix
a bug or two if you are feeling adventurous). Let me recall that all
these fixes have been checked into the BRANCH_1_4_X branch, which you
can get with the command
  svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X lyx-1.4.x

JMarc

[In this list, I try to group things by topic and in decreasing
order of importance. This is, of course, subjective...]

What's new
==========

** Updates:
***********

* DOCUMENTATION AND LOCALIZATION

- Update Hungarian and Italian localizations of the interface.


** Bug fixes:
*************

* DOCUMENT INPUT/OUTPUT

- Don't skip lines after noweb chunks in tex2lyx (bug 3052).

- Fix bug when entering relative length (like page%) as margin
  settings (bug 3416).

- Fix Date external template in windows (bug 3241).

- Fix babel bug triggered by MarkBoth in the IEEEtran.layout (bug
  3510).

- Fix ordering of layouts in beamer textclass (bug 3141).

* USER INTERFACE:

- Fix bug where moving the last section up in the toc dialog eats the
  last paragraph (bug 3303).

- Fix crash when using "all-insets-toggle" lfun on a file with 
  math insets (bug 3358).

- Fix crash when undoing ctrl-<minus> in mathed (bug 3590).

- Fix crash if the thesaurus fails on startup (bug 2691).

- Handle undo correctly when inserting a plain text file (bug 3204).

- Fix misplaced cursor when clicking at the end of a line (bug 3310).

- Make it possible to reset itemize bullets to their original state
  (bug 3312).

- Fix display of Theorem-like environments when in appendix (bug 3351).

- Fix conflict with globally installed math fonts, for ex. from
  Scientific Workplace (bug 3962, windows only).

- Properly keep existing previews when pasting formulas (bug 1486).

- Fix display of math root inset when the exponent contains large
  things (bug 3295).

- Set a default image size value (bug 2458).

- Get ProvidesNatbib working correctly, esp. for egs.layout.

- Fix undo for quotation marks (bug 3439).

- Fix undo for special characters.

- Fix gui for big delimiters.

- Fix wrong LaTeX-output when using the backslash "\" as math
  delimiter (bug 3458) (Qt frontend only).

- Fix generation of linuxdoc manpages (bug 2966).

- Fix example for docbook-article.

- Fix table rotate toolbar buttons images (bug 3525).

- Fix display of "Acknowledgments" environment in elsart document
  class (bug 3931).

* DOCUMENTATION

- Fix description of booktabs tables in the EmbeddedObjects manual
  (bug 3736).

- Fix broken link to IEEETran.cls in LaTeXConfiguration (bug 848).

- Fix that Slovak userguide couldn't be typeset.

* BUILD/INSTALLATION:

- Make LyX/Mac recognize correctly newer versions of teTeX.

-*- text -*-

Things to do to make a new release

- in the source:

  * update version and date in configure.ac
  * update version in po/postats.sh
  * update ANNOUNCE; when this is OK, copy the start of the
    announcement to NEWS
  * export to some directory
     rm -rf /local/lasgoutt/lyx-export
     svn export . /local/lasgoutt/lyx-export
  * run ./autogen.sh
     cd /local/lasgoutt/lyx-export
     ./autogen.sh
  * configure in some directory
     cd /local/lasgoutt/build-export
     ../lyx-export/configure --with-frontend=qt
  * make a distribution.
     make dist
  * create a patch between distribution and previous
     diff -urN -x .svn -x version.C lyx-1.x.(y-1) lyx-1.x.y >patch
  * read the patch and check that it makes sense
  * update 1.x.y.desc and add ANNOUNCE to it
  * create the patch: cat 1.x.y.desc patch >patch-1.x.y
  * create gz and bz2 versions of the patch
    gzip -c9 patch-1.x.y >patch-1.x.y.gz
    bzip2 -c9 patch-1.x.y >patch-1.x.y.bz2

  * tag release as lyx-1_x_y 
     cd src/lyx/1.4.x
     svn cp . svn+ssh://[EMAIL PROTECTED]/lyx/lyx-devel/tags/lyx-1_x_y

- ftp site
  * update dist and patch to ftp.lyx.org/pub/lyx/stable/
  * create directory ftp.lyx.org/pub/lyx/bin/1.x.y

- mail
  * send annoucement to lyx-announce, lyx-devel and lyx-users with
  Reply-to lyx-users. Add [EMAIL PROTECTED] in bcc.

- web site www-user
  * add announcement as announcement/1_x_y.txt
  * update news.inc
  * update last version number in index.php

Reply via email to