Skip to content

Commit 53e68e6

Browse files
authored
Merge pull request #426 from nosracd/update/news
Update changelog
2 parents d526ed2 + ac43ab9 commit 53e68e6

File tree

5 files changed

+24
-44
lines changed

5 files changed

+24
-44
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ add_subdirectory(docs)
5151
lcm_option(
5252
LCM_ENABLE_JAVA
5353
"Build Java bindings and utilities"
54-
JAVA_FOUND Java 1.6)
54+
JAVA_FOUND Java 1.8)
5555
if(LCM_ENABLE_JAVA)
5656
add_subdirectory(lcm-java)
5757
add_custom_target(lcm-spy DEPENDS lcm-spy-alias)

NEWS NEWS.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
April 19, 2023
2+
==============
3+
4+
Release 1.5.0
5+
6+
This is primarily a bugfix and maintenance release.
7+
8+
- General
9+
- Several bug fixes
10+
- Fixed general and deprecation warnings on recent versions of Python and Java
11+
- Build system
12+
- Updated CMake to fix warnings
13+
- Docs
14+
- Now built through Sphinx with a ReadTheDocs theme
15+
- Automatically updated and deployed via CI/CD
16+
- Location has moved from https://lcm-proj.github.io/ to https://lcm-proj.github.io/lcm/
17+
- Windows support
18+
- Moved from supporting Visual Studio to supporting a MSYS2 MGW64 environment
19+
- Java
20+
- Version 1.8 or later is now required
21+
122
August 30, 2018
223
==============
324

docs/content/build-instructions.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,8 @@ make install
8989

9090
## Windows
9191

92-
Requirements:
93-
- GLib for Windows ([http://www.gtk.org](http://www.gtk.org)). You'll need the following packages
94-
- GLib (Run-time, dev)
95-
- gettext-runtime (Run-time)
96-
97-
Building:
98-
1. Follow the instructions in WinSpecific/README.txt to setup GLib.
99-
2. Use the CMake GUI to configure LCM.
100-
3. Open the VS Solution created by CMake and build it.
101-
102-
LCM is officially supported on Visual Studio 2015.
92+
LCM is officially supported on MSYS2. There is some residual support for Visual Studio that is
93+
unmaintained. Please see WinSpecific/README.md for more information on building on Windows.
10394

10495
## Other / General
10596

lcm-python/CHANGELOG

-3
This file was deleted.

lcm-python/README

-29
This file was deleted.

0 commit comments

Comments
 (0)