X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=doc%2Fgeorge%2Fchangelog;h=dba163c326c309f16c82306286897741dd6931a5;hb=7c3907e9b1d11c55db00f86b9534947f3b51b3ba;hp=2c32703e88909235b92d6b108a70d3b776b05234;hpb=a1f164e814bb787ba4081ccdd18df9258d4831ed;p=monkeysphere.git diff --git a/doc/george/changelog b/doc/george/changelog index 2c32703..dba163c 100644 --- a/doc/george/changelog +++ b/doc/george/changelog @@ -7,11 +7,55 @@ * changes to this system (first command at top, last at bottom) * ****************************************************************************** +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. + +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 + to publish to http://daniel.monkeysphere.info + +2008-08-20 - dkg + * aptitude update && aptitude dist-upgrade: this includes + monkeysphere 0.11-1 and OpenSSH 5.1p1-2 + 2008-08-18 - dkg * moved monkeysphere apt repo entry to /etc/apt/sources.list.d/monkeysphere.list * aptitude update && aptitude full-upgrade (including monkeysphere - 0.8-1) + 0.9-1) + * switched george's monkeysphere-server preferred keyserver to + monkeysphere.info for the moment. Both pgp.mit.edu and + subkeys.pgp.net are sluggish right now :/ 2008-08-16 - jrollins * removed stale branches from jrollins from the master repo