##// 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 Changelog
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 :status: in-progress
10 :status: in-progress
@@ -16,6 +16,25 b' news'
16 fixes
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 1.5.2 (**2013-01-14**)
39 1.5.2 (**2013-01-14**)
21 ----------------------
40 ----------------------
@@ -47,10 +47,12 b' choose "Visual C++ 2008 Express" when in'
47 required, you can uncheck them
47 required, you can uncheck them
48
48
49 .. note::
49 .. note::
50
50 64bit: You also need to install the Microsoft Windows SDK for .NET 3.5 SP1 (.NET 4.0 won't work).
51 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
52 Download from: http://www.microsoft.com/en-us/download/details.aspx?id=3138
52
53
53 .. note::
54 .. note::
55
54 64bit: You also need to copy and rename a .bat file to make the Visual C++ compiler work.
56 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.
57 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
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
@@ -69,6 +71,7 b' Remember the specific major and minor ve'
69 be needed in the next step. In this case, it is "2.7".
71 be needed in the next step. In this case, it is "2.7".
70
72
71 .. note::
73 .. note::
74
72 64bit: Just download and install the 64bit version of python.
75 64bit: Just download and install the 64bit version of python.
73
76
74 Step3 - Install Win32py extensions
77 Step3 - Install Win32py extensions
@@ -85,6 +88,7 b' http://sourceforge.net/projects/pywin32/'
85 http://sourceforge.net/projects/pywin32/files/pywin32/Build%20217/pywin32-217.win32-py2.7.exe/download
88 http://sourceforge.net/projects/pywin32/files/pywin32/Build%20217/pywin32-217.win32-py2.7.exe/download
86
89
87 .. note::
90 .. note::
91
88 64bit: Download and install the 64bit version.
92 64bit: Download and install the 64bit version.
89 At the time of writing you can find this at:
93 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
94 http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/pywin32-218.win-amd64-py2.7.exe/download
@@ -167,8 +171,10 b' Command Prompt (**IMPORTANT!!**). To do '
167 "Visual Studio 2008 Command Prompt"
171 "Visual Studio 2008 Command Prompt"
168
172
169 .. note::
173 .. note::
174
170 64bit: For 64bit you need to modify the shortcut that is used to start the
175 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.
176 Visual Studio 2008 Command Prompt. Use right-mouse click to open properties.
177
172 Change commandline from::
178 Change commandline from::
173
179
174 %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86
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