Nick Mathewson
a53e9bfeb4
bump to 0.2.5.3-alpha-dev
2014-03-23 00:15:25 -04:00
Nick Mathewson
2bd7280d79
Increment version to 0.2.5.3-alpha
2014-03-22 21:07:50 -04:00
Roger Dingledine
745434d29a
bump to 0.2.5.2-alpha
2014-02-13 04:06:36 -05:00
Nick Mathewson
a6b4934037
Bump version to 0.2.5.1-alpha-dev
2013-10-02 22:41:41 -04:00
Roger Dingledine
fdf9fc5a7f
bump to 0.2.5.1-alpha
2013-10-01 20:57:30 -04:00
Nick Mathewson
94d0f226e6
Whoops. I forgot the "alpha"
2013-03-01 00:16:46 -05:00
Nick Mathewson
d9293ab3a7
Bump version in master to 0.2.5.0-alpha-dev
2013-03-01 00:13:36 -05:00
Nick Mathewson
41200b4770
Have autoconf check whether enums are signed.
...
Fixes bug 7727; fix on 0.2.4.10-alpha.
2013-02-07 16:30:32 -05:00
Roger Dingledine
2c73fe5f5e
bump to 0.2.4.10-alpha-dev
2013-02-04 18:20:13 -05:00
Roger Dingledine
54f9a402c5
bump to 0.2.4.10-alpha
2013-02-04 17:11:00 -05:00
Nick Mathewson
73d605b0f7
Detect platforms where memset(0) doesn't set doubles to 0.0.
...
This is allowed by the C statndard, which permits you to represent
doubles any way you like, but in practice we have some code that
assumes that memset() clears doubles in structs. Noticed as part of
7802 review; see 8081 for more info.
2013-01-29 17:38:15 -05:00
Nick Mathewson
213bd7760f
For now, always use donna32 on msvc
2013-01-17 15:53:37 -05:00
Nick Mathewson
b998431a33
Merge branch '024_msvc_squashed'
...
Conflicts:
src/or/or.h
srcwin32/orconfig.h
2013-01-16 22:32:12 -05:00
Nick Mathewson
739e83ca69
Add HAVE_EVENT_BASE_LOOPEXIT to win32/orconfig.h
...
Fix for bug 7308
2013-01-16 22:29:39 -05:00
Nick Mathewson
7008d43936
Add HAVE_EVENT2_DNS_H to MSVC orconfig.h
...
Fix for bug 7313
2013-01-16 22:29:39 -05:00
Nick Mathewson
2645de704b
Definx HAVE_EVENT_BASE_LOOPEXITin msvc orconfig.h
...
Fixes bug 7308; bugfix on no released Tor, since we haven't actually built
right on MSVC in ages.
2013-01-16 16:32:38 -05:00
Nick Mathewson
0301a1df6c
Bump to 0.2.4.9-alpha-dev
2013-01-15 16:01:02 -05:00
Roger Dingledine
23dd7c9012
bump to 0.2.4.9-alpha
2013-01-15 11:57:34 -05:00
Nick Mathewson
85eb83052f
Bump version to 0.2.4.8-alpha-dev
2013-01-15 00:24:19 -05:00
Roger Dingledine
26cffd3b86
bump to 0.2.4.8-alpha
2013-01-14 18:52:42 -05:00
Roger Dingledine
747d284088
bump to 0.2.4.7-alpha-dev
2012-12-25 02:52:53 -05:00
Roger Dingledine
d3c2254fda
bump to 0.2.4.7-alpha
2012-12-24 04:04:04 -05:00
Nick Mathewson
3fa9151f26
Merge branch 'win64-7260'
...
Conflicts:
src/or/dns.c
2012-12-07 14:12:17 -05:00
Roger Dingledine
83b1a50cc0
bump to 0.2.4.6-alpha-dev
2012-11-13 01:46:59 -05:00
Roger Dingledine
b13c6becc8
bump to 0.2.4.6-alpha
2012-11-13 00:00:33 -05:00
Nick Mathewson
9dee6b1dce
Compile (with warnings) with mingw64
...
Patch from yayooo for bug 7260, forward-ported to 0.2.4.
2012-11-02 13:51:11 -04:00
Roger Dingledine
2fd064d28f
bump to 0.2.4.5-alpha-dev
2012-10-26 02:32:44 -04:00
Nick Mathewson
c331694d06
Bump the version number to 0.2.4.5-alpha
...
(For real this time. It turns out that 4 and 5 are different numbers.)
2012-10-25 10:44:14 -04:00
Nick Mathewson
951b5b7e6a
Bump version to 0.2.4.5-alpha
2012-10-25 10:33:17 -04:00
Roger Dingledine
a73b275300
bump to 0.2.4.4-alpha-dev
2012-10-21 13:25:35 -04:00
Roger Dingledine
fe3b95f359
bump to 0.2.4.4-alpha
2012-10-20 16:06:05 -04:00
Roger Dingledine
a2f57b9799
bump to 0.2.4.3-alpha-dev
2012-09-22 08:09:17 -04:00
Roger Dingledine
3355976bb4
bump to 0.2.4.3-alpha
2012-09-22 06:11:28 -04:00
Nick Mathewson
99cb9696ac
Bump version to 0.2.4.2-alpha-dev
2012-09-10 19:49:20 -04:00
Roger Dingledine
73c13baa97
bump to 0.2.4.2-alpha
2012-09-10 17:38:50 -04:00
Roger Dingledine
a504a81d22
bump to 0.2.4.1-alpha-dev
2012-09-05 20:05:50 -04:00
Roger Dingledine
237129847b
bump to 0.2.4.1-alpha
2012-09-05 19:12:22 -04:00
Stewart Smith
2a4a149624
Move to non-recursive make
...
This gives us a few benefits:
1) make -j clean all
this will start working, as it should. It currently doesn't.
2) increased parallel build
recursive make will max out at number of files in a directory,
non-recursive make doesn't have such a limitation
3) Removal of duplicate information in make files,
less error prone
I've also slightly updated how we call AM_INIT_AUTOMAKE, as the way
that was used was not only deprecated but will be *removed* in the next
major automake release (1.13).... so probably best that we can continue
to bulid tor without requiring old automake.
(see http://www.gnu.org/software/automake/manual/html_node/Public-Macros.html )
For more reasons why, see resources such as:
http://miller.emu.id.au/pmiller/books/rmch/
2012-08-09 11:03:47 -04:00
Nick Mathewson
f96f319b9e
Increment master branch version to 0.2.4.0-alpha-dev
2012-06-20 16:41:31 -04:00
Roger Dingledine
afa07b4f87
bump to 0.2.3.17-beta-dev
2012-06-15 04:29:32 -04:00
Roger Dingledine
4c87e82c6c
bump to 0.2.3.17-beta
2012-06-15 03:13:00 -04:00
Roger Dingledine
f136e835d8
bump to 0.2.3.16-alpha-dev
2012-06-05 18:37:19 -04:00
Roger Dingledine
80b2308aec
today is the day for 0.2.3.16-alpha
2012-06-05 12:14:57 -04:00
Nick Mathewson
c5e87ef234
We do not need to define _WIN32 by hand; MSVC does that for us
...
Bug 5858; fix on 0.2.3.12-alpha
2012-05-14 12:22:51 -04:00
Roger Dingledine
81d9a9368f
bump to 0.2.3.15-alpha-dev
2012-04-30 16:43:08 -04:00
Roger Dingledine
2513a3e959
bump to 0.2.3.15-alpha
2012-04-30 16:16:30 -04:00
Roger Dingledine
bdd7e2878b
bump to 0.2.3.14-alpha-dev
2012-04-23 03:34:04 -04:00
Roger Dingledine
987b5d08b2
bump to 0.2.3.14-alpha
2012-04-23 03:17:28 -04:00
Roger Dingledine
4121e7f861
bump to 0.2.3.13-alpha-dev
2012-03-27 01:26:01 -04:00
Roger Dingledine
e103509f7a
bump to 0.2.3.13-alpha
2012-03-26 00:01:46 -04:00
Roger Dingledine
184a455293
bump to 0.2.3.12-alpha-dev
2012-02-13 10:53:49 -05:00
Roger Dingledine
ff0059b924
bump to 0.2.3.12-alpha
2012-02-13 00:55:03 -05:00
Nick Mathewson
5cf9167f91
Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
...
This commit is completely mechanical; I used this perl script to make it:
#!/usr/bin/perl -w -i.bak -p
if (/^\s*\#/) {
s/MS_WINDOWS/_WIN32/g;
s/\bWIN32\b/_WIN32/g;
}
2012-01-31 15:48:47 -05:00
Roger Dingledine
0cf873a083
bump to 0.2.3.11-alpha-dev
2012-01-23 02:34:01 -05:00
Roger Dingledine
1543d1bd31
bump to 0.2.3.11-alpha
2012-01-22 02:52:38 -05:00
Nick Mathewson
663913e5ca
Increment version in master to 0.2.3.10-alpha-dev
2011-12-16 12:09:42 -05:00
Nick Mathewson
1fbce83f8c
Bump version to Tor 0.2.3.10-alpha
2011-12-15 12:04:52 -05:00
Roger Dingledine
7a76994d62
bump to 0.2.3.9-alpha-dev
2011-12-08 16:25:36 -05:00
Roger Dingledine
d65f6ceee1
bump to 0.2.3.9-alpha
2011-12-08 04:53:12 -05:00
Roger Dingledine
dfe6dac37c
bump to 0.2.3.8-alpha-dev
2011-11-23 04:41:19 -05:00
Roger Dingledine
a58d9e6045
bump to 0.2.3.8-alpha
2011-11-22 18:29:57 -05:00
Roger Dingledine
c2d03beb65
blurb and version bump for 0.2.3.7-alpha
2011-10-30 18:39:49 -04:00
Nick Mathewson
00a0de8508
Bump version to 0.2.3.6-alpha-dev
2011-10-28 18:05:17 -04:00
Roger Dingledine
1a160ae523
bump to 0.2.3.6-alpha
2011-10-26 20:33:23 -04:00
Roger Dingledine
2e295ae46e
bump to 0.2.3.5-alpha-dev
2011-10-23 13:38:12 -04:00
Roger Dingledine
1fac96f4c6
bump to 0.2.3.5-alpha
2011-09-28 18:25:16 -04:00
Roger Dingledine
6a799c10ee
bump to 0.2.3.4-alpha-dev
2011-09-13 22:04:47 -04:00
Roger Dingledine
0b0f7d792c
bump to 0.2.3.4-alpha
2011-09-13 19:59:06 -04:00
Roger Dingledine
7ca16affb5
bump to 0.2.3.3-alpha-dev
2011-09-02 07:41:55 -04:00
Roger Dingledine
f68cd4a175
bump to 0.2.3.3-alpha
2011-09-02 06:23:28 -04:00
Nick Mathewson
e802199cb3
Initial patch to build Tor with msvc and nmake
...
We'll still need to tweak it so that it looks for includes and
libraries somewhere more sensible than "where we happened to find
them on Erinn's system"; so that tests and tools get built too;
so that it's a bit documented; and so that we actually try running
the output.
Work done with Erinn Clark.
2011-08-01 12:36:59 -04:00
Nick Mathewson
99348ce831
Bump version to 0.2.3.2-alpha-dev
2011-07-18 17:56:47 -04:00
Roger Dingledine
8cdec1e156
bump to 0.2.3.2-alpha
2011-07-18 13:20:54 -04:00
Nick Mathewson
08e6bd0ed1
Increment version to 0.2.3.1-alpha-dev
2011-05-05 15:15:20 -04:00
Nick Mathewson
5ed719fd6c
Increment version to 0.2.3.1-alpha
2011-05-05 13:42:03 -04:00
Nick Mathewson
21be4b5b4c
Merge commit 'c643e0527c186b8ef2d259b2ef11a10c1d4ee3e5'
...
Conflicts:
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h
2010-11-19 16:55:07 -05:00
Roger Dingledine
c643e0527c
new development version
2010-11-16 14:45:40 -05:00
Roger Dingledine
e1e7988537
bump to 0.2.2.18-alpha
2010-11-16 00:20:49 -05:00
Roger Dingledine
6e00877fa3
bump to 0.2.2.17-alpha-dev
2010-10-01 04:59:11 -04:00
Roger Dingledine
a3f488a887
bump to 0.2.2.17-alpha
2010-09-30 17:49:11 -04:00
Nick Mathewson
83f9667fe8
Bump the Tor version in master to 0.2.3.0-alpha-dev
...
0.2.2.x development will continue in branch maint-0.2.2.
master is now out of feature freeze.
Let's not go crazy right away. :)
2010-09-24 15:15:07 -04:00
Roger Dingledine
85cad94221
bump to 0.2.2.16-alpha-dev
2010-09-17 05:07:59 -04:00
Roger Dingledine
61e0079ab2
best tor ever!
2010-09-17 02:06:34 -04:00
Nick Mathewson
89b424037b
Bump version to 0.2.2.15-alpha-dev
2010-08-19 16:24:31 -04:00
Roger Dingledine
1f81474b2e
bump to 0.2.2.15-alpha
2010-08-18 19:16:02 -04:00
Roger Dingledine
69dfd67d90
bump to 0.2.2.14-alpha-dev
2010-07-13 15:48:03 -04:00
Roger Dingledine
06a79233c5
bump to 0.2.2.14-alpha
2010-07-12 21:39:59 -04:00
valerino
076063ca90
moved wince related includes and defs to compat.h where possible, removed unused/redundant wince includes
2010-05-24 11:46:54 -04:00
Roger Dingledine
c359f10e29
bump to 0.2.2.13-alpha-dev
2010-05-05 03:12:33 -04:00
Roger Dingledine
feb8c1b5f6
bump to 0.2.2.13-alpha
2010-04-24 05:43:43 -04:00
Roger Dingledine
2c1900ee5e
bump to 0.2.2.12-alpha-dev
2010-04-20 17:56:28 -04:00
Roger Dingledine
18678e5f1e
bump to 0.2.2.12-alpha
2010-04-20 03:56:15 -04:00
Roger Dingledine
84924fcd30
bump to 0.2.2.11-alpha-dev
2010-04-19 06:09:06 -04:00
Roger Dingledine
9cde5a4629
bump to 0.2.2.11-alpha
2010-04-15 11:02:31 -04:00
Roger Dingledine
db135e92b4
bump to 0.2.2.10-alpha-dev
...
now's your chance to destabilize it
2010-03-08 00:40:00 -05:00
Roger Dingledine
81b84c0b01
prepare 0.2.2.10-alpha for release
2010-03-07 00:13:12 -05:00
Roger Dingledine
3ae5bee303
bump to 0.2.2.9-alpha-dev
2010-02-22 21:23:06 -05:00
Roger Dingledine
5e8c611673
prepare for 0.2.2.9-alpha
2010-02-22 00:20:55 -05:00
Nick Mathewson
f1d1b2f27b
Bump version to 0.2.2.8-alpha-dev
2010-01-27 13:22:20 -05:00
Roger Dingledine
ff88bc7db8
0.2.2.8-alpha is coming out today sometime
2010-01-26 13:11:58 -05:00
Roger Dingledine
c939509051
bump to 0.2.2.7-alpha
2010-01-19 17:59:33 -05:00
Nick Mathewson
571c94a735
Merge remote branch 'origin/maint-0.2.1'
...
Conflicts:
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h
2010-01-16 16:29:54 -05:00
Roger Dingledine
5201e05fc5
bump to 0.2.1.21 so we can release
2009-12-21 03:22:49 -05:00
Roger Dingledine
01a9cc0413
bump to 0.2.2.6-alpha-dev
2009-11-21 22:57:05 -05:00
Roger Dingledine
1ee580407c
bump to 0.2.2.6-alpha
2009-11-19 14:16:11 -05:00
Nick Mathewson
5ef97ddd42
Merge commit 'origin/maint-0.2.1'
...
Conflicts:
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/or/config.c
src/win32/orconfig.h
2009-10-15 12:33:22 -04:00
Roger Dingledine
16dc543851
bump to 0.2.1.20
2009-10-15 12:14:18 -04:00
Roger Dingledine
4b55ef26c9
bump to 0.2.2.5-alpha-dev
2009-10-12 15:28:29 -04:00
Roger Dingledine
255245a289
bump to 0.2.2.5-alpha
2009-10-11 14:59:20 -04:00
Roger Dingledine
a9e0e2f819
bump to 0.2.2.4-alpha
2009-10-10 17:29:44 -04:00
Nick Mathewson
1c2d7732f0
Bump version to 0.2.2.3-alpha-dev
2009-09-23 00:24:37 -04:00
Roger Dingledine
8e3af72ed0
bump to 0.2.2.3-alpha, plus add a changelog for bug 1103
2009-09-22 22:15:56 -04:00
Nick Mathewson
52b75c9a55
Bump version to 0.2.2.2-alpha-dev
2009-09-21 15:51:08 -04:00
Roger Dingledine
5488cda19a
bump to 0.2.2.2-alpha
2009-09-21 01:31:39 -04:00
Roger Dingledine
85e22a8adb
bump to 0.2.2.1-alpha-dev
2009-08-27 22:27:31 -04:00
Roger Dingledine
5308eceef3
bump to 0.2.2.1-alpha
2009-08-26 15:01:43 -04:00
Roger Dingledine
e8e88922a7
Merge branch 'maint-0.2.1' into master
2009-07-28 18:19:57 -04:00
Roger Dingledine
69706f99e8
bump to 0.2.1.19
2009-07-28 17:39:51 -04:00
Roger Dingledine
52b142219b
bump to 0.2.1.18
2009-07-24 17:31:04 -04:00
Nick Mathewson
d996b7463e
Bump version to 0.2.1.17-rc-dev
2009-07-07 12:39:35 -04:00
Nick Mathewson
32d4060724
Bump version to 0.2.1.17-rc
2009-07-07 12:22:46 -04:00
Nick Mathewson
da416d9884
Bump version to 0.2.1.16-rc.dev
2009-06-20 21:54:56 -04:00
Nick Mathewson
ac3dedacce
Bump version to 0.2.1.16-rc
2009-06-20 01:14:07 -04:00
Nick Mathewson
f334297d38
Bump version to 0.2.1.15-rc-dev.
2009-05-25 16:32:47 -04:00
Roger Dingledine
2f39eca28b
bump to 0.2.1.15-rc
2009-05-25 13:23:08 -04:00
Nick Mathewson
e3ec061bc0
Bump master version to 0.2.2.0-alpha-dev.
2009-04-29 14:18:32 -04:00
Nick Mathewson
6cf933f107
Bump 0.2.1 branch version to 0.2.1.14-rc-dev
2009-04-29 14:16:15 -04:00
Roger Dingledine
a31d9cec82
bump to 0.2.1.14-rc
...
svn:r19306
2009-04-12 08:02:14 +00:00
Roger Dingledine
7ee8afe82d
bump to 0.2.1.13-alpha-dev
...
svn:r18830
2009-03-09 21:43:31 +00:00
Roger Dingledine
e80ee33857
bump to 0.2.1.13-alpha
...
svn:r18814
2009-03-09 00:56:22 +00:00
Nick Mathewson
f95ab83792
Bump version to 0.2.1.12-alpha-dev
...
svn:r18448
2009-02-09 15:09:51 +00:00
Roger Dingledine
ad8e4924bd
bump to 0.2.1.12-alpha
...
svn:r18429
2009-02-09 03:28:59 +00:00
Roger Dingledine
90a5042aeb
get ready for more development
...
svn:r18200
2009-01-21 02:51:30 +00:00
Roger Dingledine
3c668245b7
bump to 0.2.1.11-alpha, clean up changelog
...
svn:r18192
2009-01-20 23:33:04 +00:00
Roger Dingledine
e61c40e9f4
ok, all set to destabilize it again
...
svn:r17980
2009-01-06 20:38:05 +00:00
Roger Dingledine
2d9e8a75b8
bump to 0.2.1.10-alpha, reorganize the changelog
...
svn:r17974
2009-01-06 20:11:47 +00:00
Nick Mathewson
c4b8fef362
Remove svn $Id$s from our source, and remove tor --version --version.
...
The subversion $Id$ fields made every commit force a rebuild of
whatever file got committed. They were not actually useful for
telling the version of Tor files in the wild.
svn:r17867
2009-01-04 00:35:51 +00:00
Nick Mathewson
f182e9707f
Bump version to 0.2.1.9-alpha-dev
...
svn:r17787
2008-12-26 17:39:22 +00:00
Roger Dingledine
20f964c6da
prepare for 0.2.1.9-alpha
...
svn:r17778
2008-12-25 20:32:49 +00:00
Nick Mathewson
3841e1b230
Bump version to 0.2.1.8-alpha-dev
...
svn:r17537
2008-12-09 18:18:48 +00:00
Roger Dingledine
027a8cceed
bump to 0.2.1.8-alpha
...
svn:r17521
2008-12-08 19:25:18 +00:00
Roger Dingledine
3dc433cc45
bump to 0.2.1.7-alpha-dev
...
svn:r17229
2008-11-09 23:32:38 +00:00
Roger Dingledine
5d19fe5124
bump to 0.2.1.7-alpha
...
svn:r17217
2008-11-08 06:43:32 +00:00
Roger Dingledine
e24b812a32
time for another alpha-dev cycle
...
svn:r17023
2008-10-01 08:26:57 +00:00
Roger Dingledine
a04baf14b6
bump to 0.2.1.6-alpha, and note that the exclude*nodes config
...
discussion hasn't finished.
svn:r17011
2008-09-30 09:37:18 +00:00
Roger Dingledine
6a29ad853b
bump to 0.2.1.5-alpha-dev
...
svn:r16715
2008-09-01 08:09:31 +00:00
Roger Dingledine
e5576a66dd
bump to 0.2.1.5-alpha
...
svn:r16708
2008-08-31 22:33:33 +00:00
Roger Dingledine
b79fe6a0db
bump to 0.2.1.4-alpha-dev, add a future todo item
...
svn:r16440
2008-08-05 23:33:43 +00:00
Roger Dingledine
18d3153fbb
get closer to a release
...
svn:r16408
2008-08-05 00:00:35 +00:00
Roger Dingledine
fd4a30d198
bump to 0.2.1.3-alpha
...
svn:r16369
2008-08-03 05:35:42 +00:00