diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-13 11:33:07 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-13 11:33:07 +0200 |
commit | a1336beb354e2018e64ba70a9417856d73ff6972 (patch) | |
tree | 0f05869b3ccd3a06388748b7b3c7f0048452075b | |
parent | de86a3614abf494c73e534c055aabcea3494f0ae (diff) |
* changelog updated
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 58fc4f60d..e163a47f1 100644 --- a/configure.in +++ b/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) dnl -- SET THIS TO THE RELEASE VERSION -- -AC_DEFINE_UNQUOTED(VERSION,"0.6.45ubuntu7") +AC_DEFINE_UNQUOTED(VERSION,"0.6.45ubuntu8") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --git a/debian/changelog b/debian/changelog index 8ae6e1381..036715b89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ apt (0.6.45ubuntu8) edgy; urgency=low information (lp: #59457) * cmdline/apt-get.cc: - fix typo in autoremove information (lp: #59420) + * install apt-mark to modify the automatically install information for + packages -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 8 Sep 2006 20:07:22 +0200 |