June 25th, 2009
I love git, but I also loved ChangeLog files and git is not so good at merging them. For a while I played around with gnulib’s git-merge-changelog which made merges really easy. It worked fairly well, but now I’m bored of documenting my changes twice, both in the ChangeLog file and in the git commit log.
The coreutils project has been creating its ChangeLog file from the git commit logs for a little while now, and I decided to take a look at how that’s done. Now, at last, system-config-printer can do that too. Here is how it works.
Read the rest of this entry »
Posted in Software | 2 Comments »
June 22nd, 2009
Recently I updated CUPS in Fedora 9 and 10 to version 1.3.10. One big change in CUPS 1.3.10 is in the filter for converting PDF documents to PostScript: it has been completely reimplemented. This sounds like a lot of work but in fact it is now a very simple wrapper program.
Read the rest of this entry »
Posted in Software | No Comments »
June 20th, 2009
Fedora 11 is finally out. The bad news is that there are several known issues (well, known now) with printing. Unfortunately I was tied up with PDF-related security fixes for several months and did not have the time I wanted to spend on polishing Fedora 11.
Read the rest of this entry »
Posted in Software | No Comments »
February 10th, 2009
The latest build of OpenSolaris uses system-config-printer for configuring CUPS. World domination is brought a step closer.
Posted in Software | 1 Comment »
February 4th, 2009
Back in May last year I switched over several projects from Subversion to Git. It’s a shame that git doesn’t have a better project name, something that says “version control system” rather than being a mild insult. That aside, though, what a relief it was to finally use something that is Not CVS.
At the time I couldn’t find a good “best practice” document, just lots of instructions on individual commands. Here is how I manage the system-config-printer source code using git. I hope someone finds it useful. I don’t pretend that this is “best practice” — it’s just some of the things I’ve learned since starting to use git.
Read the rest of this entry »
Posted in Software | No Comments »