Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
67dc7baa
Commit
67dc7baa
authored
Nov 28, 2004
by
Roger Dingledine
Browse files
bump to 0.0.9rc4
svn:r3001
parent
dad760dd
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
67dc7baa
Changes so far in 0.0.9:
rc4:
o Bugfixes on 0.0.8.1:
- Make windows sockets actually non-blocking (oops), and handle
win32 socket errors better.
o Bugfixes on 0.0.9rc1:
- Actually catch the -USR2 signal.
rc3:
o Bugfixes on 0.0.8.1:
- Flush the log file descriptor after we print "Tor opening log file",
...
...
configure.in
View file @
67dc7baa
AC_INIT
AM_INIT_AUTOMAKE(tor, 0.0.9rc4
-cvs
)
AM_INIT_AUTOMAKE(tor, 0.0.9rc4)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
...
...
contrib/tor.nsi
View file @
67dc7baa
...
...
@@ -31,7 +31,7 @@
!include "MUI.nsh"
!define VERSION "0.0.9rc4
-cvs
"
!define VERSION "0.0.9rc4"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://freehaven.net/tor/"
...
...
src/win32/orconfig.h
View file @
67dc7baa
...
...
@@ -199,4 +199,4 @@
#define UNALIGNED_INT_ACCESS_OK
/* Version number of package */
#define VERSION "0.0.9rc4
-cvs
"
#define VERSION "0.0.9rc4"
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