~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

Viewing changes to libdb/docs/ref/upgrade.3.0/toc.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--$Id$-->
2
 
<!--Copyright 1997-2002 by Sleepycat Software, Inc.-->
3
 
<!--All rights reserved.-->
4
 
<!--See the file LICENSE for redistribution information.-->
5
 
<html>
6
 
<head>
7
 
<title>Berkeley DB Reference Guide: Upgrading Berkeley DB 2.X.X applications to Berkeley DB 3.0</title>
8
 
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
9
 
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++">
10
 
</head>
11
 
<body bgcolor=white>
12
 
<table width="100%"><tr valign=top>
13
 
<td><h3><dl><dt>Berkeley DB Reference Guide:<dd>Upgrading Berkeley DB Applications</dl></h3></td>
14
 
<td align=right><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a>
15
 
</td></tr></table>
16
 
<p>
17
 
<h1 align=center>Upgrading Berkeley DB 2.X.X applications to Berkeley DB 3.0</h1>
18
 
<p><ol>
19
 
<p><li><a href="intro.html">Release 3.0: introduction</a>
20
 
<li><a href="envopen.html">Release 3.0: environment open/close/unlink</a>
21
 
<li><a href="func.html">Release 3.0: function arguments</a>
22
 
<li><a href="dbenv.html">Release 3.0: the DB_ENV structure</a>
23
 
<li><a href="open.html">Release 3.0: database open/close</a>
24
 
<li><a href="xa.html">Release 3.0: db_xa_open</a>
25
 
<li><a href="db.html">Release 3.0: the DB structure</a>
26
 
<li><a href="dbinfo.html">Release 3.0: the DBINFO structure</a>
27
 
<li><a href="join.html">Release 3.0: DB-&gt;join</a>
28
 
<li><a href="stat.html">Release 3.0: DB-&gt;stat</a>
29
 
<li><a href="close.html">Release 3.0: DB-&gt;sync and DB-&gt;close</a>
30
 
<li><a href="lock_put.html">Release 3.0: lock_put</a>
31
 
<li><a href="lock_detect.html">Release 3.0: lock_detect</a>
32
 
<li><a href="lock_stat.html">Release 3.0: lock_stat</a>
33
 
<li><a href="log_register.html">Release 3.0: log_register</a>
34
 
<li><a href="log_stat.html">Release 3.0: log_stat</a>
35
 
<li><a href="memp_stat.html">Release 3.0: memp_stat</a>
36
 
<li><a href="txn_begin.html">Release 3.0: txn_begin</a>
37
 
<li><a href="txn_commit.html">Release 3.0: txn_commit</a>
38
 
<li><a href="txn_stat.html">Release 3.0: txn_stat</a>
39
 
<li><a href="rmw.html">Release 3.0: DB_RMW</a>
40
 
<li><a href="lock_notheld.html">Release 3.0: DB_LOCK_NOTHELD</a>
41
 
<li><a href="eagain.html">Release 3.0: EAGAIN</a>
42
 
<li><a href="eacces.html">Release 3.0: EACCES</a>
43
 
<li><a href="jump_set.html">Release 3.0: db_jump_set</a>
44
 
<li><a href="value_set.html">Release 3.0: db_value_set</a>
45
 
<li><a href="dbenv_cxx.html">Release 3.0: the DbEnv class for C++ and Java</a>
46
 
<li><a href="db_cxx.html">Release 3.0: the Db class for C++ and Java</a>
47
 
<li><a href="cxx.html">Release 3.0: additional C++ changes</a>
48
 
<li><a href="java.html">Release 3.0: additional Java changes</a>
49
 
<li><a href="disk.html">Release 3.0: upgrade requirements</a>
50
 
</ol>
51
 
<table width="100%"><tr><td><br></td><td align=right><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a>
52
 
</td></tr></table>
53
 
<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
54
 
</body>
55
 
</html>