X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=doc%2Fgeorge%2Fchangelog;h=d15814ccae20ef2944ba5fb13ccdd42d49e65014;hb=0bd709a32016d524cba55aa0f1ae5189b68c2641;hp=fcd5a12b3e7f7417d845c1af978dcb3d1be6609c;hpb=9c513b36dac290b5acf1587606a3fbc8886420dc;p=monkeysphere.git diff --git a/doc/george/changelog b/doc/george/changelog index fcd5a12..d15814c 100644 --- a/doc/george/changelog +++ b/doc/george/changelog @@ -6,7 +6,129 @@ * Please add new entries in reverse chronological order whenever you make * * changes to this system (first command at top, last at bottom) * ****************************************************************************** +2010-03-08 - mjgoins + * Adding self to webmaster's authorized_user_ids + * updating ikiwiki to use the version from lenny backports + * changing the ikiwki markup to be appropriate for version 3.2xxx +2010-02-23 - dkg + * add lenny-backports repo. + * remove monkeysphere repo. + * aptitude update && aptitude full-upgrade (including monkeysphere + 0.28-1~bpo50+1, and backported gpg) + +2010-01-12 - dkg + * aptitude update && aptitude full-upgrade (including monkeysphere + 0.27-1) + +2009-10-26 - dkg + * upgrade nginx in response to DSA-1920-1 + +2009-09-14 - dkg + * aptitude update && aptitude full-upgrade (bunch of lenny + updates, plus ikiwiki security upgrade) + +2009-04-21 - jrollins + * apt-get update && dist-upgrade (a bunch of stuff (monkeysphere, + screen, gnupg, dash, onak, git-core...) + * extended host key by 3 months + +2009-04-21 - micah + * aptitude update && aptitude full-upgrade (git-core DSA) + +2009-04-12 - dkg + * aptitude update && aptitude full-upgrade + * (checked and found that monkeysphere version 0.24-1 is already + installed; don't know how that happened, coulda been me, just + sloppy about not noting it in the changelog) + * extended host key by 4 months + +2009-02-22 - jrollins + * fixed /etc/crontab line for update-users (was trying to run + monkeysphere-server instead of monkeysphere-authentication). + +2009-02-21 - dkg + * upgraded to the latest versions of packages for lenny. + * upgraded george to monkeysphere 0.23.1. the transition upgrade + failed due to the way that gpg exports self-signatures secret + keys; it only exports the first self-sig for each user id, even if + that one is expired. Then any subsequent import fails, even if + the target import keyring knows about some valid self-signatures. + * i man-handled the upgrade into place so that george doesn't just + fail on us, but this is a pretty major bug in the transition process. + +2009-01-31 - jrollins + * applied diff represented in commit + f75a5747a8b99e04c02c475791c476f1fbd2b674 to change log level for + unacceptable untranslatable keys. + +2009-01-30 - micah + * Replaced nullmailer with postfix, nullmailer doesn't handle aliases + and insisted either on constantly respooling mail when there was no + where to go. + +2009-01-24 - micah + * Configured /etc/aliases to have root go to mjgoins, micah, dkg, jrollins + * Configured /etc/nullmailer/remotes to have mail.riseup.net so remote delivery will work + * Removed the hundreds of queued cron emails that had resulted in 30gig of mail.err logs + * Rotated the giant logs out + +2009-01-11 - dkg + * extended the expiration date for george's key three months into + the future. + * aptitude update && aptitude full-upgrade (brings monkeysphere to + 0.22-1) + +2008-10-29 - dkg + * aptitude update && aptitude full-upgrade + * brought monkeysphere up to 0.19-1 + * removed tasksel + +2008-10-25 - dkg + * aptitude update && aptitude full-upgrade + * brought monkeysphere up to 0.16-1 + * repointed keyserver usage to pool.sks-keyservers.net + +2008-09-04 - dkg + * added two mime-type declarations in /etc/mathopd.conf so .debs + and .tar.gz files come out reasonably; restarted mathopd for the + re-read. + * built monkeyshell (from src/monkeyshell) and installed as + /usr/local/bin/monkeyshell, added to /etc/shells. + * created new account "monkey" which has monkeyshell as the shell + for non-privileged test access. To let someone test this out, + make sure they're well-connected to george's web of trust, and + then add their User ID to + ~monkey/.monkeysphere/authorized_user_ids + * more mime types for mathopd: image/png image/x-icon + +2008-09-03 - micah + * migrated /home/*/.config/monkeysphere/authorized_user_ids to new + agreed location: /home/*/.monkeysphere/authorized_user_ids and created + a symlink in the original location for transition purposes. Also, + did /root's as well. I used this hackish mechanism: + $ for user in `find . -wholename './*/.config/monkeysphere/authorized_user_ids' \ + | cut -d/ -f2`; do mkdir -v ${user}/.monkeysphere; chown ${user}:${user} \ + ${user}/.monkeysphere; mv -v ${user}/.config/monkeysphere/authorized_user_ids \ + ${user}/.monkeysphere; ln -s /home/${user}/.monkeysphere/authorized_user_ids \ + ${user}/.config/monkeysphere/authorized_user_ids; done + + - dkg + * added the monkeysphere archive repository signing key + * aptitude update && aptitude full-upgrade (brings in monkeysphere 0.13-1) + * cleaned up /etc/skel to reflect correct location of the + monkeysphere config directory. + * micah moved all the existing config stuff over, and left + symlinks so people aren't disoriented. + +2008-09-01 - dkg + * set up http://dkg.monkeysphere.info so that i could play around + with ikiwiki updates + * moved apt repository over to http://archive.monkeysphere.info/ + * aptitude update && aptitude dist-upgrade + * canonicalizing hostname for normal web access to + http://web.monkeysphere.info + 2008-08-26 - dkg * aptitude update && aptitude full-upgrade * added account 'daniel' for Dan Scott, and set him up with a way