Next | Query returned 30 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-08-08 12:51:53 by Leonardo Taccari | Files touched by this commit (2) | Package updated
Log message:
sfeed: Update to 1.0

Changes:
1.0
---
* Performance: enable unlocked I/O by default improving read performance.
* Makefile: switch to use CPPFLAGS -D_DEFAULT_SOURCE preventing warning
  messages on some systems.

* sfeed:
  * Fix regression with parsing RSS guid, by default ispermalink="true".
  * Detect the proper mime-type for XHTML (application/xhtml+xml).
  * Support short digit years for RSS pubDate fields (specified in obsoleted
    RFC822).
  * Improve content-type "type" attribute handling/buffering.
  * Improve "ispermalink", "rel" and "type" \ 
attribute handling/buffering.
  * Add support time fields for old/legacy Atom 0.3 feeds.
* sfeed_frames/sfeed_html: show the total counts and improve the title format
  to match the sfeed_curses title.
* sfeed_gopher: unveil: show path when it failed (OpenBSD).
* sfeed_mbox: add environment variable to print content (off by default because
  it can be insecure for some clients).
* sfeed_update: fix message when the configuration file does not exist yet.
* Portability and standards: add BSD-like err() and errx() functions.
* Code-style improvements.
* Documentation improvements: add examples, fix typos, etc.
* README: update newsboat export script to support the content-type field
  which is added in newer newsboat versions.
   2021-03-14 19:18:27 by Leonardo Taccari | Files touched by this commit (2) | Package updated
Log message:
sfeed: Update to 0.9.22

Changes:
0.9.22
------
* Fix a time parsing regression with the non-standard date format
  "2021-02-03 05:13:03" (without T). This non-standard format is now
  supported again.
* Fix/improve/refactor URI parsing and formatting. This now supports
  non-authoritive URI like "magnet:" links. local file URIs like \ 
file:/// are
  now also allowed (of course the user should be careful with file:/// URLs).
  This now follows the RFC standard more closely (but not completely):
  https://tools.ietf.org/html/rfc3986
* sfeed_update: just pass the feedurl directly as the base URL. This simplifies
  the code and allows for more correct transformation of relative URLs. Note
  though that feeds should not contain relative URLs though.
* sfeed_update: add an overridable parse() function, using sfeed(1) by default
  This can be useful to more cleanly make connector scripts.
* sfeed_update: restructure the code and allow to more easily reuse parts of
  the functions by including the script. Add an example script in the README
  to allow more efficient parallel execution using the non-POSIX xargs -P
  option.
* Documentation improvements: add examples, typo fixes, mandoc (lint) errors,
  etc.
   2021-01-27 17:59:13 by Leonardo Taccari | Files touched by this commit (2) | Package updated
Log message:
sfeed: Update to 0.9.21

pkgsrc changes:
 - Use https:// also for MASTER_SITES

Changes:
0.9.21
------
 - Do not convert UTF-16 surrogate pairs to an invalid sequence
 - If baseurl is empty use the path from the feed by default in sfeed_update
 - Misc bug fixes and code and documentation improvements
   2020-11-20 15:38:52 by Leonardo Taccari | Files touched by this commit (2)
Log message:
sfeed: Update to 0.9.20

Changes:
 - sfeed_xmlenc: be more paranoid in printing encoding names
 - sfeed_web: improve parsing <link> if it has no type attribute
   2020-10-26 11:06:37 by Leonardo Taccari | Files touched by this commit (2)
Log message:
sfeed: Update to 0.9.19

0.9.19
------
- Parse categories and add multiple field values support (for categories)
  separated by `|'
- Misc bug fixes and improvements
   2020-07-14 12:46:36 by Leonardo Taccari | Files touched by this commit (2) | Package updated
Log message:
sfeed: Update to 0.9.18

Changes:
0.9.18
------
 - format tools: don't skip items with a missing/invalid timestamp field
 - sfeed_atom: the updated field is mandatory: use the current time
 - sfeed_atom: fix timezone, output if timestamp is set
 - sfeed_atom: make the output more conform by adding id, updated tags and add
   <feed> tags (author name, id, updated, title).
   Thanks lich for the feedback and testing.
 - sfeed_gopher: do not use URL: prefix for gopher:// urls.
 - Documentation improvements
   2020-05-04 17:41:23 by Leonardo Taccari | Files touched by this commit (2)
Log message:
sfeed: Update to 0.9.17

Changes:
0.9.17
------
 - Fallback author to feedname instead of unknown in sfeed_mbox.
 - Remove prefix in Subject: for sfeed_mbox to save some space.
   Filtering or custom labels can be made using the X-Feedname: header.
 - Document exit status in man pages.
 - Use a <pre> section per feed in sfeed_html/sfeed_frames.
 - Optimize UTF-8 decoding and column position calculation in sfeed_plain.
   2020-02-23 21:32:45 by Leonardo Taccari | Files touched by this commit (3)
Log message:
sfeed: Update to 0.9.16

Changes:
0.9.16
------
 - Add sfeed_gopher: generic gopher formatting program
 - Remove sfeed_gph
 - Other bug fixes and improvements (in particular documentation one)
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2019-11-26 12:03:13 by Leonardo Taccari | Files touched by this commit (2)
Log message:
sfeed: Update to 0.9.15

Changes:
0.9.15
------
 - OPML export and import improvements
 - Minor bug fixes and documentation improvements

Next | Query returned 30 messages, browsing 11 to 20 | Previous