Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
f586b827
Commit
f586b827
authored
Jan 22, 2000
by
Niels Möller
Browse files
* configure.in: Bumped version to 0.2.5.
Rev: ChangeLog:1.148 Rev: NEWS:1.38 Rev: configure.in:1.50
parent
40933a58
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f586b827
2000-01-22 Niels Mller <nisse@cuckoo.localdomain>
* src/channel.c (exc_finish_channel_handler): New attribute dead,
to keep track of channels that have already been deallocated.
Reported by Markus.
* src/channel.c: Deleted some old commented-out definitions.
* src/scm/gaba.scm (type->mark): Handle space-variables with an
optional third argument just like pointer-variables with three
arguments. I.e. use the third arg as the name of a field holding
the current size of an array. Reported by Bazsi. For now, doesn't
try to free array elements (which is ok as long as the arrays are
used for objects subject to gc).
* configure.in: Bumped version to 0.2.5.
2000-01-20 Niels Mller <nisse@cuckoo.localdomain>
* configure.in: Prefer guile if both guile and scsh are installed.
...
...
NEWS
View file @
f586b827
News for the 0.2.5 release
Bugfixes.
News for the 0.2.3 release
Added lshd options --password, --no-password, --publickey and
...
...
configure.in
View file @
f586b827
...
...
@@ -4,7 +4,7 @@ dnl $Id$
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/lsh_types.h)
AM_INIT_AUTOMAKE(lsh, 0.2.
4
)
AM_INIT_AUTOMAKE(lsh, 0.2.
5
)
dnl No real versioning yet, use dated snapshots instead.
dnl AM_INIT_AUTOMAKE(lsh, esyscmd([date +snapshot-%Y-%m-%d]))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment