Skip to content

Commit b8ccac8

Browse files
committed
Release LinuxCNC version 2.9.4
1 parent 62642dd commit b8ccac8

2 files changed

Lines changed: 131 additions & 1 deletion

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.3
1+
2.9.4

debian/changelog

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,133 @@
1+
linuxcnc (1:2.9.4) UNRELEASED; urgency=medium
2+
3+
* Merge pull request #3283 from Sigma1912/patch-2
4+
* Gmoccapy: fix bugs caused by GStat missing changes in interpreter mode
5+
* gmoccapy: expand G-code editor in edit mode
6+
* gmoccapy: revert "remember position of hbox2 (GtkPaned)"
7+
* Merge pull request #3269 from hansu/gmoccapy-3-4-9
8+
* gmoccapy_3_4_9: set version number and update release notes
9+
* gmoccapy: ensure usage of lowercase for settings in pref file (#3181)
10+
* gmoccapy: get offset names directly from offsetpage-widget
11+
* offsetpage-widget: don't translate column 0
12+
* gmoccapy: revert "added Gtk.Paned for upper main area"
13+
* gmoccapy: fix wrong states of spindle button images after program abort
14+
* Follow symlinks in config dir
15+
* Merge pull request #3259 from BsAtHome/backport-debian_sid-include
16+
* Necessary include for gettimeofday() in debian:sid.
17+
* Merge pull request #3251 from Sigma1912/patch-1
18+
* Add clearer info on ini entries containing lowercase chars
19+
* Update m-code.adoc - typo exection -> execution
20+
* Merge pull request #3247 from Sigma1912/patch-1
21+
* gmoccapy.adoc: correct INI section name [MACROS]
22+
* Disable "override limits" at the end of the jog. This fixes the issue that the override was not cleared in teleop (homed) mode Issue #2482
23+
* Doc: User Defined Command, add note on exit codes != 0
24+
* gmoccapy: update release notes
25+
* docs: fix list in building-linuxcnc.adoc
26+
* Typos in carousel.comp
27+
* Merge pull request #3227 from BsAtHome/backport_2.9_3200-3202
28+
* Merge pull request #3226 from BsAtHome/backport_2.9_fix-hm2_spi
29+
* Backport fix hm2_spi driver. This was discovered in master and fixed in PR #3225.
30+
* Backport fix superfluous NULL check to 2.9 branch (issue #3202).
31+
* Backport fix invalid printf format to 2.9 branch (issue #3200).
32+
* Merge pull request #3212 from BsAtHome/hm2_spix-backport-2.9
33+
* Add missing include to fix checks.
34+
* Backport the hm2_spix driver for Raspberry Pi 3, 4 and 5 to the 2.9 branch.
35+
* qtvcp -cam align panel: fix setting x and y scaling
36+
* gmoccapy: further corrections of sample INI-file regarding really used values
37+
* docs: update gmoccapy docs regarding INI values
38+
* halshow: fix error on right click "Set to .."
39+
* docs: little typo in gstat.adoc
40+
* gmoccapy: move spaces out of translatable strings
41+
* Fix "Change to raw strings to fix Python SyntaxWarning" (2)
42+
* Merge pull request #3179 from hansu/issue-3175
43+
* Fix "Change to raw strings to fix Python SyntaxWarning"
44+
* docs: gmoccapy - fix order of settings section according to actual order
45+
* Merge pull request #3172 from havardAasen/fix-python-syntax-warning
46+
* Fix deprecated locale.format() -> locale.format_string()
47+
* Update regex
48+
* Change to raw strings to fix Python SyntaxWarning
49+
* docs: improve "HAL Component Generator" doc page (halcompile)
50+
* Merge pull request #3158 from petterreinholdtsen/bug-debian-1080668-python3-setuptools
51+
* Dropped use of depricated python3-setuptools / distutils.
52+
* Merge pull request #3159 from petterreinholdtsen/2.9-upstream-ax-python
53+
* Fetched latest ax_python.m4 and ax_python_devel.m4 from upstream.
54+
* Revert "Remove remaining use of deprecated distutils."
55+
* Revert "Distutils, fix error in previous fix"
56+
* Distutils, fix error in previous fix Addresses #1080668
57+
* Remove remaining use of deprecated distutils. Addresses #1080668
58+
* QTVCP: Typo in error message
59+
* Merge pull request #3137 from petterreinholdtsen/2.9-avoid-bashism-configure-ac
60+
* Avoid bashism in configure.ac
61+
* qtvcp -test_panel: remove distutils library requirement
62+
* Merge pull request #3048 from hansu/gmoccapy-gcmc-config
63+
* qtvcp -action_buttons: fix momentary buttons status indicator
64+
* Merge pull request #3130 from hansu/gmoccapy-deprecation-warning-2
65+
* gmoccapy: fix deprecation warning "Gtk.StyleContext.get_background_color is deprecated"
66+
* Merge pull request #3115 from zz912/patch-30
67+
* Merge pull request #3125 from hansu/gmoccapy-deprecation-warning
68+
* gscreen: remove deprecated use of GtkLabel constructor
69+
* gmoccapy: remove deprecated use of GtkLabel constructor
70+
* Merge pull request #3118 from zz912/patch-31
71+
* lathe_macros.ini - enable postgui.hal
72+
* Replace non-exist toolchange.py by stdglue.py
73+
* Merge pull request #3106 from LinuxCNC/andypugh/gscreen
74+
* gscreen: Fix Spartan sim homing
75+
* gscreen: Further tidying up to clear up runtime errors and startup verbosity
76+
* gscreen: Fix broken configs - Silverdragon++ I found how to do settings when fixing gaxis
77+
* gscreen: Fix broken configs - tester
78+
* gscreen: Fix broken configs - gaxis
79+
* gscreen: Fix broken configs - 9-axis
80+
* gscreen: Fix broken configs - Spartan
81+
* gscreen: Fix broken configs - Industrial
82+
* gscreen: Fix broken configs
83+
* docs: add note to gmoccapy keyboard shortcuts
84+
* fix: eliminated printf in shell script
85+
* Merge pull request #3090 from Sigma1912/2.9-fix-configs-apps-gladevcp
86+
* Fix sim config: apps/gladevcp/animated-backdrop
87+
* Add workaround for long keys= in mqtt-publisher This fixes #3084
88+
* docs: fixed wrong unit: µm --> um
89+
* Merge pull request #3099 from Sigma1912/2.9-configs-apps-xhc-hb04-2
90+
* Add note about required 'XTerm' to README 'configs/apps/xhc-hb04'
91+
* Update configs/apps/gladevcp/animated-backdrop/cairodraw.py
92+
* Merge pull request #3083 from hansu/gtk-sourceview-4-migration
93+
* configs/apps/gladevcp/animated-backdrop: partial fix
94+
* configs/apps/gladevcp/by-widget/sourceview: fix 'up','down' button functionalitiy
95+
* fix configs/apps/gladevcp: update to gtk3 ('sourceview' and 'animated backdrop' still not 100%))
96+
* Use now GtkSourceview 4
97+
* qtplasmac: fix file load after single cut
98+
* Merge pull request #3076 from Sigma1912/2.9-fix-sim-config-rack-toolchange
99+
* Fix glade panel and remove depricated 'Features' entries in ini
100+
* qtvcp -tab_widget: fix float/int error with new libraries
101+
* Merge pull request #3054 from petterreinholdtsen/2.9-build-sid
102+
* Reinsert github CI test build on sid
103+
* Merge pull request #3026 from hansu/2966-gmoccapy-destroys-tooltable
104+
* Merge pull request #3049 from mark-v-d/2.9
105+
* We need to turn cutter compensation off for the rapid to the startpoint as well.
106+
* Merge pull request #3017 from petterreinholdtsen/2-9-smoe-debian_manpages
107+
* gmoccapy: add sim config for gcmc support
108+
* tooledit: throw exeption when locale not set
109+
* tooltable: create a backup file when error occurs on saving + add exception message
110+
* Adjusted handling of man pages to avoid duplicate lists.
111+
* Merge pull request #3043 from petterreinholdtsen/2.9-disable-unstable-build
112+
* Disabled github CI build on unstable/sid until it start working again.
113+
* Merge pull request #3042 from petterreinholdtsen/2.9-new-manpage-install
114+
* Merge pull request #3041 from rmu75/rs/fix-locale-restore-2.9
115+
* Added new man pages to debian/linuxcnc.install.in.
116+
* fix restoring of locale setting in interp
117+
* Revert "docs: force monospace font in ASCII art (related to #3007)"
118+
* Merge pull request #3035 from sensille/litehm2-2.9
119+
* hostmot2: collect initial writes into a single packet
120+
* shmen.cc: Revert a mistaken srrncmp->rtapi_srtlcpy change,
121+
* Add missing mapages (#3029)
122+
* docs: force monospace font in ASCII art (related to #3007)
123+
* docs: fix missing line break in toggle2nist man page
124+
* Merge pull request #3020 from mark-v-d/2.9
125+
* Fixed bug #2939. But now new and improved. This fixes the case where the sub actually has a leadout, but it is too short.
126+
* Fixed bug #2939. When fixing the case where there was no leadout move, I broke the case where the leadout was exceeding the starting point.
127+
* Allow uniq_id to be used to select hal_input devices. (#3015)
128+
129+
-- andypugh <andy@bodgesoc.org> Sat, 25 Jan 2025 12:20:01 +0000
130+
1131
linuxcnc (1:2.9.3) UNRELEASED; urgency=medium
2132

3133
* Make warning about file endings more explicit for new users. (#3013)

0 commit comments

Comments
 (0)