Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog #426

Merged
merged 7 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ add_subdirectory(docs)
lcm_option(
LCM_ENABLE_JAVA
"Build Java bindings and utilities"
JAVA_FOUND Java 1.6)
JAVA_FOUND Java 1.8)
if(LCM_ENABLE_JAVA)
add_subdirectory(lcm-java)
add_custom_target(lcm-spy DEPENDS lcm-spy-alias)
Expand Down
21 changes: 21 additions & 0 deletions NEWS → NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
April 19, 2023
==============

Release 1.5.0

This is primarily a bugfix and maintenance release.

- General
- Several bug fixes
- Fixed general and deprecation warnings on recent versions of Python and Java
- Build system
- Updated CMake to fix warnings
- Docs
- Now built through Sphinx with a ReadTheDocs theme
- Automatically updated and deployed via CI/CD
- Location has moved from https://lcm-proj.github.io/ to https://lcm-proj.github.io/lcm/
- Windows support
- Moved from supporting Visual Studio to supporting a MSYS2 MGW64 environment
- Java
- Version 1.8 or later is now required

August 30, 2018
==============

Expand Down
13 changes: 2 additions & 11 deletions docs/content/build-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,8 @@ Download and build LCM.

## Windows

Requirements:
- GLib for Windows ([http://www.gtk.org](http://www.gtk.org)). You'll need the following packages
- GLib (Run-time, dev)
- gettext-runtime (Run-time)

Building:
1. Follow the instructions in WinSpecific/README.txt to setup GLib.
2. Use the CMake GUI to configure LCM.
3. Open the VS Solution created by CMake and build it.

LCM is officially supported on Visual Studio 2015.
LCM is officially supported on MSYS2. There is some residual support for Visual Studio that is
unmaintained. Please see WinSpecific/README.md for more information on building on Windows.

## Other / General

Expand Down
3 changes: 0 additions & 3 deletions lcm-python/CHANGELOG

This file was deleted.

29 changes: 0 additions & 29 deletions lcm-python/README

This file was deleted.