From: ezust <ez...@us...> - 2024-05-09 13:55:07
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "ProjectViewer jEdit plugin". The branch, master has been updated via f725f9ee2f88be6bd9a2975fe13ebe78a3626229 (commit) from 3d606d7185a59d2aa175a5bcf540bffabe7c64ee (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit: https://sourceforge.net/p/jedit/ProjectViewer/ci/f725f9ee2f88be6bd9a2975fe13ebe78a3626229/ tree: https://sourceforge.net/p/jedit/ProjectViewer/ci/f725f9ee2f88be6bd9a2975fe13ebe78a3626229/tree/ commit f725f9ee2f88be6bd9a2975fe13ebe78a3626229 Author: Alan Ezust <ez...@us...> Date: Thu May 9 06:54:52 2024 -0700 changelog. diff --git a/ProjectViewer.props b/ProjectViewer.props index e5a2f77..64f1659 100644 --- a/ProjectViewer.props +++ b/ProjectViewer.props @@ -10,7 +10,7 @@ plugin.projectviewer.ProjectPlugin.usePluginHome=true plugin.projectviewer.ProjectPlugin.description=The ProjectViewer plugin provides an interface \ for managing a "project", i.e. a related group of \ source files. -plugin.projectviewer.ProjectPlugin.depend.0=jedit 05.04.99.00 +plugin.projectviewer.ProjectPlugin.depend.0=jedit 05.06.99.00 plugin.projectviewer.ProjectPlugin.depend.1=jdk 11 plugin.projectviewer.ProjectPlugin.depend.2=plugin CommonControlsPlugin 1.7.4 diff --git a/docs/CHANGELOG.txt b/docs/CHANGELOG.txt index ff58d47..da88de9 100755 --- a/docs/CHANGELOG.txt +++ b/docs/CHANGELOG.txt @@ -15,8 +15,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -{{{ Version 3.7 +{{{ Version 3.7 requires jEdit 5.6, JDK 11, CommonControlsPlugin 1.7.4, ErrorList 2.3, InfoViewer 1.6.3 Compatibility bugfixes for jEdit 5.7 + Fix for bug 4092, search in directory issue. + Updated German language }}} {{{Version 3.5.4 ----------------------------------------------------------------------- Summary of changes: ProjectViewer.props | 2 +- docs/CHANGELOG.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- ProjectViewer jEdit plugin |