]> granicus.if.org Git - sudo/commitdiff
Create ChangeLog from default branch now that the 1.8 branch is SUDO_1_8_5
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 15 May 2012 16:25:20 +0000 (12:25 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 15 May 2012 16:25:20 +0000 (12:25 -0400)
only used for building releases.

--HG--
branch : 1.8

Makefile.in

index 6b479db69fa1117d049f743c69b5db5d137c9083..1fbed4cd05b14762342247ca399ae6079ea2cb35 100644 (file)
@@ -142,10 +142,9 @@ depend: siglist.c
            --file $(srcdir)/plugins/system_group/Makefile \
            --file $(srcdir)/src/Makefile --file $(srcdir)/zlib/Makefile
 
-# The 1.8 branch started February 25, 2011
 ChangeLog:
        if test -d $(srcdir)/.hg && cd $(srcdir); then \
-           if hg log --style=changelog -b 1.8 > $@.tmp && hg log --style=changelog -b default --date '<2011-02-25 21:30:00' >> $@.tmp; then \
+           if hg log --style=changelog -b default > $@.tmp; then \
                mv -f $@.tmp $@; \
            else \
                rm -f $@.tmp; \