##// END OF EJS Templates
sync docs changes from stable
marcink -
r3365:2dfefa38 beta
parent child Browse files
Show More
@@ -4,7 +4,7 b''
4 4 Changelog
5 5 =========
6 6
7 1.5.3 (**2013-XX-XX**)
7 1.6.0 (**2013-XX-XX**)
8 8 ----------------------
9 9
10 10 :status: in-progress
@@ -16,6 +16,25 b' news'
16 16 fixes
17 17 +++++
18 18
19 1.5.3 (**2013-02-12**)
20 ----------------------
21
22 news
23 ++++
24
25 - IP restrictions now also enabled for IPv6
26
27 fixes
28 +++++
29
30 - fixed issues with private checkbox not always working
31 - fixed #746 unicodeDedode errors on feed controllers
32 - fixes issue #756 cleanup repos didn't properly compose paths of repos to be cleaned up.
33 - fixed cache invalidation issues together with vcs_full_cache option
34 - repo scan should skip directories with starting with '.'
35 - fixes for issue #731, update-repoinfo sometimes failed to update data when changesets
36 were initial commits
37 - recursive mode of setting permission skips private repositories
19 38
20 39 1.5.2 (**2013-01-14**)
21 40 ----------------------
@@ -38,22 +38,24 b' choose "Visual C++ 2008 Express" when in'
38 38
39 39 .. note::
40 40
41 Using other versions of Visual Studio will lead to random crashes.
42 You must use Visual Studio 2008!"
41 Using other versions of Visual Studio will lead to random crashes.
42 You must use Visual Studio 2008!"
43 43
44 44 .. note::
45 45
46 Silverlight Runtime and SQL Server 2008 Express Edition are not
47 required, you can uncheck them
46 Silverlight Runtime and SQL Server 2008 Express Edition are not
47 required, you can uncheck them
48 48
49 49 .. note::
50 64bit: You also need to install the Microsoft Windows SDK for .NET 3.5 SP1 (.NET 4.0 won't work).
51 Download from: http://www.microsoft.com/en-us/download/details.aspx?id=3138
50
51 64bit: You also need to install the Microsoft Windows SDK for .NET 3.5 SP1 (.NET 4.0 won't work).
52 Download from: http://www.microsoft.com/en-us/download/details.aspx?id=3138
52 53
53 54 .. note::
54 64bit: You also need to copy and rename a .bat file to make the Visual C++ compiler work.
55 I am not sure why this is not necessary for 32bit.
56 Copy C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars64.bat to C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\vcvarsamd64.bat
55
56 64bit: You also need to copy and rename a .bat file to make the Visual C++ compiler work.
57 I am not sure why this is not necessary for 32bit.
58 Copy C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars64.bat to C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\vcvarsamd64.bat
57 59
58 60
59 61 Step2 - Install Python
@@ -69,7 +71,8 b' Remember the specific major and minor ve'
69 71 be needed in the next step. In this case, it is "2.7".
70 72
71 73 .. note::
72 64bit: Just download and install the 64bit version of python.
74
75 64bit: Just download and install the 64bit version of python.
73 76
74 77 Step3 - Install Win32py extensions
75 78 ----------------------------------
@@ -85,9 +88,10 b' http://sourceforge.net/projects/pywin32/'
85 88 http://sourceforge.net/projects/pywin32/files/pywin32/Build%20217/pywin32-217.win32-py2.7.exe/download
86 89
87 90 .. note::
88 64bit: Download and install the 64bit version.
89 At the time of writing you can find this at:
90 http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/pywin32-218.win-amd64-py2.7.exe/download
91
92 64bit: Download and install the 64bit version.
93 At the time of writing you can find this at:
94 http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/pywin32-218.win-amd64-py2.7.exe/download
91 95
92 96 Step4 - Python BIN
93 97 ------------------
@@ -167,8 +171,10 b' Command Prompt (**IMPORTANT!!**). To do '
167 171 "Visual Studio 2008 Command Prompt"
168 172
169 173 .. note::
170 64bit: For 64bit you need to modify the shortcut that is used to start the
171 Visual Studio 2008 Command Prompt. Use right-mouse click to open properties.
174
175 64bit: For 64bit you need to modify the shortcut that is used to start the
176 Visual Studio 2008 Command Prompt. Use right-mouse click to open properties.
177
172 178 Change commandline from::
173 179
174 180 %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86
General Comments 0
You need to be logged in to leave comments. Login now