mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Prepare for packaging
This commit is contained in:
parent
da089ac073
commit
2785d1759d
4
ANNOUNCE
4
ANNOUNCE
@ -9,6 +9,10 @@ features. However, some crashes have been fixed, and we have made some
|
||||
significant improvements to display speed, which will be especially
|
||||
noticeable on older or slower systems.
|
||||
|
||||
One important bug fixed in this release involves labels in captions
|
||||
and some other constructs. These were wrongly \protect'ed in earlier
|
||||
versions.
|
||||
|
||||
There has been a change (as of 2.4.0) in how the option to use vertical
|
||||
space between paragraphs is handled. Previously, LyX simply modified
|
||||
\parskip and \parindent, but this caused various problems (see bug
|
||||
|
4
NEWS
4
NEWS
@ -6,6 +6,10 @@ features. However, some crashes have been fixed, and we have made some
|
||||
significant improvements to display speed, which will be especially
|
||||
noticeable on older or slower systems.
|
||||
|
||||
One important bug fixed in this release involves labels in captions
|
||||
and some other constructs. These were wrongly \protect'ed in earlier
|
||||
versions.
|
||||
|
||||
There has been a change (as of 2.4.0) in how the option to use vertical
|
||||
space between paragraphs is handled. Previously, LyX simply modified
|
||||
\parskip and \parindent, but this caused various problems (see bug
|
||||
|
@ -1,9 +1,9 @@
|
||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
||||
|
||||
AC_INIT([LyX],[2.4.2],[lyx-devel@lists.lyx.org],[lyx])
|
||||
AC_INIT([LyX],[2.4.2-1],[lyx-devel@lists.lyx.org],[lyx])
|
||||
AC_PRESERVE_HELP_ORDER
|
||||
# Use ISO format only. The frontend needs to parse this
|
||||
AC_SUBST(LYX_DATE, ["2024-09-19"])
|
||||
AC_SUBST(LYX_DATE, ["2024-09-24"])
|
||||
AC_PREREQ([2.65])
|
||||
AC_CONFIG_SRCDIR(src/main.cpp)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
Loading…
Reference in New Issue
Block a user