~ubuntu-branches/ubuntu/quantal/talloc/quantal

« back to all changes in this revision

Viewing changes to libreplace/README

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij, Steve Langasek, Jelmer Vernooij
  • Date: 2009-03-14 18:48:57 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090314184857-fbub38yjic2pzhft
Tags: 1.2.1-1
[ Steve Langasek ]
* Bump the shlibs in libtalloc1, since previous versions of this package
  have been in the wild (including in an Ubuntu release) with a smaller
  set of exported symbols than the current version - including talloc_pool
  which is used by samba.

[ Jelmer Vernooij ]
* Add dummy watch file explaining how to obtain an upstream tarball.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
mkstemp (a secure one!)
47
47
pread
48
48
pwrite
 
49
chown
 
50
lchown
49
51
getpass
50
52
readline (the library)
51
53
inet_ntoa
64
66
freeifaddrs
65
67
utime
66
68
utimes
 
69
dup2
 
70
link
 
71
readlink
 
72
symlink
 
73
realpath
67
74
 
68
75
Types:
69
76
bool
72
79
uint{8,16,32,64}_t
73
80
int{8,16,32,64}_t
74
81
intptr_t
 
82
sig_atomic_t
75
83
 
76
84
Constants:
77
85
PATH_NAME_MAX
107
115
stdint.h
108
116
stdbool.h
109
117
 
 
118
Optional C keywords:
 
119
volatile
 
120
 
110
121
Prerequisites:
111
122
memset (for bzero)
112
123
syslog (for vsyslog)