Skip to content

Commit d3d712c

Browse files
committed
Release 4.1.0
1 parent 7f63f25 commit d3d712c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 4.1.0
4+
* #130 Support LibreOffice SDK >= 24.2
5+
* #104 Improve error handling for RegistrationHandler.classes file
6+
* #117, #119: Improved management of package.properties file
7+
* #127 Improvements to ant build
8+
39
## 4.0.2
410
* #98 Support LibreOffice >= 7.5
511
* #85 Detect subfolders in `lib` directory
@@ -62,7 +68,7 @@
6268
* #32 Include jodconnector.jar in the build
6369

6470
## 2.1.2
65-
* #28: Start LibreOffice with --norestore
71+
* #28: Start LibreOffice with --norestore
6672
* #31: Create dist folder when needed
6773

6874
## 2.1.1

core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Automatic-Module-Name: org.libreoffice.ide.eclipse.core
44
Bundle-Name: LibreOffice eclipse integration - core
55
Bundle-SymbolicName: org.libreoffice.ide.eclipse.core;singleton:=true
66
Bundle-Vendor: The Document Foundation
7-
Bundle-Version: 4.0.2
7+
Bundle-Version: 4.1.0
88
Bundle-Activator: org.libreoffice.ide.eclipse.core.OOEclipsePlugin
99
Bundle-RequiredExecutionEnvironment: JavaSE-17
1010
Bundle-ActivationPolicy: lazy

java/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Automatic-Module-Name: org.libreoffice.ide.eclipse.java
44
Bundle-Name: Java Plug-in for LibreOffice eclipse integration
55
Bundle-SymbolicName: org.libreoffice.ide.eclipse.java;singleton:=true
66
Bundle-Vendor: The Document Foundation
7-
Bundle-Version: 4.0.2
7+
Bundle-Version: 4.1.0
88
Bundle-Activator: org.libreoffice.ide.eclipse.java.OOoJavaPlugin
99
Bundle-ActivationPolicy: lazy
1010
Bundle-RequiredExecutionEnvironment: JavaSE-17

python/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Automatic-Module-Name: org.libreoffice.ide.eclipse.python
44
Bundle-Name: Python Plug-in for LibreOffice Eclipse integration
55
Bundle-SymbolicName: org.libreoffice.ide.eclipse.python;singleton:=true
66
Bundle-Vendor: The Document Foundation
7-
Bundle-Version: 4.0.2
7+
Bundle-Version: 4.1.0
88
Bundle-Activator: org.libreoffice.ide.eclipse.python.OOoPythonPlugin
99
Bundle-ActivationPolicy: lazy
1010
Bundle-RequiredExecutionEnvironment: JavaSE-17

0 commit comments

Comments
 (0)