diff --git a/debian/changelog b/debian/changelog index b19f26d3..fc029c37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,14 +9,16 @@ byobu (5.127) unreleased; urgency=medium clients coming to Ubuntu from other OSes without the Ubuntu font * usr/lib/byobu/include/shutil, usr/lib/byobu/Makefile.am, usr/lib/byobu/rcs_cost, usr/share/byobu/status/status, - usr/share/man/man1/byobu.1: + usr/share/man/man1/byobu.1, usr/lib/byobu/ec2_cost, usr/lib/byobu/include/ec2instancespricing.py, usr/lib/byobu/include/Makefile.am, usr/lib/byobu/include/shutil, usr/lib/byobu/Makefile.am, usr/share/byobu/status/status, - usr/share/man/man1/byobu.1: + usr/share/man/man1/byobu.1, + * usr/bin/byobu-janitor.in: - deprecate unmaintained ec2/rcs pricing functionality - this never really worked well, and these prices are constantly changing + - clear out stale status cache -- Dustin Kirkland Sun, 27 May 2018 18:07:11 -0500 diff --git a/usr/bin/byobu-janitor.in b/usr/bin/byobu-janitor.in index 36178e31..38ddebe8 100755 --- a/usr/bin/byobu-janitor.in +++ b/usr/bin/byobu-janitor.in @@ -125,4 +125,7 @@ if ! (grep -qs "#byobu-prompt#$" "$HOME/.bashrc") && ! [ -e "$BYOBU_CONFIG_DIR/p fi [ -r "$BYOBU_CONFIG_DIR/prompt" ] || printf "[ -r ${BYOBU_PREFIX}/share/${PKG}/profiles/bashrc ] && . ${BYOBU_PREFIX}/share/${PKG}/profiles/bashrc #byobu-prompt#\n" > "$BYOBU_CONFIG_DIR/prompt" +# Affects: Upgrades from <= byobu 5.126, clear out ec2/rcs cost statuses +rm -f "$BYOBU_RUN_DIR"/cache.tmux/ec2_cost* "$BYOBU_RUN_DIR"/cache.tmux/rcs_cost* "$BYOBU_RUN_DIR"/status.tmux/ec2_cost* "$BYOBU_RUN_DIR"/status.tmux/rcs_cost* + # vi: syntax=sh ts=4 noexpandtab