~statik/ubuntu/karmic/couchdb/fix-bug427036

« back to all changes in this revision

Viewing changes to bin/couchjs.1

  • Committer: Bazaar Package Importer
  • Author(s): Elliot Murphy
  • Date: 2009-08-31 09:06:26 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090831090626-2jnyuxjzrhzyg2f6
Tags: 0.10.0~svn809550-0ubuntu1
* New snapshot of couchdb 0.10.x stable prerelease branch (LP: #421971)
  - fixes a process leak in local changes feed consumer
  - disables internal gen_server timeouts
  - minimize the number of full commits
  - follow 302 redirects during replication
  - more precise and accurate calculation of replication progress
  - added crypto export notice to README
  - Fix for problem where HEAD requests that would have a chunked responses
    would send the chunked response anyway.
  - send deleted docs to changes filters and protect against missing
    filters.
  - merge cascading auth patch by Jason Davies, closes COUCHDB-478
* Drop debian/patches/oauth_ini_users.patch as it has been merged upstream.
* debian/postrm
  - don't try to delete couchdb system user/group (LP: #387945)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
 
2
.TH COUCHJS "1" "August 2009" "couchjs - Apache CouchDB 0.10.0a" "User Commands"
 
3
.SH NAME
 
4
couchjs \- Apache CouchDB JavaScript interpreter
 
5
.SH SYNOPSIS
 
6
.B couchjs
 
7
[\fIFILE\fR]
 
8
.SH DESCRIPTION
 
9
The couchjs command runs the Apache CouchDB JavaScript interpreter.
 
10
.PP
 
11
The exit status is 0 for success or 1 for failure.
 
12
.SH OPTIONS
 
13
 
 
14
.TP
 
15
\fB\-h\fR
 
16
display a short help message and exit
 
17
.TP
 
18
\fB\-V\fR
 
19
display version information and exit
 
20
.SH "REPORTING BUGS"
 
21
Report bugs at <https://issues.apache.org/jira/browse/COUCHDB>.
 
22
.PP
 
23
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
 
24
this file except in compliance with the License. You may obtain a copy of the
 
25
License at
 
26
.IP
 
27
http://www.apache.org/licenses/LICENSE\-2.0
 
28
.PP
 
29
Unless required by applicable law or agreed to in writing, software distributed
 
30
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 
31
CONDITIONS OF ANY KIND, either express or implied. See the License for the
 
32
specific language governing permissions and limitations under the License.