]> git.saurik.com Git - apt.git/commitdiff
* doc/makefile:
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 12 Sep 2008 09:42:34 +0000 (11:42 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 12 Sep 2008 09:42:34 +0000 (11:42 +0200)
  - add examples/apt-https-method-example.conf

configure.in
debian/changelog
doc/makefile

index c0c73e1c8d1ab750db40dfbcfa3dcdcd160cc76c..4d3f557d2325f03f6e04436b393bb4a4bbba89f9 100644 (file)
@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.7.13")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.15")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
index 1e23129b42a15af9e05072cd02faac5a84c6e388..cc3dc794dab13e6c50cd1b18d1f43f647e13e84e 100644 (file)
@@ -38,12 +38,14 @@ apt (0.7.15) UNRELEASED; urgency=low
   * cmdline/apt-cache.cc:
     - remove the gettext from a string that consists entirely 
       of variables (LP: #56792)
+  * doc/makefile:
+    - add examples/apt-https-method-example.conf
   
   [ Dereck Wonnacott ]
   * apt-ftparchive might write corrupt Release files (LP: #46439)
   * Apply --important option to apt-cache depends (LP: #16947) 
 
- --
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 12 Sep 2008 11:34:24 +0200
 
 apt (0.7.14) unstable; urgency=low
 
index 8a8a04c03333eb8dc6ff5d62b0396e4e5d60b36d..6ea1c1343b4352a03a6294afaa3b7b0165de6eaf 100644 (file)
@@ -20,7 +20,7 @@ INCLUDES = apt.ent
 include $(XML_MANPAGE_H)
 
 # Examples
-SOURCE = examples/apt.conf examples/sources.list examples/configure-index 
+SOURCE = examples/apt.conf examples/sources.list examples/configure-index examples/apt-https-method-example.conf
 TO = $(DOC)
 TARGET = binary
 include $(COPY_H)