瀏覽代碼

* doc/makefile:
- add examples/apt-https-method-example.conf

Michael Vogt 18 年之前
父節點
當前提交
7948d3b25d
共有 3 個文件被更改,包括 5 次插入3 次删除
  1. 1 1
      configure.in
  2. 3 1
      debian/changelog
  3. 1 1
      doc/makefile

+ 1 - 1
configure.in

@@ -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)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 
 dnl -- SET THIS TO THE RELEASE VERSION --
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.7.13")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.15")
 PACKAGE="apt"
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
 AC_SUBST(PACKAGE)

+ 3 - 1
debian/changelog

@@ -38,12 +38,14 @@ apt (0.7.15) UNRELEASED; urgency=low
   * cmdline/apt-cache.cc:
   * cmdline/apt-cache.cc:
     - remove the gettext from a string that consists entirely 
     - remove the gettext from a string that consists entirely 
       of variables (LP: #56792)
       of variables (LP: #56792)
+  * doc/makefile:
+    - add examples/apt-https-method-example.conf
   
   
   [ Dereck Wonnacott ]
   [ Dereck Wonnacott ]
   * apt-ftparchive might write corrupt Release files (LP: #46439)
   * apt-ftparchive might write corrupt Release files (LP: #46439)
   * Apply --important option to apt-cache depends (LP: #16947) 
   * 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
 apt (0.7.14) unstable; urgency=low
 
 

+ 1 - 1
doc/makefile

@@ -20,7 +20,7 @@ INCLUDES = apt.ent
 include $(XML_MANPAGE_H)
 include $(XML_MANPAGE_H)
 
 
 # Examples
 # 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)
 TO = $(DOC)
 TARGET = binary
 TARGET = binary
 include $(COPY_H)
 include $(COPY_H)