Mercurial > p > roundup > code
comparison CHANGES.txt @ 8467:8a9fc2d74740
fix: replace localhost with ip address in case localhost is ipv6 addr??
Norbert had an issue with his docker container where the healthcheck
was timing out/failing. He diagnosed it as a ipv6 address bound to
localhost.
Not sure if this is the right fix. Might be better to determine where
localhost is bound (V4 or V6 address) but I don't have an environment
I can test with.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 31 Oct 2025 20:55:01 -0400 |
| parents | db435e272f26 |
| children | 224ccb8b49ca |
comparison
equal
deleted
inserted
replaced
| 8466:2f909acd5ba9 | 8467:8a9fc2d74740 |
|---|---|
| 31 command line always worked. (John Rouillard) | 31 command line always worked. (John Rouillard) |
| 32 - enhanced error reporting for errors in ini style logging | 32 - enhanced error reporting for errors in ini style logging |
| 33 configuration. (John Rouillard) | 33 configuration. (John Rouillard) |
| 34 - fix bogus javascript emitted by user_src_input macro. (John | 34 - fix bogus javascript emitted by user_src_input macro. (John |
| 35 Rouillard) | 35 Rouillard) |
| 36 | 36 - replaced hostname localhost with 127.0.0.1 in docker healthcheck |
| 37 script. Found/patch by Norbert Schlemmer. (John Rouillard) | |
| 38 | |
| 37 Features: | 39 Features: |
| 38 | 40 |
| 39 - add support for authorized changes. User can be prompted to enter | 41 - add support for authorized changes. User can be prompted to enter |
| 40 their password to authorize a change. If the user's password is | 42 their password to authorize a change. If the user's password is |
| 41 properly entered, the change is committed. (John Rouillard) | 43 properly entered, the change is committed. (John Rouillard) |
