summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--install.js19
-rw-r--r--version.log6
3 files changed, 26 insertions, 2 deletions
diff --git a/Changes b/Changes
index bea19af9f..2199fa3a7 100644
--- a/Changes
+++ b/Changes
@@ -45,6 +45,9 @@ Anope Version S V N
05/12 F anope_cmd_notice_ops for unreal now includes source. [ #00]
05/12 F moduleNoticeLang() now calls notice_user instead of notice(). [ #00]
+Provided by Scott Seufert <katsklaw@ircmojo.net> - 2008
+05/12 F install.js now works properly on x64 machines [#897]
+
Provided by Trystan <trystan@nomadirc.net> - 2008
02/11 F Last part of memory leak in cs_akick() [#870]
diff --git a/install.js b/install.js
index 168e1940d..d9f0f46ab 100644
--- a/install.js
+++ b/install.js
@@ -86,7 +86,24 @@ var buildPackages = [
],
'additional_switches' : [ '/w' ],
'installedDrive' : 'C'
- },
+ },
+ {
+ 'name' : 'Microsoft Visual Studio 2008 (64bit) (New PSDK)',
+ 'libpaths' : [
+ 'Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\Lib',
+ 'Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\Lib'
+ ],
+ 'incpaths' : [
+ 'Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\Include',
+ 'Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\Include'
+ ],
+ 'nmake' : [
+ 'Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\Bin',
+ ],
+ 'additional_switches' : [ '/w' ],
+ 'installedDrive' : 'C'
+ },
+
{
'name' : 'Microsoft Visual Studio 2005 (New PSDK)',
'libpaths' : [
diff --git a/version.log b/version.log
index 4af5b1ee7..390387e8d 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="21"
VERSION_EXTRA="-svn"
-VERSION_BUILD="1393"
+VERSION_BUILD="1395"
# $Log$
#
+# BUILD : 1.7.21 (1395)
+# BUGS : 897
+# NOTES : install.js script now works properly on x64 machines
+#
# BUILD : 1.7.21 (1393)
# BUGS :
# NOTES : Services Operators can now also use NickServ INFO ALL