formatting

This commit is contained in:
Ward Wouts 2020-03-11 07:31:33 +01:00
parent 4bf964ace8
commit c854592a2f

View file

@ -42,12 +42,10 @@ from 0.2.3 to 0.5.0
from 0.2.2 to 0.2.3 from 0.2.2 to 0.2.3
- notify when cachedir doesn't exist - notify when cachedir doesn't exist
- expand ${HOME} in config to your homedir - expand ${HOME} in config to your homedir
- fix problem where the limiting of the number of headers - fix problem where the limiting of the number of headers to get in one call wouldn't work
to get in one call wouldn't work
- don't change cache files in place - don't change cache files in place
- keep old config if there are errors while reloading - keep old config if there are errors while reloading
- change cache format to a file per server model (use - change cache format to a file per server model (use cacheconverter to convert cache files)
cacheconverter to convert cache files)
- add license text - add license text
- lots of small fixes - lots of small fixes
@ -56,8 +54,7 @@ from 0.2.1 to 0.2.2
- show running time - show running time
- PID lockfile implementation - PID lockfile implementation
- catch another error - catch another error
- fetch subjects sorted so you get a better chance at getting - fetch subjects sorted so you get a better chance at getting full series
full series
- now your TEMPDIR can be on another drive than your DATADIR - now your TEMPDIR can be on another drive than your DATADIR
- reread config on SIGHUP - reread config on SIGHUP
@ -73,8 +70,7 @@ from 0.1.0 to 0.2.0
- split of uudecoding and ydecoding - split of uudecoding and ydecoding
- add some regression tests - add some regression tests
- various bug fixes - various bug fixes
- remove articles from newsrc that aren't on the server any - remove articles from newsrc that aren't on the server any longer
longer
- major speed improvements - major speed improvements
from 0.0.9 to 0.1.0 from 0.0.9 to 0.1.0
@ -92,10 +88,8 @@ from 0.0.8 to 0.0.9
- maxfilelength check - maxfilelength check
- improved subject checking - improved subject checking
- linebuffered stdout - linebuffered stdout
- always use push when adding stuff to an array, this is way more - always use push when adding stuff to an array, this is way more efficient than +=
efficient than += - always use << when adding stuff to a string, this is way more efficient than +=
- always use << when adding stuff to a string, this is way more
efficient than +=
from 0.0.7 to 0.0.8 from 0.0.7 to 0.0.8
- more and simpler exceptions - more and simpler exceptions
@ -113,8 +107,7 @@ from 0.0.5 to 0.0.6
- more/better timeouts - more/better timeouts
from 0.0.4 to 0.0.5 from 0.0.4 to 0.0.5
- implement timeouts on article fetching - implement timeouts on article fetching (no more "hangs", hopefully)
(no more "hangs", hopefully)
- remove servers from list on connection failure - remove servers from list on connection failure
- much more robust - much more robust