aboutsummaryrefslogtreecommitdiff
path: root/docs/BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-09-12 23:02:41 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-09-12 23:02:59 +0200
commitdeb3321092c6075a322309bd3357499d2dbab7d2 (patch)
treeb85ed48e503f6baa1ade78bd491dbbc9e9907ae5 /docs/BUGS
parent68253ca52e5937f2d5479177427859d1495df2c9 (diff)
BUGS: renumbered to look better in the web version
Diffstat (limited to 'docs/BUGS')
-rw-r--r--docs/BUGS29
1 files changed, 15 insertions, 14 deletions
diff --git a/docs/BUGS b/docs/BUGS
index 269aad1a6..cade41755 100644
--- a/docs/BUGS
+++ b/docs/BUGS
@@ -6,17 +6,18 @@
BUGS
- 1. There are still bugs
- 2. Where to report
- 3. What to report
- 4. libcurl problems
- 5. Who will fix the problems
- 6. How to get a stack trace
- 7. Bugs in libcurl bindings
+ 1. Bugs
+ 1.1 There are still bugs
+ 1.2 Where to report
+ 1.3 What to report
+ 1.4 libcurl problems
+ 1.5 Who will fix the problems
+ 1.6 How to get a stack trace
+ 1.7 Bugs in libcurl bindings
==============================================================================
-1. There are still bugs
+1.1 There are still bugs
Curl and libcurl have grown substantially since the beginning. At the time
of writing (September 2011), there are about 66000 lines of source code, and
@@ -27,7 +28,7 @@ BUGS
To help us make curl the stable and solid product we want it to be, we need
bug reports and bug fixes.
-2. Where to report
+1.2 Where to report
If you can't fix a bug yourself and submit a fix for it, try to report an as
detailed report as possible to a curl mailing list to allow one of us to
@@ -41,7 +42,7 @@ BUGS
If you feel you need to ask around first, find a suitable mailing list and
post there. The lists are available on http://curl.haxx.se/mail/
-3. What to report
+1.3 What to report
When reporting a bug, you should include all information that will help us
understand what's wrong, what you expected to happen and how to repeat the
@@ -71,7 +72,7 @@ BUGS
The address and how to subscribe to the mailing lists are detailed in the
MANUAL file.
-4. libcurl problems
+1.4 libcurl problems
First, post all libcurl problems on the curl-library mailing list.
@@ -93,7 +94,7 @@ BUGS
valgrind or similar before you post memory-related or "crashing" problems to
us.
-5. Who will fix the problems
+1.5 Who will fix the problems
If the problems or bugs you describe are considered to be bugs, we want to
have the problems fixed.
@@ -112,7 +113,7 @@ BUGS
We get reports from many people every month and each report can take a
considerable amount of time to really go to the bottom with.
-6. How to get a stack trace
+1.6 How to get a stack trace
First, you must make sure that you compile all sources with -g and that you
don't 'strip' the final executable. Try to avoid optimizing the code as
@@ -132,7 +133,7 @@ BUGS
crashed. Include the stack trace with your detailed bug report. It'll help a
lot.
-7. Bugs in libcurl bindings
+1.7 Bugs in libcurl bindings
There will of course pop up bugs in libcurl bindings. You should then
primarily approach the team that works on that particular binding and see