diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-04-08 22:56:28 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-04-08 22:56:28 +0200 |
commit | 4cbbb92e7fc7c9c4d374b35211c216a5419e3da2 (patch) | |
tree | 776969746e1dcd412a86971a29018d14ac4456a7 | |
parent | e247705afefaa0f32ccbc43185f98fc65f041af1 (diff) | |
download | tor-4cbbb92e7fc7c9c4d374b35211c216a5419e3da2.tar.gz tor-4cbbb92e7fc7c9c4d374b35211c216a5419e3da2.zip |
Add a changes file for the osx 10.6 compile fix
We forgot to put it into 0.2.2.24-alpha.
-rw-r--r-- | changes/osx_forgotten_compilefix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/osx_forgotten_compilefix b/changes/osx_forgotten_compilefix new file mode 100644 index 0000000000..754e09cfe1 --- /dev/null +++ b/changes/osx_forgotten_compilefix @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Added a forgotten cast that caused a compile warning on OS X 10.6. Bugfix + on 0.2.2.24-alpha. + |