projects
/
elisp
/
starttls.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f7a6c
)
Fix
starttls-0_5
author
okada
<okada>
Thu, 2 Nov 2000 10:06:02 +0000
(10:06 +0000)
committer
okada
<okada>
Thu, 2 Nov 2000 10:06:02 +0000
(10:06 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
1b4611a
..
75b487d
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,4
+1,9
@@
-2000-10-07 Simon Josefsson <sj@extundo.com>
+2000-11-02 Kenichi OKADA <okada@opaopa.org>
+
+ * VERSION 0.5 released.
+ * configure.in(AM_INIT_AUTOMAKE): Up.
+
+2000-11-02 Simon Josefsson <sj@extundo.com>
* starttls.c: Use `sizeof buffer -1' instead of `BUFSIZ/2'.
diff --git
a/configure.in
b/configure.in
index
a5716fb
..
2644a05
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,5
+1,5
@@
AC_INIT(starttls.el)
-AM_INIT_AUTOMAKE(starttls, 0.4)
+AM_INIT_AUTOMAKE(starttls, 0.5)
test x"$prefix" = xNONE && prefix="$ac_default_prefix"