Prepare for packaging

This commit is contained in:
Richard Kimberly Heck 2024-09-24 14:04:08 -04:00
parent da089ac073
commit 2785d1759d
3 changed files with 10 additions and 2 deletions

View File

@ -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
View File

@ -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

View File

@ -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])