Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
d77c532b
Commit
d77c532b
authored
14 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Bump to 0.9.4 (official)
parent
23e209a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/syncterm/CHANGES
+9
-0
9 additions, 0 deletions
src/syncterm/CHANGES
src/syncterm/Info.plist
+1
-1
1 addition, 1 deletion
src/syncterm/Info.plist
src/syncterm/syncterm.c
+1
-1
1 addition, 1 deletion
src/syncterm/syncterm.c
src/syncterm/syncterm.spec
+1
-1
1 addition, 1 deletion
src/syncterm/syncterm.spec
with
12 additions
and
3 deletions
src/syncterm/CHANGES
+
9
−
0
View file @
d77c532b
Version 0.9.4
-------------
X/Y/Zmodem improvements for large files
Update to Cryptlib 3.4.0
More output optimization
Support Cursor Character Absolute sequence
Add "raw" upload protocol
Better directory selection on OS X
Version 0.9.3
-------------
Fix startup crashes on most PPC based Macs
...
...
This diff is collapsed.
Click to expand it.
src/syncterm/Info.plist
+
1
−
1
View file @
d77c532b
...
...
@@ -21,7 +21,7 @@
<string>
SyncTERM
</string>
<key>
CFBundleShortVersionString
</key>
<string>
0.9.
3
</string>
<string>
0.9.
4
</string>
<key>
CFBundleGetInfoString
</key>
<string>
An ANSI-BBS terminal which supports telnet, rlogin, and SSH
</string>
...
...
This diff is collapsed.
Click to expand it.
src/syncterm/syncterm.c
+
1
−
1
View file @
d77c532b
...
...
@@ -34,7 +34,7 @@
#include
"uifcinit.h"
#include
"window.h"
char
*
syncterm_version
=
"SyncTERM 0.9.4
b
"
char
*
syncterm_version
=
"SyncTERM 0.9.4"
#ifdef _DEBUG
" Debug ("
__DATE__
")"
#endif
...
...
This diff is collapsed.
Click to expand it.
src/syncterm/syncterm.spec
+
1
−
1
View file @
d77c532b
Summary: An ANSI-BBS terminal which supports telnet, rlogin, and SSH
Name: SyncTERM
Version: 0.9.
2
Version: 0.9.
4
Release: 20071001
Copyright: GPL
Group: Applications/Communications
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment