Show More
@@ -4,7 +4,7 b'' | |||
|
4 | 4 | Changelog |
|
5 | 5 | ========= |
|
6 | 6 | |
|
7 |
1. |
|
|
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 | ---------------------- |
@@ -47,10 +47,12 b' choose "Visual C++ 2008 Express" when in' | |||
|
47 | 47 | required, you can uncheck them |
|
48 | 48 | |
|
49 | 49 | .. note:: |
|
50 | ||
|
50 | 51 | 64bit: You also need to install the Microsoft Windows SDK for .NET 3.5 SP1 (.NET 4.0 won't work). |
|
51 | 52 | Download from: http://www.microsoft.com/en-us/download/details.aspx?id=3138 |
|
52 | 53 | |
|
53 | 54 | .. note:: |
|
55 | ||
|
54 | 56 | 64bit: You also need to copy and rename a .bat file to make the Visual C++ compiler work. |
|
55 | 57 | I am not sure why this is not necessary for 32bit. |
|
56 | 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 | 71 | be needed in the next step. In this case, it is "2.7". |
|
70 | 72 | |
|
71 | 73 | .. note:: |
|
74 | ||
|
72 | 75 | 64bit: Just download and install the 64bit version of python. |
|
73 | 76 | |
|
74 | 77 | Step3 - Install Win32py extensions |
@@ -85,6 +88,7 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:: |
|
91 | ||
|
88 | 92 | 64bit: Download and install the 64bit version. |
|
89 | 93 | At the time of writing you can find this at: |
|
90 | 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 | 171 | "Visual Studio 2008 Command Prompt" |
|
168 | 172 | |
|
169 | 173 | .. note:: |
|
174 | ||
|
170 | 175 | 64bit: For 64bit you need to modify the shortcut that is used to start the |
|
171 | 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