Skip to content

Commit 3bd55d4

Browse files
committed
Prepare 0.94
1 parent e14a8ee commit 3bd55d4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set -e
2929

3030
PROJECT="mbimapidle"
3131
VERSION="0.94"
32-
RELEASE="0"
32+
RELEASE="1"
3333

3434
if test "$RELEASE" -eq 0; then
3535
GIT_REV=$(git describe --abbrev=7 --dirty --always)

doc/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.93 (2026-04-23)
28
=================
39
- Allow command in user home directory

0 commit comments

Comments
 (0)