We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14a8ee commit 3bd55d4Copy full SHA for 3bd55d4
2 files changed
configure
@@ -29,7 +29,7 @@ set -e
29
30
PROJECT="mbimapidle"
31
VERSION="0.94"
32
-RELEASE="0"
+RELEASE="1"
33
34
if test "$RELEASE" -eq 0; then
35
GIT_REV=$(git describe --abbrev=7 --dirty --always)
doc/NEWS
@@ -1,3 +1,9 @@
1
+0.94 (2026-05-13)
2
+=================
3
+- optimize IDLE handling to save cpu time
4
+- Retry connection on AUTH/LOGIN FAILURE
5
+- Update configure and fix compiler flags
6
+
7
0.93 (2026-04-23)
8
=================
9
- Allow command in user home directory
0 commit comments