Changeset 433 for branches


Ignore:
Timestamp:
10/23/12 18:01:40 (12 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bump copyright in footer, it's still a whole two months to the
end of the year...
Copy and extend fix for MIA version on login page and footer from
/trunk r424; 1.0.3 is not numeric so it has to be quoted.
Commit mergeinfo; apparently it went missing in r432.

Location:
branches/stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/stable

  • branches/stable/Makefile

    r423 r433  
    133133        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec
    134134        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < INSTALL > $(PKGNAME)-$(VERSION)/INSTALL
    135         perl -pi -e 's/[\d.]+;\s*##VERSION##/$(VERSION);/;' $(PKGNAME)-$(VERSION)/DNSDB.pm
     135        perl -pi -e 's/["\d.]+;\s*##VERSION##/"$(VERSION)";/;' $(PKGNAME)-$(VERSION)/DNSDB.pm
    136136        tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION)
    137137        gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
  • branches/stable/templates/footer.tmpl

    r210 r433  
    55<div id="contact">
    66<a href="https://secure.deepnet.cx/trac/dnsadmin">dnsadmin</a> <TMPL_VAR NAME=version>
    7 &copy; 2008-2011 <a href="mailto:kdeugau@deepnet.cx">Kris Deugau</a>/<a href="http://www.deepnet.cx">deepnet</a><br />
     7&copy; 2008-2012 <a href="mailto:kdeugau@deepnet.cx">Kris Deugau</a>/<a href="http://www.deepnet.cx">deepnet</a><br />
    88Written for standards-based browsers (eg <a href="http://www.firefox.com">FireFox</a>/<a href="http://www.mozilla.org">Mozilla</a>)
    99</div>
Note: See TracChangeset for help on using the changeset viewer.