summaryrefslogtreecommitdiff
path: root/psycopg2.cproj
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@ania.dndg.it>2010-11-06 15:50:39 +0100
committerFederico Di Gregorio <fog@ania.dndg.it>2010-11-06 15:50:39 +0100
commit645ab521f3fd5cc2bc579c0eb53418dfde811100 (patch)
tree7886abe072e9f8e96611daf7e7587dc97e41a471 /psycopg2.cproj
parent4ea9dbdcf0b9cb47812023565af252454126669d (diff)
downloadpsycopg2-645ab521f3fd5cc2bc579c0eb53418dfde811100.tar.gz
Preparing release 2.3.0-beta12_3_0_BETA1
* Merged NEWS-2.3 and NEWS-2.2: 2.0 (pre-async) still makes sense in case someone has horrible problems with the new code but 2.3 will just substitute 2.2 so having a separated NEWS file doesn't make sense. * Moved authors and contributors to AUHTORS file. * README now has pointers to web site and bug tracker. * Updated MonoDevelop project.
Diffstat (limited to 'psycopg2.cproj')
-rw-r--r--psycopg2.cproj8
1 files changed, 7 insertions, 1 deletions
diff --git a/psycopg2.cproj b/psycopg2.cproj
index 2caf421..f6f2cbd 100644
--- a/psycopg2.cproj
+++ b/psycopg2.cproj
@@ -199,7 +199,11 @@
<None Include="doc\src\pool.rst" />
<None Include="sandbox\dec2float.py" />
<None Include="NEWS-2.0" />
- <None Include="NEWS-2.2" />
+ <None Include="psycopg\notify.h" />
+ <None Include="psycopg\xid.h" />
+ <None Include="tests\dbapi20_tpc.py" />
+ <None Include="tests\test_cursor.py" />
+ <None Include="NEWS-2.3" />
</ItemGroup>
<ItemGroup>
<Compile Include="psycopg\adapter_asis.c" />
@@ -230,6 +234,8 @@
<Compile Include="psycopg\adapter_pfloat.c" />
<Compile Include="psycopg\adapter_pdecimal.c" />
<Compile Include="psycopg\green.c" />
+ <Compile Include="psycopg\notify_type.c" />
+ <Compile Include="psycopg\xid_type.c" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>